I am getting the error Port Widths and Dimensions.
조회 수: 1 (최근 30일)
표시 이전 댓글
I am trying to create a 5 Level MMC. There is a Ports and Widths Dimension Error on SM1. Any help would be appreciated.
댓글 수: 0
답변 (1개)
Sabin
2023년 3월 15일
SMx subsystems are expecting control input to be a vector of 2 elements but the implementation is giving a signal of dimension 1. Either change the control so that g1, g2,... are two elements or change the implementation of SMx subsystems to accept a single gate signal and then compute the second based on that.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Converters (High power)에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!