Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X
Hi, I´m translating some matlab code into a Mathcad, I need to overwrite indices in vectors
Matlab does it like this:
f_site 23x1 Vector
idx 13x1 Vector wich has the indices i need to overwrite.
f_site(idx)=...
In Mathcad I cant do it like this
Thank u
Solved! Go to Solution.
You could simply do it like this
using the same approach to identifying the appropriate values of theta12, cc etc.
Alan
Something like this?
Success!
Luc
Yes that could work but I need to call out the indices of vector to overwrite them like this:
You could simply do it like this
using the same approach to identifying the appropriate values of theta12, cc etc.
Alan