WRITEEXCEL - MathCAD 15 - won't write file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
WRITEEXCEL - MathCAD 15 - won't write file
Hello all,
I'm working with the WRITEEXCEL function for the first time and seem unable to make even the most basic example work. In the attached file, no file gets written and I am unclear why this would be.
Best regards...
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
mlabree wrote:
Hello all,
I'm working with the WRITEEXCEL function for the first time and seem unable to make even the most basic example work. In the attached file, no file gets written and I am unclear why this would be.
Although you've written the WRITEEXCEL command correctly, Mathcad won't do anything with it until you evaluate it. Either write Result:=WRITEEXCEL(...) or WRITEEXCEL(...)=; the former is usually preferable to displaying a large array.
Stuart
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
mlabree wrote:
Hello all,
I'm working with the WRITEEXCEL function for the first time and seem unable to make even the most basic example work. In the attached file, no file gets written and I am unclear why this would be.
Although you've written the WRITEEXCEL command correctly, Mathcad won't do anything with it until you evaluate it. Either write Result:=WRITEEXCEL(...) or WRITEEXCEL(...)=; the former is usually preferable to displaying a large array.
Stuart
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thanks Stuart! A newbie mistake...appreciate the help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
No problem.
Stuart
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
That was helpful. However, I get an error that my vector must be unitless. Must the vector be unitless to use the WRITEEXCEL function? What is the best way to strip the units from a variable? Multiply the reciprocal of the units?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Andy Stevenson wrote:
That was helpful. However, I get an error that my vector must be unitless. Must the vector be unitless to use the WRITEEXCEL function? What is the best way to strip the units from a variable? Multiply the reciprocal of the units?
Yes.
... Or divide by the units
