Write a function with input .xls file to read

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일

0 개 추천

To load the excel data into matlab use readtable
To compare values you can use isequal, ==, etc.

추가 답변 (0개)

카테고리

제품

릴리스

R2021b

질문:

ML
2022년 5월 16일

답변:

2022년 5월 17일

Community Treasure Hunt

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

Start Hunting!

Translated by