Help needed in Subplot in Matlab

1 Ansicht (letzte 30 Tage)
Saumya Nagar 17BME0447
Saumya Nagar 17BME0447 am 11 Apr. 2021
Hi,
I am new to Matlab and facing few issues in the following code:
1) I need to plot the graphs with varying the values of G. #1 for G=1.4, Molecular_Weight=28.97 ; #2 G=1., Molecular_Weight=28 ; #3 G=1.4 Molecular_Weight = 1.66 Can you please let me know the simplest way to do it, so I get the results in the same plot.
2) The current spacing between the plots is too less, what can I do to increase the spacings.
Thank you in advance! Your help would mean a lot to me.

Akzeptierte Antwort

Jithin Nambiar J
Jithin Nambiar J am 11 Apr. 2021
The line figure you've entered before subplot(3,2,5) is used to open a new figure window.
figure
subplot(3,2,5)
Just comment or remove the line figure to solve your problem.
Cheers!
  7 Kommentare
Jithin Nambiar J
Jithin Nambiar J am 12 Apr. 2021
Hope it helped!
Saumya Nagar 17BME0447
Saumya Nagar 17BME0447 am 18 Apr. 2021
Thanks a lot

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu 2-D and 3-D Plots finden Sie in Help Center und File Exchange

Tags

Produkte

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by