An open exchange for the MATLAB and Simulink user community |
Hosted by The MathWorks |
|
| Related Topics |
| New Products | Support | Documentation | Training | Webinars | Jobs | Newsletters |
| Problems? Suggestions? Contact us at files@mathworks.com | © 1994-2008 The MathWorks, Inc. Trademarks Privacy Policy |
It was just pointed out that there is a typo at two minutes into the video. The title of the subplot on the right should be:
h=subplot(‘position’, [0.6 0.1 0.3 0.8])
Sorry!
Doug
Hi,
Could you please give code to plot say 2 subplots side-by-side with the axes obeying the golden ratio?
thanks
a.
Antunes,
You should be able to do that with the ‘position’ property value pair. Just get the length and width in ratio and then position appropriately.
Doug
Hello,
I am trying to plot data in 393 plots with each figure include 25 plots. Any help is really appreciated.
Bassam,
That seems a little extreme to have 393 plot windows open. Having more than a dozen windows open in a Windows OS seems difficult to manage. I would try to think of a more effective way to display your data.
Maybe a GUI that allows you to select the graph you are interested in would be better. Maybe an animation is more what you need.
Doug
thanks for the hint: I finally understood the “position” command applied to subplot, and that dimensions are given in percentage of figure width and height.
Hi Doug,
got a simple question here, I’m making an interface for an image compression project. I needed to generate several subplots for the histogram, but here lies the problem. After generating all the subplots (which I put inside a panel, not axes) I simply can’t remove/clear/reset those subplots, which I need to do to make my ‘Clear’ pushbutton works as it is assigned to do.
a quick reply would be nice..
regards
Fikri
Fikri, see CLA.
Hai Doug
I need your help in plotting a time-series data set and in the form of sub-plots.My domain size is 362 X 181 and like that there are 12 data sets.I need to plot all these 12 data sets of same dimension and animate later.
I need to make a script so that,it is operational.
I strucked from last four days to do this.
Thanking you in advance
regards
jitendra
jitendra,
I am not sure I understand your question. Please contact support for help.
Doug