Ask an expert. Trust the answer.
Your academic and career questions answered
by verified experts.
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...
I want to to add the Minor Ticks from the command line. Currently, I'm editing the Major Ticks as follows: set(gca) set(gca,'XTick',0:1:7) set(gca,'YT...
i want to show the logo off my school at the top off the window in my project. i must define the axes function like this? this isn't correct, how do i...
I have created a GUI using the GUIDE tool, which includes an axes object. In these axes, I want to initialize a plot or image, which I achieve in the ...
I have three figure windows and execute HOLD ON without specifying to which axes I want to apply HOLD ON. The axes I am interested in is not currently...