help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

subplot 'position'


From: Louis Ciotti
Subject: subplot 'position'
Date: Tue, 3 Dec 2013 09:46:18 -0500

Hello,

I am trying to convert a MATLAB script to octave and it uses the following to position subplots in a specific way:

subplot('position',[0.55 0.1 0.4 0.2]), plot(Filter2_3db_freq,Filter2_3db_mag,'LineWidth',1);

What would be the equivalent in OCTAVE?   It seems subplot only takes rows and columns, is there another way?

Thanks,

Lou

reply via email to

[Prev in Thread] Current Thread [Next in Thread]