Prev: Graph Scale
Next: load error
From: Li on 27 Jul 2010 14:14 Hi, I produced a number of Matlab figures (*.fig). How can I distribute these figures to other persons who don't have Matlab installed in their computers? Those are 3D plot so that they could also rotate the figures freely. Thanks.
From: us on 27 Jul 2010 14:15 On Jul 27, 8:14 pm, "Li " <x...(a)hotmail.com> wrote: > Hi, > > I produced a number of Matlab figures (*.fig). How can I distribute these figures to other persons who don't have Matlab installed in their computers? Those are 3D plot so that they could also rotate the figures freely. > > Thanks. you cannot... us
From: Walter Roberson on 27 Jul 2010 14:20 Li wrote: > I produced a number of Matlab figures (*.fig). How can I distribute > these figures to other persons who don't have Matlab installed in their > computers? Those are 3D plot so that they could also rotate the figures > freely. You could get the compiler toolbox and compile a stand along executable that read the .fig files and displayed them. You would, though, need to cross-check to see whether the rotation tool is supported for stand alone executables. By the way, this would be like putting a piece of paper in a 280 pound shipping case, as the standalone executables need a 276+ Mb runtime library.
From: us on 27 Jul 2010 14:57 Walter Roberson <roberson(a)hushmail.com> wrote in message <i2n89r$dcq$2(a)canopus.cc.umanitoba.ca>... > Li wrote: > > > I produced a number of Matlab figures (*.fig). How can I distribute > > these figures to other persons who don't have Matlab installed in their > > computers? Those are 3D plot so that they could also rotate the figures > > freely. > > You could get the compiler toolbox and compile a stand along executable that > read the .fig files and displayed them. > > You would, though, need to cross-check to see whether the rotation tool is > supported for stand alone executables. > > > By the way, this would be like putting a piece of paper in a 280 pound > shipping case, as the standalone executables need a 276+ Mb runtime library. well... still a ML installation, albeit a ...light... one moreover, according to http://www.mathworks.com/access/helpdesk/help/toolbox/compiler/br2cqa0-20.html interactive rotation is (probably) not implemented, to boot .... Some functions are not supported in standalone mode... .... Tools that allow run-time manipulation of figures .... us
From: Li on 27 Jul 2010 15:49
> well... > still a ML installation, albeit a ...light... one > moreover, according to > > http://www.mathworks.com/access/helpdesk/help/toolbox/compiler/br2cqa0-20.html > > interactive rotation is (probably) not implemented, to boot > ... > Some functions are not supported in standalone mode... > ... > Tools that allow run-time manipulation of figures > ... You are right. I tried to produce .exe file with Compiler. But nothing came out... Is there any other ways to do this?! Please help~ Thank you! |