Matlab to Mathcad Vectors and Matrix
Nov 11, 2020
01:05 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Nov 11, 2020
01:05 PM
Matlab to Mathcad Vectors and Matrix
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.
ACCEPTED SOLUTION
Accepted Solutions
Nov 11, 2020
01:53 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Nov 11, 2020
01:53 PM
You could simply do it like this
using the same approach to identifying the appropriate values of theta12, cc etc.
Alan
3 REPLIES 3
Nov 11, 2020
01:23 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Nov 11, 2020
01:23 PM
Something like this?
Success!
Luc
Nov 11, 2020
01:43 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Nov 11, 2020
01:43 PM
Yes that could work but I need to call out the indices of vector to overwrite them like this:
Nov 11, 2020
01:53 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Nov 11, 2020
01:53 PM
You could simply do it like this
using the same approach to identifying the appropriate values of theta12, cc etc.
Alan