Prev: Plotting tiny aircraft
Next: import large files
From: Steven Lord on 11 May 2010 17:11 "tinne123 " <nastanova(a)yahoo.co.uk> wrote in message news:hscdjb$b26$1(a)fred.mathworks.com... > Thanks, us, > for your reply. I am not aqcuainted to Java methods at all and browsing > the documentation etc. didn't show me how to do that. Is it please > possible to give a more concrete explanation or a reference where to find > it? > Thanks so much! > > "us " <us(a)neurol.unizh.ch> wrote in message > <hscadn$jna$1(a)fred.mathworks.com>... >> "tinne123 " <nastanova(a)yahoo.co.uk> wrote in message >> <hsc8al$5nn$1(a)fred.mathworks.com>... >> > Hi folks, >> > I hope there is somebody who will find this an easy problem: >> > as I was used to enter Matlab Editor directly through a shortcut bar on >> > the pc desktop with an earlier version, I'd like to create one in >> > R2008b too. Any idea? Previously the shortcut was linked to editor.exe, >> > but now I failed to find any such file. >> > Thanks! >> >> the editor now is built-in and activated by the java method openEditor... >> >> us I believe what you're describing that you want to do is to open the standalone editor. If that's the case, you cannot do that in release R2008a or later. We started warning users in release R2007a in the Release Notes that the standalone editor would be removed in a future release. http://www.mathworks.com/access/helpdesk/help/techdoc/rn/bq1zi27-1.html#bq4h5rd-1 We removed the standalone editor in release R2008a, again as documented in the Release Notes. http://www.mathworks.com/access/helpdesk/help/techdoc/rn/brga7wp-1.html#brg9eb9-2 However, if being able to double-click on a file in Windows Explorer and open that file in the MATLAB Editor within MATLAB proper is sufficient for your needs, you can associate files with the .m extension with MATLAB. Look in the Desktop Tools and Development Environment chapter in the documentation; there's a section titled "Starting the MATLAB Program on Windows Platforms" that contains a discussion about associating the file extensions that MATLAB uses with MATLAB. You should have been given the option to do this during installation, but the documentation instructions are helpful if you change your mind or if the file associations were changed somehow and you want to restore them. -- Steve Lord slord(a)mathworks.com comp.soft-sys.matlab (CSSM) FAQ: http://matlabwiki.mathworks.com/MATLAB_FAQ
From: tinne123 on 11 May 2010 17:35
> I believe what you're describing that you want to do is to open the > standalone editor. If that's the case, you cannot do that in release R2008a > or later. We started warning users in release R2007a in the Release Notes > that the standalone editor would be removed in a future release. > > http://www.mathworks.com/access/helpdesk/help/techdoc/rn/bq1zi27-1.html#bq4h5rd-1 > > We removed the standalone editor in release R2008a, again as documented in > the Release Notes. > > http://www.mathworks.com/access/helpdesk/help/techdoc/rn/brga7wp-1.html#brg9eb9-2 > > However, if being able to double-click on a file in Windows Explorer and > open that file in the MATLAB Editor within MATLAB proper is sufficient for > your needs, you can associate files with the .m extension with MATLAB. Look > in the Desktop Tools and Development Environment chapter in the > documentation; there's a section titled "Starting the MATLAB Program on > Windows Platforms" that contains a discussion about associating the file > extensions that MATLAB uses with MATLAB. You should have been given the > option to do this during installation, but the documentation instructions > are helpful if you change your mind or if the file associations were changed > somehow and you want to restore them. > > -- > Steve Lord > slord(a)mathworks.com > comp.soft-sys.matlab (CSSM) FAQ: http://matlabwiki.mathworks.com/MATLAB_FAQ > Yes, I was asking about using a standalone Editor. Thanks for explanation Steve Lord. |