Answers for "plot idl"

0

plot idl

p = PLOT(theory, "r4D-", YTITLE='Resistance ($\Omega$)', $
Posted by: Guest on February-23-2020
0

plot idl

; Create data representing the sine wave
Posted by: Guest on February-23-2020
0

plot idl

TITLE="Circuit Resistance", DIM=[450,400], MARGIN=0.2)
Posted by: Guest on February-23-2020
0

plot idl

theory = SIN(2.0*FINDGEN(200)*!PI/25.0)*EXP(-0.02*FINDGEN(200))
Posted by: Guest on February-23-2020

Python Answers by Framework

Browse Popular Code Answers by Language