how can i plot func between the interval below , i don't have an image of the function anymore but the exact way the function was given was sin(3*x^2) , i'm not receiving any errors just a blank figure
x=-23:.1:23;
func=sin(3*x.^2);
plot(x,func);grid on;axis tight;
1 Comment
Direct link to this comment
https://es.mathworks.com/matlabcentral/answers/720370-plot-not-displaying-figure#comment_1270900
Direct link to this comment
https://es.mathworks.com/matlabcentral/answers/720370-plot-not-displaying-figure#comment_1270900
Sign in to comment.