MathCAD to SMath batch conversion

MathCAD to SMath batch conversion - batch/macro processing - Messages

#41 Posted: 5/20/2016 2:39:25 AM
kilele

kilele

133 likes in 397 posts.

Group: User

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
bekim

bekim

0 likes in 20 posts.

Group: User

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
#43 Posted: 5/23/2016 6:24:33 AM
kilele

kilele

133 likes in 397 posts.

Group: User

Wrote

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



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
bekim

bekim

0 likes in 20 posts.

Group: User

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!
#45 Posted: 11/19/2020 8:11:28 AM
Elton

Elton

0 likes in 3 posts.

Group: User


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
Jean Giraud

Jean Giraud

983 likes in 6866 posts.

Group: User

Wrote

vector, 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
Alvaro Diaz Falconi

Alvaro Diaz Falconi

992 likes in 1674 posts.

Group: User

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 39 time(s).

or this other

FindingAbsMaximunEpsilon.sm (7 KiB) downloaded 37 time(s).

Best regards.
Alvaro.
  • New Posts New Posts
  • No New Posts No New Posts