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 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Khalid Tewfik
el 24 de Oct. de 2016
Respondida: Alexandra Harkai
el 25 de Oct. de 2016
Here's what I have filename = 'Salaries.xlsx';
FR = xlsread('Salaries.xlsx');
0 comentarios
Respuesta aceptada
Alexandra Harkai
el 25 de Oct. de 2016
function mystaff(S)
end
This takes S as input argument and doesn't return anything.
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Get Started with MATLAB en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!