in reply to Re: which function in PDL can do the same thing as matlab pcolor?
in thread which function in PDL can do the same thing as matlab pcolor?
for example,
$t = sequence(10)+1; $x = log($t)->dummy(1,10); $y = ($t**2)->dummy(0,10); $x = $x + $y/10; $z = $x+$y; now I want generate a figure like pcolor($x,$y,$z);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: which function in PDL can do the same thing as matlab pcolor?
by swl (Prior) on Dec 14, 2019 at 22:22 UTC | |
by etj (Priest) on Apr 25, 2022 at 11:09 UTC | |
|
Re^3: which function in PDL can do the same thing as matlab pcolor?
by etj (Priest) on Apr 25, 2022 at 11:24 UTC |