Ask an expert. Trust the answer.
Your academic and career questions answered
by verified experts.
Hello!! I am plotting an easy sin function but I dont understand why when the variable delta is 0.2 0.4 0.6 and so on I get a perfect sin, but on the ...
Note the repetitive nature of the following script. Isn't it possible code this more simply using a loop of some kind, and perhaps the 'eval' command?...
I'm making a program with a GUI and I need to plot some functions, but I want to plot it in different windows and I want that those windows have all t...
, This question has a few parts so bare with me if it seems confused, I'll try my best to be clear. My problem is this, I want to plot 11 lines in dif...
Hi, I want to put eleven plots in the same graph but separately i. e. all them will be in same x axis but in different scales in the y axis. For examp...
Some background info: I've been using the following two commands to make plots transparent: set(gcf,'color','none'); set(gca,'color','none'); and t...
If a = [1 2 3 4 5 6 7]; and b = [1 4 7 10 7 4 1]; and the plot it by : figure,plot(a,b), how can I draw let's say a red line vertical to the value 3 a...
I have a 3d matrix Z with the elements (t,f,a) t= time f= instantaneous frequency a= instantaneous amplitude (t,f,a) = at time t, the frequency is f a...
(No description available)...
Hi, I want to change the FontSize, FontName and FontWeight of the axis from my graph but I only get error messages. Below you find the commands that I...