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 vue (au cours des 30 derniers jours)
Here's what I have filename = 'Salaries.xlsx';
FR = xlsread('Salaries.xlsx');

Réponse acceptée

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

Plus de réponses (0)

Catégories

En savoir plus sur Data Import from MATLAB dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by