MathCAD to SMath batch conversion - batch/macro processing - Messages
#41 Posted: 5/20/2016 2:39:25 AM
Reselty, you can also use wsh sendkeys from mswindows without installing any external language, see if this works for you: https://helloacm.com/send-keystrokes-to-the-active-window-using-sendkeys-wsh/
#42 Posted: 5/23/2016 3:28:33 AM
Hi Kilele
Sounds like you could read thoughts - This was/is the problem with FBSL... Couldnt find a portable version and tried allready some AutoIt and macrocreator/AutoHotkey.
I'll have a look on your suggestion - Thanks a lot!
Andreas
Sounds like you could read thoughts - This was/is the problem with FBSL... Couldnt find a portable version and tried allready some AutoIt and macrocreator/AutoHotkey.
I'll have a look on your suggestion - Thanks a lot!
Andreas
#43 Posted: 5/23/2016 6:24:33 AM
WroteHi Kilele
Sounds like you could read thoughts - This was/is the problem with FBSL... Couldnt find a portable version and tried allready some AutoIt and macrocreator/AutoHotkey.
I'll have a look on your suggestion - Thanks a lot!
Andreas
Hi. You can compile .fbs to exe so you can run it on the final machine. Anyways, if you know autohotkey this script may be useful: http://www.donationcoder.com/Software/Skrommel/#DoOver
#44 Posted: 5/26/2016 9:01:53 AM
Hi Kilele
I will test the DoOver way also, cause I did run a similar way with tinyTask, but there I couldn't define the speed (runs to fast) and edit the macro.
Thanks a lot!
I will test the DoOver way also, cause I did run a similar way with tinyTask, but there I couldn't define the speed (runs to fast) and edit the macro.
Thanks a lot!
#45 Posted: 11/19/2020 8:11:28 AM
Hello guys!
I have a set of points x, y (speed and frequency) and I would like to take that moment of maximum speed, I have the corresponding frequency. Does anyone know to help me?
Example:
vector, x=[1 2 3 ...1000]
vextor, y=[100 300 400 ...100]
what point is in "y", "x" is max?
#46 Posted: 11/19/2020 10:48:32 AM
Wrotevector, x=[1 2 3 ...1000]
vextor, y=[100 300 400 ...100]
what point is in "y", "x" is max?
Your Y vector is incomplete. As it looks, it has different array dimension.
Nothing can be constructed from what you give.
#47 Posted: 11/19/2020 2:19:46 PM
Wrote
Hello guys!
I have a set of points x, y (speed and frequency) and I would like to take that moment of maximum speed, I have the corresponding frequency. Does anyone know to help me?
Example:
vector, x=[1 2 3 ...1000]
vextor, y=[100 300 400 ...100]
what point is in "y", "x" is max?
Hi. This can be one solution.
FindingAbsMaximun.sm (9 KiB) downloaded 37 time(s).
or this other
FindingAbsMaximunEpsilon.sm (7 KiB) downloaded 35 time(s).
Best regards.
Alvaro.
-
New Posts
-
No New Posts