Write a function with input .xls file to read

조회 수: 4 (최근 30일)
ML
ML 2022년 5월 16일
답변: KSSV 2022년 5월 17일
I am writing a function that will take inputs from excel data sheet and user input and compare it to see if the values are the same or not. I am not sure how to load my excel data sheet onto this function. Here is an example function:
iwant = ComputeValues(exceldata, userinput)

채택된 답변

KSSV
KSSV 2022년 5월 17일
To load the excel data into matlab use readtable
To compare values you can use isequal, ==, etc.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Spreadsheets에 대해 자세히 알아보기

제품


릴리스

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by