Filter löschen
Filter löschen

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 Ansichten (letzte 30 Tage)
Here's what I have filename = 'Salaries.xlsx';
FR = xlsread('Salaries.xlsx');

Akzeptierte Antwort

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

Weitere Antworten (0)

Kategorien

Mehr zu Data Import from MATLAB finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by