Q9.8: How do I run MATLAB in batch mode?
Frequently asked questions about MATLABOn the PC, you can use the /r flag to start your m-file immediately upon starting MATLAB. Using this in combination with the Windows Task Manager, you can set a MATLAB job to run when you want it to run, even if you are not at the computer. Please note that you will need to exit MATLAB at the end of the m-file. Alternately, if you only want a single file to run, you can name it startup.m and place it in your MATLAB directory.
Related QuestionsIs there a GNU emacs editing mode for MATLAB?
MATLAB Frequently Asked QuestionsA GNU emacs 'matlab-mode' is available via anonymous ftp from csi.jpl.nasa.gov as pub/matlab/util/matlab-mode.el
Related QuestionsQ8.1.3: Is there a MatLab mode?
Frequently asked questions about XEmacs: Other PackagesYes, a matlab mode and other items are available at the http://www.mathworks.com/matlabcentral/files/104/matlab.el.
Related QuestionsQ1.1: What is MATLAB?
Frequently asked questions about MATLABNumeric computation, technical graphics and visualization, and an intuitive programming language for applications in engineering and science MATLAB is a complete environment for high-level programming, as well as interactive data analysis. MATLAB excels at numerical computations, especially when dealing with vectors or matrices of data. Symbolic math is available through an add-on toolbox that uses a Maple kernel. There are too many toolbox add-ons to describe here.
Related QuestionsMy MATLAB figures are not appearing in the MATLAB visualizer I created. Why?
GenePatternWhen creating a matlab visualizer using matlab 7.0 compiled m-code (any release before 7.4), any figures that you create in MATLAB must have the value visible set to on or they will not be drawn to the screen.
Related QuestionsWhy can't I call my pipeline/module from MATLAB?
GenePatternA pipeline or module with a period in its name cannot be called from MATLAB. When you create a pipeline using the GenePattern 3.0 Web Client, the Web Client appends .pipeline to the name. Therefore, pipelines created in the Web Client cannot be called from MATLAB.
Related QuestionsWhere can I get help with MATLAB?
Frequently Asked Questions: August 2006 ArchivesMATLAB training MATLAB Central is the key resource for finding helpful tutorials. They also offer many training courses, including e-learning. HIGHLY RECOMMENDED: MATLAB Launchpad, a complete list of video tutorials to help users ramp-up from a standing start. Where to get it MATLAB is available both on computers in the M202 computer lab and on Lane computers for users with a valid SUNetID. First-time users should contact Minmin Qin, computing specialist in M222A, to learn about access.
Related QuestionsQ3.11: Can MATLAB pass by reference?
Frequently asked questions about MATLABThis is really two questions in one. One is "Can I modify a function's input argument?" This would save memory and simplify programming in some cases. The answer here is "NO". If you modify the input argument of a function, all you do is modify a copy of the argument local to the function.
Related QuestionsGeneral 1) What is MATLAB?
MATLAB Frequently Asked QuestionsMATLAB is the name used to refer to the class of matrix calculator environments derived from the first, called MATLAB. MATLAB was developed by Cleve Moler in the late 1970s at the University of New Mexico and other locations with support from the National Science Foundation. Since then, many work-a-likes have been developed or are in development commercially, in government and university labs, and so forth.
Related QuestionsAre there any standards for MATLAB-type tools?
MATLAB Frequently Asked QuestionsThere is an IFAC/IEEE-CSS Working Group developing standards and guidelines for these tools. A proposed standard command language was developed, is described in the document "Command Language Standard for CACSD Software" and is available from Magnus Rimvall Control Systems Laboratory, GE-CRD Schenectady, NY 12301
Related QuestionsHow can I join a MATLAB user group?
MATLAB Frequently Asked QuestionsFor European user groups, contact: France: Alain Baron phone: 33/1 45 34 23 91 fax: 33/1 45 07 08 06 Germany: Dr. Ingrid Bausch-Gall phone: 49/89 323 2625 fax: 49/89 323 1063 Sweden: Svante Littmarck phone: 46/8 15 30 22 fax: 48/8 15 76 35 email: info@comsol.se
Related QuestionsIs there any MATLAB software for wavelets?
MATLAB Frequently Asked QuestionsContact Carl Taswell is working on a wavelet toolbox. The toolbox and associated papers are available via anonymous ftp from simplicity.stanford.edu in /pub/taswell Also, Jeff Kantor is distributing a wavelet toolbox. It is available via anonymous ftp from control.cheg.nd.edu in /pub/wavelets/wavetools1_1.tar The toolbox, rice-wlet-tools-1.1, a collection of MATLAB "mfiles" and "mex" files for twoband and M-band filter bank/wavelet analysis, is available via anonymous ftp from cml.rice.
Related QuestionsIs there any MATLAB software for fuzzy logic?
MATLAB Frequently Asked QuestionsA.Lotfi has developed a Fuzzy Inference Systems Toolbox. It is available via anonymous ftp from ftp.mathworks.com as /pub/contrib/misc/fuzzy_inference_systems.sh or /pub/contrib/misc/pc_fuzzy_inference_systems.sh A Fuzzy-Control Toolbox has been developed by Bernhard Kaemmpf . Send him email if you are interested in obtaining the software. (Sounds like he is willing to give it away.
Related QuestionsIs there any MATLAB software for communications?
MATLAB Frequently Asked QuestionsMehmet Zeytinoglu has written a MATLAB toolbox for communications. It is available via anonymous ftp from ftp.mathworks.com as /pub/contrib/misc/comm_tbx.tar
Related QuestionsIs there a MATLAB interface to Mathematica?
MATLAB Frequently Asked QuestionsYes. WRI has developed a free MATLAB-Mathematica interface. It is available via anonymous ftp from mathsource.wri.com as /pub/WhatsNew/matlab2math.tar.Z (Unix) or /pub/WhatsNew/matlab2math.sea.hqx (Mac) or /pub/WhatsNew/matlab2math.zip (Windows) ? or via email via "send 0205-951" to mathsource@wri.com.
Related QuestionsAre there any published books on, or relating to, MATLAB?
MATLAB Frequently Asked QuestionsThere is a list of published book available via anonymous ftp from csi.jpl.nasa.gov as /pub/matlab/matlab-books
Related QuestionsMATLAB/SIMULINK Product Information 9) What's new in MATLAB 4.0?
MATLAB Frequently Asked QuestionsHere's the "high-level" summary of the major new additions: * Object-based graphics facility * 3-D color scientific visualization abilities * Animation * Sound output capability * M-file debugging facilities * Low-level file I/O functions * Graphical user interface controls (GUI widget set) * Sparse matrix support * An improved help system * Interpreter and graphics speed improvements * A new External Interface library (MEX-files, engine, MAT-files) * Better documentation (in the eyes of the beh.
Related QuestionsMATLAB on the PC 35) What can I do when MATLAB tells me there is not enough environment space?
MATLAB Frequently Asked QuestionsThis usually happens if in the matlab path you include greater that 4 or 5 paths. One solution is to increase your environment space by adding the following command in your config.sys file: shell=c:\\dos\\command.com /e:nnnnn /p where nnnnn is the number of bytes you use for environment memory. It varies from 256 bytes to 32768 bytes(32Kbytes). Usually, 5000 bytes can solve your problem. (The /p command is used so that the autoexec.bat file runs when you boot your computer.)
Related QuestionsMATLAB User Questions 15) How can I change the default window size, colors, etc. in MATLAB 4?
MATLAB Frequently Asked QuestionsTry something like the following in your 'startup.m' file: set(0,'DefaultFigurePosition',[5 5 505 405]) set(0,'DefaultFigureColor',[0,0,0]) %% N.B this has side effects. set(0,'DefaultAxesFontName','times') set(0,'DefaultTextFontName','times') set(0,'DefaultAxesFontSize',12) set(0,'DefaultTextFontSize',12)
Related QuestionsIs MatLAB available? And what about MatLAB licenses?
ACESgrid.org: FAQYes, both MatLAB R13 and R14 are available on the non-IA64 nodes. Please see the MatLAB pages for more details. The number of used and available MatLAB licenses can be seen by running: $ /usr/local/pkg/matlab/lmstat -a and the purchase of more licenses can be arranged -- please contact the ACES admins. We ask that users please refrain from unfairly hogging the number of available licenses. On the IA64 (Itanium) nodes and on the all the other nodes, the free Octave software is available.
Related QuestionsQ7.4: Where can I find MATLAB Style Guides or Coding Standards?
Frequently asked questions about MATLABMichael Robbins started and summarized a great thread on this topic. Michael has graciously allowed me to post his PDF summary here: http://www.mit.edu/~pwb/cssm/GMPP.pdf. Or read the entire thread (all 62 message!) starting with: msgid:<14228c8c.4e06e22f@usw-ex0104-026.remarq.com>. Richard Johnson has recently written a style guide for MATLAB. The advice is not universal, but there are many good points and suggestions. http://www.datatool.com/prod02.
Related QuestionsWhat commercially available MATLAB-type environments are sold?
MATLAB Frequently Asked QuestionsCLAM' from Scientific Computing Associates, Inc. 246 Church Street, Suite 307 New Haven, CT 06510 Tel: 203-777-7442 Fax: 203-776-4074 Ctrl-C' from Systems Control Technology, Inc. CAE Systems Department 2300 Geng Road Palo Alto, CA 94303 Tel: 800-227-1910 Tel: 415-494-2233 Fax: 415-496-6595 MATLAB' from The MathWorks, Inc. Cochituate Place 24 Prime Park Way Natick, MA 01760 Tel: 508-653-1415 Fax: 508-653-2997. Email: info@mathworks.com O-MATRIX' from Harmonic Software, Inc.
Related QuestionsWhat non-commercial MATLAB-type environments exist?
MATLAB Frequently Asked QuestionsCaesy' is being developed by Matt Wette (mwette@csi.jpl.nasa.gov) at the Jet Propulsion Laboratory. This will be released to COSMIC soon. It will provide data structures, conversion to C-code, and many other features. See M.Wette, "Caesy: A Computer-Aided Engineering System" Proc. 1992 Symp. on Computer-Aided Control System Design Napa, CA, March 1992 Mat/C' developed at Lawrence Livermore National Laboratories by Don Gavel. This is not publically available. Matcalc', by M.Gerberg and E.J.
Related Questions