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');

采纳的回答

Alexandra Harkai
Alexandra Harkai 2016-10-25
function mystaff(S)
end
This takes S as input argument and doesn't return anything.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Data Import from MATLAB 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by