xlsread equivalent command for Matlab Coder
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Ahmet Soner Erikli
el 20 de Abr. de 2020
Respondida: Darshan Ramakant Bhat
el 21 de Abr. de 2020
I need to convert my fully working function to C Code by using Matlab Coder. But unfortunately Matlab Coder can not convert the xlsread or readcell commands and because I need to upload an .xlsx file with scripts and numbers in it to matlab,therefore I need to deal with this process without using such commands. Any ideas?
0 comentarios
Respuestas (1)
Darshan Ramakant Bhat
el 21 de Abr. de 2020
Below is the list of functions supported for C/C++ codegeneration :
Unfortunately "xlsread" is not supportef for codegeneration. You can explore "fileread" function to read the data from the text file.
0 comentarios
Ver también
Categorías
Más información sobre Spreadsheets en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!