필터 지우기
필터 지우기

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

조회 수: 1 (최근 30일)
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:

답변 (1개)

Walter Roberson
Walter Roberson 2023년 10월 24일
AA.Constraints.one = permute(AIT, [3 1 2]) .* LILT == ff;

카테고리

Help CenterFile Exchange에서 Get Started with Optimization Toolbox에 대해 자세히 알아보기

제품


릴리스

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by