Recent content by Aydashka

  1. A

    Help with Matlab Problem: Commenting Code & Finding Errors

    If i knew what it did, i would'n ask about it here :biggrin:
  2. A

    Help with Matlab Problem: Commenting Code & Finding Errors

    Right! Could you explain what this code does?
  3. A

    Help with Matlab Problem: Commenting Code & Finding Errors

    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...
Back
Top