Clear Filters
Clear Filters

"reshape" does not give column vector entries in output

4 views (last 30 days)
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 Comments
Sergio
Sergio on 20 Mar 2024
Thanks @Dyuman Joshi, but y0 is defined in enzyme.m which is called in test_modified.m
Sergio
Sergio on 20 Mar 2024
Edited: Sergio on 20 Mar 2024
@Stephen23 good point! In this case, it would be different, and not V = y1(:)-SP(:). With that, I get
V =
3.0146
-1.1146

Sign in to comment.

Answers (0)

Products


Release

R2023b

Community Treasure Hunt

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

Start Hunting!