What do these mean/do on matlab?

Réponses (1)

madhan ravi
madhan ravi le 12 Déc 2018
Modifié(e) : madhan ravi le 12 Déc 2018

0 votes

>> 3:6:30 % starting number 3 step 6 till 30
ans =
3 9 15 21 27
>>

3 commentaires

And the first line simply throws an error
>> -depsc
Undefined function or variable 'depsc'.
The print function accepts -depsc as an input argument to control the format of the file to which the figure is printed. See the documentation page for print for more information.
doc print
madhan ravi
madhan ravi le 13 Déc 2018
+1 Steven Lord precise !

Connectez-vous pour commenter.

Catégories

Question posée :

le 12 Déc 2018

Commenté :

le 13 Déc 2018

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by