Blog / MATLAB
2 Posts

MATLAB
MATLAB Interpolation and Data Fitting

1. Master the one-dimensional data interpolation method in MATLAB 2. Understand the principle of polynomial fitting by comparing the effects of different degrees of polynomials 3. Master the characteristics and methods of polynomial fitting in MATLAB 4. Master the representation and operations of polynomials in MATLAB

查看全文
MATLAB
MATLAB Programming and Optimization

I. Purpose and Requirements of the Experiment 1. Master MATLAB functions 2. Master MATLAB program flow 3. Master writing MATLAB scripts and function files 4. Familiarize with matrix-based programming design and optimization II. Experimental Principles 1. MATLAB M-files: script files and function files; 2. MATLAB program flow: input, disp, if statements, for loop, while loop, switch case structure, and try catch structure; 3. Function files, anonymous functions, and functions within files;

查看全文