Error in 'From Spreadsheet ' Block in Simulink

22 visualizaciones (últimos 30 días)
DARSHAN N KANNUR
DARSHAN N KANNUR el 1 de Jun. de 2020
Editada: Rik el 5 de Ag. de 2020
I have 4948 samples in the excel sheet with two columns, first column to be treated as time ad second column to be treated as data. But as soon I press OK after linking the spreadsheet to 'From Spreadsheet' block it results into so many ports instead of just one data port. Tried on MATLAB 2018b.
Thank You in Advance.

Respuestas (1)

Sugar Daddy
Sugar Daddy el 1 de Jun. de 2020
Because the sheet you are feeding is row vector (i.e. it has 1 row and 4948 columns), while MATLAB requires column vector (i.e. 4948 rows and 1 column). So take transpose of excel sheet
  9 comentarios
Sugar Daddy
Sugar Daddy el 4 de Jun. de 2020
please attach the sheet if possible
DARSHAN N KANNUR
DARSHAN N KANNUR el 9 de Jun. de 2020
Editada: Rik el 5 de Ag. de 2020
Hello sir I have attached the excel sheet. Do check it.
Edit Rik:
Moved attachment from separate answer to this comment.

Iniciar sesión para comentar.

Categorías

Más información sobre Data Import from MATLAB en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by