Borrar filtros
Borrar filtros

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

32 visualizaciones (últimos 30 días)
[app.Sis.Slippage]
ans =
Columns 1 through 17
0 9 9 9 6 9 6 6 6 0 0 0 0 0 0 0 0
Columns 18 through 34
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Column 35
0
b1 =
Columns 1 through 17
0 90 90 90 60 90 60 60 60 0 0 0 0 0 0 0 0
Columns 18 through 34
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Column 35
0
[app.Sis.Slippage]=b1
Insufficient number of outputs from right hand side of equal sign to satisfy assignment.

Respuesta aceptada

Stephen23
Stephen23 el 29 de Jun. de 2024 a las 10:26
Editada: Stephen23 el 29 de Jun. de 2024 a las 10:29

Note that the meaning of square brackets is different in the LHS vs on the RHS.

    C = num2cell(b1);
    [app.Sis.Slippage] = C{:}

https://www.mathworks.com/matlabcentral/discussions/tips/847976-tutorial-comma-separated-lists-and-how-to-use-them

  2 comentarios
Luca Re
Luca Re el 29 de Jun. de 2024 a las 10:32
Ok..it run correctly
but
class(app.Sis(1).Slippage)
ans =
'double'
it's not a cell
Stephen23
Stephen23 el 29 de Jun. de 2024 a las 22:04
"but ... it's not a cell"
I do not see any reason why it should be a cell (array).

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Operators and Elementary Operations 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!

Translated by