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)

 Respuesta aceptada

KSSV
KSSV el 17 de Mayo de 2022

0 votos

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

Más respuestas (0)

Productos

Versión

R2021b

Preguntada:

ML
el 16 de Mayo de 2022

Respondida:

el 17 de Mayo de 2022

Community Treasure Hunt

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

Start Hunting!

Translated by