unwanted variable can I not assign

3 次查看(过去 30 天)
Hi, some function in matlab like "size" has options to give 2 outputs like "[a1,a2]=size(x)". But sometimes I don't want to waste space for another variable, is it possible to not do that?

采纳的回答

Jakub Mrowka
Jakub Mrowka 2016-10-6
编辑:Jakub Mrowka 2016-10-6
If you don't want every answer from function just type "~" instead of variable.
Example:
[~,a2]=size(x)

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Logical 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by