Clear Filters
Clear Filters

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

1 view (last 30 days)
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:

Answers (1)

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

Categories

Find more on Get Started with Optimization Toolbox in Help Center and File Exchange

Products


Release

R2021b

Community Treasure Hunt

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

Start Hunting!