Statistics
RANK
7,636
of 295,448
REPUTATION
6
CONTRIBUTIONS
3 Questions
6 Answers
ANSWER ACCEPTANCE
66.67%
VOTES RECEIVED
1
RANK
of 20,227
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,872
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
import user32.dll and use the 'BlockInput' function in it
I created a dll in VB dotnet for the required function 'BlockInput'. I registered the created dll in Matlab using RegAsm.exe . O...
13 years ago | 1
| accepted
Question
bring the external application window into focus
I have an external application running which I have opened from matlab. I need to get the application window into focus whenever...
13 years ago | 1 answer | 0
1
answerstr2num and commas
I think str2num considers '20' and '000' as two different strings because of the comma. What is the output that you are looking ...
13 years ago | 0
| accepted
Question
check if an external application is running or not from matlab
I have an application opened from Matlab. I would like to check if the instance of the application is running or not from Matlab...
13 years ago | 1 answer | 0
1
answerimport user32.dll and use the 'BlockInput' function in it
Sorry about repeating the question.. I am getting 0.. I guess this means the library is not loaded..
13 years ago | 0
save
Hi Hassan, If you are trying to name your data you can do it using eval function as follows, FOR eg: T=[1;2;3;4;]; and you ...
13 years ago | 0
Question
import user32.dll and use the 'BlockInput' function in it
Hi, I am sending a series of keystrokes to the notepad application from Matlab and through the total process I would like to ...
13 years ago | 6 answers | 0