import data from excel to lookup table

조회 수: 9 (최근 30일)
Mahmood
Mahmood 2023년 3월 16일
답변: Bhanu Prakash 2023년 3월 17일
when I tray import data from excel sheet to lookup table this messege appears
" Invalid setting in 'datalookup1/1-D Lookup my table ' for parameter 'Table'.
Caused by: Variable 'irrad1' does not exist. "
irrad1 is the name of sheet

답변 (1개)

Bhanu Prakash
Bhanu Prakash 2023년 3월 17일
Hi Mahmood,
As per my understanding, you are trying to import data from excel sheet to a look-up table and are facing some errors in it.
These errors usually occur when the file being used ("irrad1", in your case) is not present in the "MATLAB path or the file name being used is incorrect.
One workaround is to use the function "readtable". The syntax is as follows:
T = readtable(filename)
where, filename is "irrad1" (in your case) and "T" is the required look-up table.
You can refer to the documentation of "readtable" here:
Hope this answer helps you.
Thanks,
Bhanu Prakash.

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by