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 天)
显示 更早的评论
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 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!