How do I write a function called mystaff that takes one matrix input argument S, S is a n-by-m matrix from an excel file I have saved. Also the function doesn't return anything
1 回表示 (過去 30 日間)
古いコメントを表示
Khalid Tewfik
2016 年 10 月 24 日
回答済み: Alexandra Harkai
2016 年 10 月 25 日
Here's what I have filename = 'Salaries.xlsx';
FR = xlsread('Salaries.xlsx');
0 件のコメント
採用された回答
Alexandra Harkai
2016 年 10 月 25 日
function mystaff(S)
end
This takes S as input argument and doesn't return anything.
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Get Started with MATLAB についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!