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

8 views (last 30 days)
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.

Answers (1)

Matt J
Matt J on 4 Aug 2023
data={1,2};
[a,b,c]=data{:}
Insufficient number of outputs from right hand side of equal sign to satisfy assignment.

Categories

Find more on Modeling in Help Center and File Exchange

Products


Release

R2023a

Community Treasure Hunt

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

Start Hunting!