Recent content by dr.zina shadi

  1. D

    MATLAB Why Does My MATLAB Function Only Return One Value Instead of Two?

    ------------------------ you can use one of the flow Control statements it is the (for ) statement the for loop executes a statement or group statements a predetermined number of times. its syntax is : for index=start:increment:end statements end you can specify any increment...
Back
Top