Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! 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