|
老师:您好,根据vaspkit,62-621,算出了MAE.dat文件,但是想做三维图,用算例里给的matlab代码一直运行报错,拿算例中的MAE.dat文件同样也会报错。下图是报错信息和我想要得到的图。再次感谢,谢谢!这是我想得到的图:
这是报错信息:
MATLAB is selecting SOFTWARE OPENGL rendering.
< M A T L A B (R) >
Copyright 1984-2021 The MathWorks, Inc.
R2021a (9.10.0.1602886) 64-bit (glnxa64)
February 17, 2021
To get started, type doc.
For product information, visit www.mathworks.com.
>> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> [Warning: MATLAB has disabled some advanced graphics rendering features by
switching to software OpenGL. For more information, click <a
href="matlabpengl('problems')">here</a>.]
>> >> >> >> >> >>
h =
ColorBar with properties:
Location: 'manual'
Limits: [0 68.8364]
FontSize: 9
Position: [0.7230 0.3420 0.0460 0.3510]
Units: 'normalized'
Use GET to show all properties
>> >> >> >> >> >> >> >> >> >> >> >> {Undefined function 'mArrow3' for input arguments of type 'double'.
}
>> {Unrecognized function or variable 'mArrow3'.
}
>> {Unrecognized function or variable 'mArrow3'.
}
>> >> >> >> >> >> function h = mArrow3(p1,p2,varargin)
|
{Error: Function definition are not supported in this context. Functions can
only be created as local or nested functions in code files.
}
>> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> {Error using nargin
You can only call nargin/nargout from within a MATLAB function.
}
>> >> >> >> >> >> >> >> >> >> >> {Unrecognized function or variable 'p1'.
}
>> {Unrecognized function or variable 'p2'.
}
>> >> >> {Unrecognized function or variable 'p2'.
}
>> {Error using cross (line 47)
A and B must be same size.
}
>> >> >> {Error using cross (line 53)
A and B must have at least one dimension of length 3.
}
>> >> >> >> >> >> >> >> >> >> >> >> >> >> >> {Unrecognized function or variable 'p2'.
}
>> >> >> >> {Unrecognized function or variable 'v'.
}
>> >> >> end
|
{Error: Illegal use of reserved keyword "end".
}
>> >>
|
|