Error using + Matrix dimensions must agree
조회 수: 2 (최근 30일)
이전 댓글 표시
RGB=real(DFT)+WMI;
댓글 수: 6
Steven Lord
2021년 11월 8일
Yes, I agree that likely the dimensions don't agree. Seeing the size of each array may give us some insight into what the cause of that discrepancy may be and suggest a solution. For instance, if both are vectors but one is one element shorter I'd ask if they called diff to create the shorter vector. If one is a vector and the other has the same number of elements but is a different shape, calling reshape may be what the poster wants.
답변 (1개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!