I'm a beginner and I have a feeling that this is a minor problem but I just can't figure it out.Please any help will be appreciated. To be clear, I'm trying to plot different data in different figures whenever the if condition is met but it only p...
How can I plot multiple figures in one from multiple saved .fig files that have 2 figures but I only want 1 of them?function to open each file. That creates a handle to it, and it should be relatively straightforward to get the line objects fr...
If I have a model equation containing ,for example, 4 parameters and I want to plot 4 figures each one for each parameter with time such that each figure contains multiple curves represent multiple values for the parameter while fixed values for the other t...
I am able to draw this for only 2 figures (figure attached). I want to do this same with 8 figures. Can anyone kindly, let me know what changes I have to make in the code so that it works for all the figures
I'm running R2013a(8.1.0.604) 64-bit in OS X 10.10.5. No response to print button in the figure window output from my m file. 0 Answers How to use the Figure Reporter to plot two figures to a chapter? 3 Answers Entire Website ...
See Also MATLAB Answers How to fit to part of plot and extrapolate, all on the same plot 1 Answer How to generate -1, 0 and 1? 2 Answers How to plot multiple figures (.fig) into one figure? 1 Answer Categories AI and Statistics Curve Fitt...
Open in MATLAB Online This program is using an advection equation to model some displacement and then I'm also mapping the displacement at a certain position with respect to time for some specific values of tau (0.004 and 0.005) my problem is that I can't get each m...
Open in MATLAB Online Hi Hongyun, You can use the "Visible" property for each Y-axis separately to disable the axis-line. Here is an example to demonstrate how you can achieve this: ThemeCopy ax.YAxis(1).Axle.Visible = 'off'; ax.YAxis(2).Axle...
How to make axis line invisible but keep ytick and yticklabel visible in double Y-axis figures figure x = linspace(0,10); y = sin(3*x); yyaxisleft plot(x,y) ax = gca; pause(1e-6) set(gca,'XColor','k','YColor','k','Color','w',....
How to plot different length vectorsWhen you plot() multiple pairs of values and your plot appears to have only a single output, then one possibility is that your lines are all the same to within drawing scale, that the lines are right on top of each other to within the resolution of ...