Insufficient number of outputs from right hand side of equal sign to satisfy assignment

8 visualizaciones (últimos 30 días)
Hi.
A very basic FM transmissteur (see attached) is creating the error " Insufficient number of outputs from right hand side of equal sign to satisfy assignment" with matlab 2023a. This was working with the previous versions of matlab.
Any idea?
Thank you.

Respuestas (1)

Matt J
Matt J el 4 de Ag. de 2023
data={1,2};
[a,b,c]=data{:}
Insufficient number of outputs from right hand side of equal sign to satisfy assignment.
  2 comentarios
sam
sam el 4 de Ag. de 2023
Thanks. But I did't do any coding and just used block from simulink
Matt J
Matt J el 4 de Ag. de 2023
Whatever you're doing, you are requesting more ouput variables than the block can give.

Iniciar sesión para comentar.

Categorías

Más información sobre Modeling en Help Center y File Exchange.

Productos


Versión

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by