Borrar filtros
Borrar filtros

Arrays have incompatible sizes for this operation for multiplying Parameters, what code would be proper to type in?

1 visualización (últimos 30 días)
Arrays have incompatible sizes for this operation. However the said parameters have different sizes.
AA.Constraints.one = AIT .* LILT == ff;
The model looks like this:

Respuestas (1)

Walter Roberson
Walter Roberson el 24 de Oct. de 2023
AA.Constraints.one = permute(AIT, [3 1 2]) .* LILT == ff;

Categorías

Más información sobre Get Started with Optimization Toolbox en Help Center y File Exchange.

Productos


Versión

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by