matlab基本函数的输入输出,Matlab函数的基本使用
Part 1Matlab函数的基本概念1.MATLAB的脚本和函数都是包含MATLAB命令的.m文件。2.脚本没有参数的输入输出,函数有。3.使用函数,需要一个脚本或者函数召唤它。1. MATLAB scripts and functions are .m files containing MATLAB commands.2. The script has no input and output ...