How to call a function with a char variable
古いコメントを表示
Hello, Can someone help me with a small problem?
I stored my workspace as: s= whos() THe actual values are: s(1).name = A,s(2).name = B
[X Y] = coordinates(A,B) works while
[X Y] = coordinates(s(1).name, s(2).name,1); doesn't work?
How do I resolve this?
1 件のコメント
Azzi Abdelmalek
2015 年 7 月 5 日
編集済み: Azzi Abdelmalek
2015 年 7 月 5 日
What is coordinates? Can you post an example?
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Performance and Memory についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!