01 Introduction GUI
01 Introduction GUI
1. Introduction to
2. Numeric, Cell, and Structure Arrays
3. Functions and Scripts
4. Programming with Matlab
5. GUI with Matlab
6. Other engineering topics
https://blackboard.hcmiu.edu.vn/
• The built-in MATLAB functions are almost always better than anything that an
individual engineer could write
• When MATLAB executes, it can display several types of windows that accept
commands or display information.
• Display other windows that provide help and that allow the user to examine the
values of variables defined in memory.
1. Introduction to
2. Numeric, Cell, and Structure Arrays
3. Functions and Scripts
4. Programming with Matlab
5. GUI with Matlab
6. Other engineering topics
• MATLAB variable names must begin with a letter, followed by any combination
of letters, numbers, and the underscore (_) character.
• The real and imaginary components of each variable can be positive or negative
numbers in the range 10308 to 10-308
• A = 10.4
• B = 12.8j
• C = 10.4 + 12.8j
fprintf(format, data)
load filename
the number of rows and columns in both arrays must be the same.
Help plot