how to input variables?
2 ビュー (過去 30 日間)
古いコメントを表示
Data=[1 2 3
4 5 6]
a = Data(:,1);
b = Data(:,2);
c = Data(:,3);
t=a/(b.^c)
as u see i have 4 ans but i need 2 ... 1,2,3 is my first input and 4,5,6 is my second ...can anyone help?the way i put these variable is wrong right?
0 件のコメント
採用された回答
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Logical についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!