Filter löschen
Filter löschen

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

1 Ansicht (letzte 30 Tage)
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:

Antworten (1)

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

Kategorien

Mehr zu Get Started with Optimization Toolbox finden Sie in Help Center und File Exchange

Produkte


Version

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by