Hi! I really need help with the following Matlab problem.
What does this code do? I need to comment what the important lines of this code do. Also the code contains several errors which i need to find. Here is the program:
clear all; close all; clc;
Maxi=50; tab=[1 :Maxi] ; tab(1)=0;
while...