matlab画图的M文件建在哪里

如题所述

第1个回答  2011-07-28
在默认matlab安装文件夹:/toolbox/matlabgraph2d/里

输入open plot打开plot.m
%PLOT Linear plot.
% PLOT(X,Y) plots vector Y versus vector X. If X or Y is a matrix,
% then the vector is plotted versus the rows or columns of the matrix,
% whichever line up. If X is a scalar and Y is a vector, length(Y)
% disconnected points are plotted.
%
% PLOT(Y) plots the columns of Y versus their index.
% If Y is complex, PLOT(Y) is equivalent to PLOT(real(Y),imag(Y)).
% In all other uses of PLOT, the imaginary part is ignored.
%
% Various line types, plot symbols and colors may be obtained with
% PLOT(X,Y,S) where S is a character string made from one element
% from any or all the following 3 columns:
%
% b blue . point - solid
% g green o circle : dotted
% r red x x-mark -. dashdot
% c cyan + plus -- dashed
% m magenta * star (none) no line
% y yellow s square
% k black d diamond
% v triangle (down)
% ^ triangle (up)
% < triangle (left)
% > triangle (right)
% p pentagram
% h hexagram
%
% For example, PLOT(X,Y,'c+:') plots a cyan dotted line with a plus
% at each data point; PLOT(X,Y,'bd') plots blue diamond at each data
% point but does not draw any line.
%
% PLOT(X1,Y1,S1,X2,Y2,S2,X3,Y3,S3,...) combines the plots defined by
% the (X,Y,S) triples, where the X's and Y's are vectors or matrices
% and the S's are strings.
%
% For example, PLOT(X,Y,'y-',X,Y,'go') plots the data twice, with a
% solid yellow line interpolating green circles at the data points.
%
% The PLOT command, if no color is specified, makes automatic use of
% the colors specified by the axes ColorOrder property. The default
% ColorOrder is listed in the table above for color systems where the
% default is blue for one line, and for multiple lines, to cycle
% through the first six colors in the table. For monochrome systems,
% PLOT cycles over the axes LineStyleOrder property.
%
% If you do not specify a marker type, PLOT uses no marker.
% If you do not specify a line style, PLOT uses a solid line.
%
% PLOT(AX,...) plots into the axes with handle AX.
%
% PLOT returns a column vector of handles to lineseries objects, one
% handle per plotted line.
%
% The X,Y pairs, or X,Y,S triples, can be followed by
% parameter/value pairs to specify additional properties
% of the lines. For example, PLOT(X,Y,'LineWidth',2,'Color',[.6 0 0])
% will create a plot with a dark red line width of 2 points.
%
% Backwards compatibility
% PLOT('v6',...) creates line objects instead of lineseries
% objects for compatibility with MATLAB 6.5 and earlier.
%
% See also PLOTTOOLS, SEMILOGX, SEMILOGY, LOGLOG, PLOTYY, PLOT3, GRID,
% TITLE, XLABEL, YLABEL, AXIS, AXES, HOLD, LEGEND, SUBPLOT, SCATTER.

% If the NextPlot axes property is "replace" (HOLD is off), PLOT resets
% all axes properties, except Position, to their default values,
% deletes all axes children (line, patch, text, surface, and
% image objects), and sets the View property to [0 90].

% Copyright 1984-2004 The MathWorks, Inc.
% $Revision: 5.19.4.4 $ $Date: 2004/02/01 22:03:02 $
% Built-in function.
第2个回答  2011-07-30
一般建在“当前工作目录”,即Matlab\Work\下,可以直接运行。
如果在其他目录下,需要将“当前工作目录”设置到M文件所在文件夹,才能运行该M程序
第3个回答  2011-08-11
switch模块。
中间的u2是控制端,点击右键进入属性可以设置判断方式和阈值。
当u2满足switch的条件时,switch输出u1的值;如果不满足,switch输出u3的值。本回答被提问者采纳
第4个回答  2011-07-28
所有的m文件默认都保存在work目录下,除非你更改保持位置。

画图命令一般包含在m文件的程序中,难道要另外保存画图文件?!没必要吧

MATLAB文件m怎么建立啊
matlab建立m文件具体如下:1、打开电脑上的“matlab”软件。2、点击“新建”按钮,接着点击新建栏目下的“脚本”。3、新建一个脚本文件,在新建的脚本里,输入代码。4、此处绘制sinx的函数图像。5、点击“保存”按钮,保存函数,下面输入函数文件名。6、输入文件名后,点击下方的“保存”按钮,可以看到...

matlab画图的M文件建在哪里
在默认matlab安装文件夹:\/toolbox\/matlabgraph2d\/里 输入open plot打开plot.m PLOT Linear plot.PLOT(X,Y) plots vector Y versus vector X. If X or Y is a matrix,then the vector is plotted versus the rows or columns of the matrix,whichever line up. If X is a scalar and ...

MATLAB的m文件在哪
用户自己编写的m文件在matlab当前的工作目录下即current directory,一般matlab主窗口下会有这个窗口

当时用matlab 画出了的图形,但没保存m文件,只保存了图形文件,现在需要...
.m文件好像是需要先保存才能继续运行的吧,这样的话.m文件应该在work文件夹里面;你选择desktop——desktop layout——default,然后界面就编程预设的了,左侧可以看到有Cureent Directory,在工作文件夹里面就可以找到原先你运行的.m文件了;要是上面的不好找,你直接到你安装matlab程序的地方去找,打开mat...

matlab中M文件保存在哪个文件夹下,我用的是matlab2011版本的
如果是你自己编写的M文件,那最好单独建立一个文件夹(建在你喜欢的地方就可以),然后把你的M文件放在里面,第一次运行时在提示窗口里选择Add to path就可以了。这样便于维护。

matlab的M文件默认保存路径可以修改吗?
1、首先,我们打开我们电脑上安装的matlab,可以看到我们matlab默认的文件夹如图所示,2、然后回到电脑系统桌面,然后右键点击选择matlab快捷方式,如图所示,然后点击选择属性。3、在快捷方式中,可以看到有个起始位置。4、在起始位置,我们输入好想要设置的默认文件夹,如图所示,然后点击应用——确定。5、...

MATLAB里面的M文件在什么地方编写,怎么保存,谢谢指导。
点击新建会出现一个新建M文件!保存的话直接点保存不改路径是直接保存到MATLAB中work文件夹中的,也可以新建文件夹自己保存!望采纳。。

在Matlab中怎样把一个程序保存为一个.m文件
1、双击打开matlab程序,切换工作目录到picturefans,如下图。2、点击左上角新建脚本按钮,如下图。3、在新建的文件中输入代码,以以下代码为例,如下图。4、点击左上角的save as按钮,进行另存为,如下图。5、输入文件名进行保存,这时就会在我们的工作目录下创建一个m文件,如下图。

谁知道matlab的m文件怎么编写,怎么打开,在哪里?
打开matlab,工具栏中有一个地方显示有路径,我的是“C:\\Users\\DELL\\Documents\\MATLAB”,这个是你现在的M文件保存地址,你可以通过改变它来调整想要保存的M文件地址,不过,记住,调用的原始数据文件一定要和M文件发在同一个文件夹中。

Matlab7.0的m文件在哪里建立啊?
file菜单下的new菜单下的function或者script都可以建立M文件,放置的位置自己任意选择

相似回答
大家正在搜