http:^^www.cs.wisc.edu^~ferris^cs733^matlab.html

来自「This data set contains WWW-pages collect」· HTML 代码 · 共 94 行

HTML
94
字号
Date: Mon, 11 Nov 1996 17:26:53 GMTServer: NCSA/1.5Content-type: text/htmlLast-modified: Tue, 23 Jan 1996 21:12:51 GMTContent-length: 1904<HTML><HEAD><TITLE> CS 733: Instructions to set up MATLAB </TITLE></HEAD><BODY><H1>CS 733: Instructions to set up MATLAB</H1><H2> Introduction </H2>Most of the assignments for this course will be carried out with theaid of MATLAB, an interactive package for high performance scientificcomputing.  To set up your ``sol'' account to use MATLAB, thefollowing should be carried out.If logged in directly to a sol (e.g. sol10) then:At the unix prompt, immediately after you login, carry out the following:  <PRE>sol10> mkdir matlabsol10> cp /u/c/s/cs733-1/public/startup.m  ~/matlab/startup.msol10> xterm -g 80x40 -e matlab &</PRE>The last command should set up a separate window from in which matlabis running.  You can then use your favourite editor in the loginwindow to create any `m' files that you might need for your work.  Allthe `m' files that are created by the instructor as well as thehomework and project data files in the public directory:<PRE>  /u/c/s/cs733-1/public  </PRE>  are now available to you for use in MATLAB. For all homework assignments you should hand in your results produced as follows: <PRE>sol10> matlab>> diary hwk1.lst>> load hwk1 >> .....whatever homework 1 requires >> diary off>> exitsol10> print hwk1.lst</PRE><H2>Remote Unix Machine Users</H2>Suppose that the machine you are logged on is not a sol, but is calledcheddar.  On a cheddar window you do the following:<PRE>cheddar> xhost +sol10</PRE>In the sol10 window on cheddar:<PRE>sol10> setenv DISPLAY cheddar:0sol10> matlab</PRE><H2> Other Relevant Links </H2>  <LI> <!WA0><!WA0><!WA0><A HREF="http://www.cs.wisc.edu/csl/cs1000/">	Introduction to UNIX at UW</A>  <LI> MATLAB Primer (CS 412, Handout #1, available at MACC).  <LI> <!WA1><!WA1><!WA1><A HREF="http://www.mathworks.com/">	MATLAB home page</A><HR> This page was updated January 23, 1996.<HR></BODY></HTML>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?