figure window in compiled application



Hello,

the experimental data I have to analyze requires to interactively do
operations like pan, rotate and zoom on plots. Generally, the simple
approach is:

- load data file into Matlab
- perform standard processing with my m-functions
- plot

Now I want to let my colleagues, who don't have Matlab, do this on
their own. Therefore, I consider the Matlab compiler. The question
is, what functionality has the figure window in a compiled
application?

after
plot(x,y)
% possibly some wait operation
% end of program

- does the figure window remain open and accessible?

if yes, can the user

- pan, zoom, rotate the plot;
- edit title, labels, and legends;
- add markers, change line thickness/color;
- create annotations; copy to clipboard;
- save as .fig, .png, .jpg, .pdf?

I did not do 30-day-trial because many people here reported problems
only if they do the actual deployment to a different machine, and The
Mathworks says that deployment is not possible with the trial version
of the compiler.

Thank you for your time.

Heinrich
.



Relevant Pages

  • Show 3d rendered drawings online
    ... website (and enable users to zoom, pan, rotate etc) and am trying to ...
    (comp.cad.autocad)
  • Is it possible to create and Interactive Plot?
    ... I have plots and right now I have 2 text boxes underneath it that ... specify plot 100-1000. ... mouse gestures to choose what section they would like to zoom in on ... but I need to know if there is a good way to rotate it and report the ...
    (comp.soft-sys.matlab)
  • figure problem
    ... My computer has both matlab 7.2 and 6.5 installed. ... When I plot about ... I zoom, rotate, etc. What's wrong? ...
    (comp.soft-sys.matlab)
  • Re: Two zoom related questions and One script question
    ... I'm using a gnuplot script to plot some data, ... the zoom command re-reads the original data ...
    (comp.graphics.apps.gnuplot)
  • Rotating axes of plots
    ... I've got some scanned data I want to plot in Matlab. ... horizontally increasing to the right and Y-axis vertically increasing ... I want to rotate this such that the view is as fig 1. ... Alternatively I can rotate the data and just relabel the axes. ...
    (comp.soft-sys.matlab)