フィルターのクリア

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

2 ビュー (過去 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 Center および File ExchangeData Import from MATLAB についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by