MATLAB教程——Lecture 1 Fundamentals of MATLAB Application.ppt
Introduction to MATLAB 教材第1章 MATLAB环境 (P1-P26) 学习方式:自学 Introduction to MATLAB Open Matlab ,you see something like this Introduction to MATLAB help 和 demo 是最全面和最权威的matlab学习资料 Introduction to MATLAB Matlab Operations Getting started : 演算纸 在command window直接输入 Matlab Operations Getting started : 演算纸 >> 3+2 ans = 5 >> 3-2^4 ans = -13 >> sin(90) ans =
>> sin(pi/2) ans = 1 2^4: 2的4次方 sin(x): x的单位是弧度 pi: 1800 Matlab Operations Getting started : 演算纸 >> (1+2j)*3j ans = - + >> abs(3+4j) ans = 5 >> angle(3+4j)/pi*180 ans =