What do these mean/do on matlab?

1 次查看(过去 30 天)
ktar
ktar 2018-12-12
评论: madhan ravi 2018-12-13
-depsc
[3:6:30]
What do these mean/do on matlab?

回答(1 个)

madhan ravi
madhan ravi 2018-12-12
编辑:madhan ravi 2018-12-12
>> 3:6:30 % starting number 3 step 6 till 30
ans =
3 9 15 21 27
>>
  3 个评论
Steven Lord
Steven Lord 2018-12-12
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

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Image Processing Toolbox 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by