필터 지우기
필터 지우기

"reshape" does not give column vector entries in output

조회 수: 3 (최근 30일)
Sergio
Sergio 2024년 3월 20일
편집: Sergio 2024년 3월 20일
Running test_modified.m we obtain the vector entries for the residuals , as a 1x8 vector. However, with either
r = reshape([result{:}].',[],1) % column vector
r = reshape([result{:}].',1,[]) % row vector
I obtain no vector output. It says "Brace indexing is not supported for variables of this type."
What is wrong and how can I correct this?
Thanks
  댓글 수: 4
Sergio
Sergio 2024년 3월 20일
Thanks @Dyuman Joshi, but y0 is defined in enzyme.m which is called in test_modified.m
Sergio
Sergio 2024년 3월 20일
편집: Sergio 2024년 3월 20일
@Stephen23 good point! In this case, it would be different, and not V = y1(:)-SP(:). With that, I get
V =
3.0146
-1.1146

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Matrix Indexing에 대해 자세히 알아보기

제품


릴리스

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by