how can return the valve from used function
1 回表示 (過去 30 日間)
古いコメントを表示
hi, i have program contain several function one of this function have many variable as vector i measurement returnee one variable such as function [proj]= nnn[a1,a2,a3,....] body of function end display in work space only proj i need to display in workplace anther variable how can that please
0 件のコメント
採用された回答
Stephen23
2014 年 9 月 29 日
You should probably read about functions . Note that in MATLAB all (non-hidden) variables are shown in your workspace, so you don't have to do anything special to see them. You can double-click to open them to view them in more detail. Local workspaces can be viewed using the debug tools . If you wish to print any values in your command window, you can use disp , fprintf , or simply not place a semi-colon after the function call:
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Image Processing Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!