| Author |
Comment/Response |
Thomas Nova
|
02/12/12 3:00pm
I have a simple question,how do you hide the Null expression from output?
Essence of the problem:
In:= Manipulate[{some function with variables i want to dynamically change;,plot dependant on the function},{variable,min,max}]
What I get:
Out:= {Null,plot}
What I need:
Out:= plot
Thank you!
URL: , |
|