i have plotted 3 signals(eg:3 straight lines) on axes(or figure) how can i get the x,y values & the name of the signal when i click on the particular plotted line…
Ask an expert. Trust the answer.
Academic and engineering questions answered by verified MATLAB professionals.
i have plotted 3 signals(eg:3 straight lines) on axes(or figure) how can i get the x,y values & the name of the signal when i click on the particular plotted line…
I have a series of data files (*.dat). They each contain two columns of data (magnitude and time). I need to load in all of these files into Matlab, then plot magnitude vs time for…
My project concerns capture & recapture of rats. I have a 1040 x 3 array, the first column is the tag number of the rat (when each rat is captured for the first time, its given a t…
1)y = ce^-2x 2)I = I e^(-RT/L) 3)y = cx^(3/2) 4)y = sin2x + c/(sin^(2) 2x ) , c = 1…
Hello I've got a signal which depends on three variables. I want to plot a draft like draft using function "spectrogram" (2D draft with three axes, third axis is displayed with col…
How to plot multiple figures in the same figure in matlab?? I have to plot overlapping triangular windows in the same graph. Could anyone help me??. I need this for my project.…
Hi, the size of my screen is 1366x768 (width x height). How can I force the graph below (via command line) to use the entire screen instead of a small figure? w = 0:pi/100:2*pi;…
In general, the syntax for a surf plot is surf(X,Y,Z). I have u = F(r,z). I'd like to do surface plots of u for multiple cross sections at z = h1, h2, h3, etc. Is there a simple wa…
Hi, I have : x=1:12 %the index of months y = x. ^ 2; plot(x,y) No I want to change the position of x labels from below the tickets to the middle of interval (between every 2 ticket…