6 Matlab Basics for Numerical Methods M file or script file Lec# 06

preview_player
Показать описание
• Files that contain a MATLAB code are called the m-files. There are two kinds of m-files:
1. script files
Script files is a sequence of MATLAB statements and do not take the input arguments or return the output arguments
2. function files
The function files may take input arguments or return output arguments. Function name should be same as the name of the file without .m extension
input command and Disp command
Рекомендации по теме
welcome to shbcf.ru