Welcome Guest! To enable all features please Login. New Registrations are disabled.

Notification

Icon
Error

Login


3 Pages<123
Options
Go to last post Go to first unread
Offline kilele  
#41 Posted : 20 May 2016 08:39:25(UTC)
kilele


Rank: Advanced Member

Groups: Registered
Joined: 30/03/2011(UTC)
Posts: 393

Was thanked: 132 time(s) in 113 post(s)
Reselty, you can also use wsh sendkeys from mswindows without installing any external language, see if this works for you: https://helloacm.com/sen...ndow-using-sendkeys-wsh/
Offline reselty  
#42 Posted : 23 May 2016 09:28:33(UTC)
reselty


Rank: Member

Groups: Registered
Joined: 03/05/2016(UTC)
Posts: 20
Switzerland

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
Offline kilele  
#43 Posted : 23 May 2016 12:24:33(UTC)
kilele


Rank: Advanced Member

Groups: Registered
Joined: 30/03/2011(UTC)
Posts: 393

Was thanked: 132 time(s) in 113 post(s)
Originally Posted by: reselty Go to Quoted Post
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...oftware/Skrommel/#DoOver
Offline reselty  
#44 Posted : 26 May 2016 15:01:53(UTC)
reselty


Rank: Member

Groups: Registered
Joined: 03/05/2016(UTC)
Posts: 20
Switzerland

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!
Offline eltonsfg  
#45 Posted : 19 November 2020 14:11:28(UTC)
eltonsfg

Rank: Newbie

Groups: Registered
Joined: 06/03/2020(UTC)
Posts: 3
Location: Paço de arcos


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?
Offline Jean Giraud  
#46 Posted : 19 November 2020 16:48:32(UTC)
Jean Giraud

Rank: Guest

Groups: Registered
Joined: 04/07/2015(UTC)
Posts: 6,868
Canada

Was thanked: 980 time(s) in 808 post(s)
Originally Posted by: eltonsfg Go to Quoted Post
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.

Offline Razonar  
#47 Posted : 19 November 2020 20:19:46(UTC)
Razonar


Rank: Advanced Member

Groups: Registered
Joined: 28/08/2014(UTC)
Posts: 1,356
Uruguay

Was thanked: 815 time(s) in 516 post(s)
Originally Posted by: eltonsfg Go to Quoted Post

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 (10kb) downloaded 20 time(s).

or this other

FindingAbsMaximunEpsilon.sm (8kb) downloaded 16 time(s).

Best regards.
Alvaro.

Edited by user 19 November 2020 20:40:13(UTC)  | Reason: Not specified

Users browsing this topic
3 Pages<123
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.