photo

Or Hirshfeld


Last seen: 7 mesi fa Attivo dal 2014

Followers: 0   Following: 0

Messaggio

http://il.linkedin.com/pub/or-hirshfeld/4b/79/577/
Professional Interests: Engineering

Statistica

All
MATLAB Answers

10 Domande
9 Risposte

File Exchange

6 File

RANK
195.881
of 300.331

REPUTAZIONE
0

CONTRIBUTI
10 Domande
9 Risposte

ACCETTAZIONE DELLE RISPOSTE
70.0%

VOTI RICEVUTI
0

RANK
3.644 of 20.920

REPUTAZIONE
421

VALUTAZIONE MEDIA
4.50

CONTRIBUTI
6 File

DOWNLOAD
10

ALL TIME DOWNLOAD
4128

RANK

of 168.124

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Personal Best Downloads Level 1
  • First Review
  • 5-Star Galaxy Level 1
  • GitHub Submissions Level 3
  • First Submission
  • Thankful Level 1
  • First Answer

Visualizza badge

Feeds

Visto da

Inviato


orhirshfeld/Simulink_Motive_API_v3
new version include many goods

circa 10 anni fa | 1 download |

4.5 / 5
Thumbnail

Inviato


C-mex S-function interface to Natural Point Motive (Optitrack) in Simulink by Or Hirshfeld
C-mex S-function interface to Natural Point Motive (Optitrack) in Simulink by Or Hirshfeld

circa 10 anni fa | 1 download |

0.0 / 5
Thumbnail

Inviato


Natural Point Motive (Optitrack) API interface to Matlab and Simulink 64bit by Or Hirshfeld
Get Motion capture data from optitrack cameras to matlab by Or Hirshfeld

circa 10 anni fa | 2 download |

0.0 / 5
Thumbnail

Inviato


orhirshfeld/Motive-Optitrack-API-C-mex-Matlab
Connect to Motive (Optitrack Cameras) using Matlab and C mex file

circa 10 anni fa | 1 download |

0.0 / 5
Thumbnail

Risposto
'rtwinext': undefined symbol "__imp__Z13TT_Initializev" Error loading real-time executable Error occurred while executing External Mode MEX-file motive 1.5 API C-MEX S-Function
I got the following answer from Matlab support: <</matlabcentral/answers/uploaded_files/31682/unnamed2.bmp>> Or Hi...

oltre 10 anni fa | 0

| accettato

Domanda


'rtwinext': undefined symbol "__imp__Z13TT_Initializev" Error loading real-time executable Error occurred while executing External Mode MEX-file motive 1.5 API C-MEX S-Function
I wrote custom C-mex s-function to get data from external software using API Library. the s-function is working well in Normal ...

oltre 10 anni fa | 2 risposte | 0

2

risposte

Risposto
compile .C file Include library using mex - error LNK2019: unresolved external symbol - for NPTrackingTools
Solution by chappjc (http://stackoverflow.com/users/2778484/chappjc) from Stack Overflow Forum <http://stackoverflow.com/que...

oltre 10 anni fa | 0

| accettato

Risposto
How to interface Natural Point Motive (NatNet) with Simulink model?
i used different API in the end <http://www.mathworks.com/matlabcentral/fileexchange/49921-natural-point-motive--optitrack--a...

oltre 10 anni fa | 0

| accettato

Risposto
MATLAB:dispatcher:loadLibrary Can't load 'C:\Program Files\MATLAB\R2014b\bin\win32\handle_graphics.dll': Not enough storage is available to process this command
there was a problem with insufficient memory so i moved to windows 64bit

oltre 10 anni fa | 0

| accettato

Risposto
Running Level 2 S-function in External mode
I'm workin now on C-Mex S-Function https://github.com/orhirshfeld/Motive-S-function

oltre 10 anni fa | 0

Risposto
If i create s-function using Legacy Code Tool and C++ code can i use the block in Real-Time mode with Windows Real-Time Target
I'm working now on C-mex s-function <https://github.com/orhirshfeld/Motive-S-function Motive-S-function> https://github.c...

oltre 10 anni fa | 0

Risposto
error to load dll API using load libary
There is many problem with the header so it need to be edit see the solution on GitHub and MatlabCentral http://www.mathwo...

oltre 10 anni fa | 0

| accettato

Risposto
intlinprog stuck on Optimal objective value
so apparently it just take long time because it's a lot of variables and constrains I made it faster by setting CutGeneration a...

oltre 10 anni fa | 0

Domanda


compile .C file Include library using mex - error LNK2019: unresolved external symbol - for NPTrackingTools
Hello I'm trying to build simple C function with external commands provide by library NPTrackingTools API #include <std...

oltre 10 anni fa | 1 risposta | 0

1

risposta

Domanda


intlinprog stuck on Optimal objective value
Hello I'm writing a code that should find optimal solution for distribution of air pollution sensors. I'm using 'intlinprog' s...

oltre 10 anni fa | 2 risposte | 0

2

risposte

Domanda


'PlotFcns' is not an option for INTLINPROG
Hello I'm writing a code that should find optimal solution for distribution of air pollution sensors. I'm using 'intlinprog' s...

oltre 10 anni fa | 1 risposta | 0

1

risposta

Domanda


how can i install NI-DAQmx Support from Data Acquisition Toolbox for matlab 2012?
I have NI USB 6343 and i want to connect it to simulink I downloaded NI-DAQmx Support from Data Acquisition but i can't insta...

oltre 10 anni fa | 0 risposte | 0

0

risposte

Domanda


error to load dll API using load libary
I'm trying to load dll library of commands in order to connect to software api but when i load it i got errors although previou...

oltre 10 anni fa | 2 risposte | 0

2

risposte

Domanda


If i create s-function using Legacy Code Tool and C++ code can i use the block in Real-Time mode with Windows Real-Time Target
Hello I want to create s-function from c++ code using Legacy Code Tool in order to use this block in Real-Time mode in Simulink...

oltre 10 anni fa | 1 risposta | 0

1

risposta

Domanda


Running Level 2 S-function in External mode
Hello I have Level 2 S-function ,that was written in m-file, run well in Normal mode in Simulink But i need to run the model i...

oltre 10 anni fa | 2 risposte | 0

2

risposte

Domanda


MATLAB:dispatcher:loadLibrary Can't load 'C:\Program Files\MATLAB\R2014b\bin\win32\handle_graphics.dll': Not enough storage is available to process this command
I'm loading a dll by matlab command than trying to open my simulink model and it's crash showing the following message MATLAB...

oltre 10 anni fa | 1 risposta | 0

1

risposta

Risposto
Simulating C MEX S-Function causes crash
What about trying to work with simpler option by incorporating c code in matlab function block. Also instead of using NatNet yo...

quasi 11 anni fa | 0

Inviato


Trackable Location (Mocap) from Optitrack Tracking Tools to Simulink by Or Hirshfeld in Technion
Trackable Location from Optitrack Trackin Tools to Simulink

quasi 11 anni fa | 1 download |

0.0 / 5
Thumbnail

Inviato


NatNet (Motive/Arena) simple sample for location data by Or Hirshfeld
a Simple Sample to transfer Mocap data from Motive/Arena to Matlab using NatNet stream

quasi 11 anni fa | 4 download |

0.0 / 5
Thumbnail

Domanda


How to interface Natural Point Motive (NatNet) with Simulink model?
I need to create interface between Simulink to Motive I already succeed to interface between Matlab and Motive through NatNet, ...

circa 11 anni fa | 1 risposta | 0

1

risposta