Statistics
3 Questions
0 Answers
RANK
267,546
of 301,379
REPUTATION
0
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
33.33%
VOTES RECEIVED
0
RANK
of 21,244
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 174,273
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
Warning: A timeout occurred before the Terminator was reached. 'serial' unable to read any data.
Hello every Body, I'm trying to run a device using this Code: s = serial('COM16', 'Baud', 9600); set(s,'Timeout', 2); ...
7 years ago | 0 answers | 0
0
answersQuestion
Unable to perform assignment because the size of the left side is 1-by-1 and the size of the right side is 0-by-0. Error in newhallprobe (line 42) field(x,y)=str2num(fgets(s));
s = serial('COM16', 'Baud', 9600); set(s,'Timeout', 0.9); set(s,'Parity', 'Odd'); set(s,'DataBits', 7); set(s,'Ter...
7 years ago | 1 answer | 0
1
answerQuestion
Toolbox optimization parameters inequalities constraints
Hello every body, I am using the optimization toolbox to find the optimal value of 2 parameters a1,a2. How to add the follo...
8 years ago | 1 answer | 0
