MathCAD to SMath batch conversion

MathCAD to SMath batch conversion - batch/macro processing - Сообщения

#41 Опубликовано: 20.05.2016 02:39:25
kilele

kilele

133 сообщений из 397 понравились пользователям.

Группа: 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 Опубликовано: 23.05.2016 03:28:33
bekim

bekim

0 сообщений из 20 понравились пользователям.

Группа: 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 Опубликовано: 23.05.2016 06:24:33
kilele

kilele

133 сообщений из 397 понравились пользователям.

Группа: 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 Опубликовано: 26.05.2016 09:01:53
bekim

bekim

0 сообщений из 20 понравились пользователям.

Группа: 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 Опубликовано: 19.11.2020 08:11:28
Elton

Elton

0 сообщений из 3 понравились пользователям.

Группа: 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 Опубликовано: 19.11.2020 10:48:32
Jean Giraud

Jean Giraud

983 сообщений из 6866 понравились пользователям.

Группа: 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 Опубликовано: 19.11.2020 14:19:46
Alvaro Diaz Falconi

Alvaro Diaz Falconi

992 сообщений из 1674 понравились пользователям.

Группа: 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 КиБ) скачан 39 раз(а).

or this other

FindingAbsMaximunEpsilon.sm (7 КиБ) скачан 37 раз(а).

Best regards.
Alvaro.
  • Новые сообщения Новые сообщения
  • Нет новых сообщений Нет новых сообщений