For Loop Programming Error!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
For Loop Programming Error!
Hello Mathcad community!
I'm unexpirienced Mathcad user, but I was able to solve all my problems and misunderstandings by myself. Till now.
I'm trying to analyse the experiment results of electric field measurement. It's sort of empirical method(so there is bit mess).
I had done some programming in Mathcad prime succesfully, but now I can't find where my mistake is.
I'm attaching sheet and imgs.
Thank you for any kind of help.
PS.: I'm using Mathcad Prime 3.0
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Because of Prime's dynamic unit checking (which allows for different dimensions in one array) it is often necessary to explicitely state the unit even if the value is zero.
BTW, you may consider to add units from the very beginning (d1, ant1,...).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Because of Prime's dynamic unit checking (which allows for different dimensions in one array) it is often necessary to explicitely state the unit even if the value is zero.
BTW, you may consider to add units from the very beginning (d1, ant1,...).
