필터 지우기
필터 지우기

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 CenterFile Exchange에서 Data Import from MATLAB에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by