Azzera filtri
Azzera filtri

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

Risposta accettata

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

Più risposte (0)

Categorie

Scopri di più su Data Import from MATLAB in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by