Quantcast
Channel: PTC Community: Message List - PTC Mathcad
Viewing all 9237 articles
Browse latest View live

Re: Area collapse/Expand in Mathcad15

$
0
0

Hi,

 

It is not possible through direct Mathcad commands but still it possible through system screen setting commands.

 

MC.ActiveWindow.ScrollTo 0, rk.Y                  ''Fix Tag Name to the area which needs to be collapsed/expanded and scroll down to the location of the area by tag name.

AppActivate MC, False                                  ''Enable/Activate Mathcad screen

MC.Left = 0                                                                                          ''Set Mathcad Screen to Left Corner to the display screen.

MC.Top = 0                                                                                          ''Set Mathcad Screen to Top Corner to the display screen.

mouse_event MOUSEEVENTF_LEFTDOWN, 0&, 0&, 0&, 0&                  ''Double click command

mouse_event MOUSEEVENTF_leftUP, 0&, 0&, 0&, 0&

mouse_event MOUSEEVENTF_LEFTDOWN, 0&, 0&, 0&, 0&

mouse_event MOUSEEVENTF_leftUP, 0&, 0&, 0&, 0&

 

This really works.

Have fun.

 

Regards,

Vinoth        


Labels in bar chart - Mathcad 15

$
0
0

Hi

 

Is it possible to put "labels" below bars in a bar chart, to indicate what they represent? I believe I stumpled upon some kind of workaround some time ago, but I'm not able to find it again.

 

Thanks in advance

Re: Need MSXML 4.0 SP3 to install Mathcad 15 M10 on Windows 10?

$
0
0

Click in the link in my previous post (the bit in blue)

Re: Mathcad 15 recover temp file

$
0
0

Okay I hope PTC is working on a fix for that problem cause it's not cool thinking everything's fine cause ou set your autosave and BAM! when your Mathcad crash it's all gone...

 

Thank you folks for helping me, it's appreciated!

 

Pierre-Luc

Re: Labels in bar chart - Mathcad 15

Re: Labels in bar chart - Mathcad 15

$
0
0

Then I'd rather put the data in Excel and make the chart there.

Re: Labels in bar chart - Mathcad 15

Re: Mathcad 15 recover temp file

$
0
0

I should probably create an AutoIt program that watches folders and makes time-stamped copies when the files change and moves them to a safer place (different drive, other server). That could be fun.


Re: Labels in bar chart - Mathcad 15

$
0
0

Thanks for the link Richard. I've tried to implement it, but haven't been able to make it work. Don't know if it has something to do with the function using c and this being predefined as the speed of light. It's not a problem in the ebook, but seems maybe to be the problem, when I try to use it in my own project.

Re: Need MSXML 4.0 SP3 to install Mathcad 15 M10 on Windows 10?

$
0
0

Thanks, Richard.  That worked perfectly.

Re: Labels in bar chart - Mathcad 15

$
0
0

That maybe a problem, but without seeing the worksheet it's impossible to say for sure. Try doing a find and replace, and replace c with cc in all the applicable functions.

Re: Labels in bar chart - Mathcad 15

$
0
0

We can insert Excel-sheet in Mathcad

Mathcad Prime 3.0 does freeze after doing smth. like saving.

$
0
0

Hey Guys,

 

recently I got a license for Mathcad Prime 3.0 (Academical Version) and tried to install Mathcad on my PC.

I had no problems with installing or licensing later on.

 

First startup also no problem.

But when I am trying to do something with it, it starts freezing and there is no way to get control back.

Mathcad is working on the devices from class mates using the same Operating System.

 

System Specs (might help you):

Operating System: Windows 10 Home 64bit version 1511 (build 10586.218 for the nerds ^^)

16 GB of Ram and nVidia gForce 960m

and SSD for operating drive

 

Things I tried already:

.) Run in compatibility mode in windows 8 and 7

.) Reinstall with all Mathcad data removed

.) Install with license.dat

.) Run over internal graphics card (Intel HD 530)

.) Run as Administrator

.) Installed Framework 3.5 and later

 

Something else I can try?

 

Hope I havn't forgot something and also hope for a fast help.

Greetings Alexander

 

Btw.: The reason why I am using Mathcad Prime 3.0 and not 3.1 is just because I got one for 3.0 from my school.

Re: Mathcad Prime 3.0 does freeze after doing smth. like saving.

$
0
0

You have a 64-bit OS.

Your .NET framework should be, and probably is also 64-bit.

Which edition of Prime 3.0 did you install, 64 or 32-bit?

 

Success!
Luc

Re: If statement with vector in it?

$
0
0

It depends on what you want as a result:

 

If you want a vector of 1's and 0's that's the same size as your comparison vector, use the "vectorization" operator.

 

If you want a single 1 or 0 (e.g. if all values are less than 0.2), use the comparison max(Vua/Vn)<0.2


Re: If statement with vector in it?

$
0
0

Thank you Mark, I'm looking for the first result. I tried multiple arrangements of the "vectorize" operator and each resulted in an error. What is the correct way to use the vectorize operator in this situation?

Re: If statement with vector in it?

$
0
0

Hmm.. it appears the vectorization operator does not seem to work with "if" statements.  We could write a program.  However, if you true and false results are simply 1 and 0, you don't even need the "if" statement:

Mathcad already stores "true" as 1 and "false" as 0.

Re: If statement with vector in it?

$
0
0

Here's a solution using programming in case you want to use values other than 1 and 0:

Re: If statement with vector in it?

$
0
0

Yes, some built-in functions like "max", "min"  and obviously also "if" cannot be vectorized directly.

 

If you are happy with the "boolean" values 0 and 1, do as Mark has shown, simply type "Vec < 0.2".

 

Otherwise, if you also want different values to be returned, you may resort to a user written wrapper function which then can be vectorized:

WE

Re: If statement with vector in it?

$
0
0

Here is a more versatile wrapper function (sort of "why didn't this come to my mind in first place") which can be used the same way as the built-in if-function and additionaly can be used vectorized, too.

Viewing all 9237 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>