![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/13023680_1529083224765_DEF.jpg)
William Gaillard
Followers: 0 Following: 0
Statistics
RANK
13,577
of 297,046
REPUTATION
3
CONTRIBUTIONS
2 Questions
7 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
2
RANK
of 20,422
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157,776
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
how to properly use fprintf(obj,value) with serial ports
Arduino will reset when you open the COM port. You probably send the 'Hey' while Arduino is resetting. Give Arduino time to rese...
6 years ago | 1
Serial communication with Arduino
I'm not sure why your code does not work as written but in Matlab when I changed: while (~strcmpi(a,'a')) to while (a~='...
6 years ago | 0
how to send data from matlab to arduino and blink a led depending on the data received from matlab ?
In Matlab fclose(instrfind); clc clear all s=serial('COM4','BAUDRATE',9600); %to create the serial port in MATLAB fope...
6 years ago | 0
coding a conditional for loop
Couldn't you use a while loop to accomplish the same thing
6 years ago | 0
Question
checkbox in table unclickable
I have a table generated in Matlab App Designer. The 1st column in the table has check boxes. All other columns are numeric. I h...
6 years ago | 2 answers | 1
2
answersApp Developer: delete table rows
Ah, of course I solve my problem shortly after posting the question. Because I have multiple ways to enter data into the table I...
6 years ago | 0
| accepted
App Developer: delete table rows
I guess it is easier if I attach it this way :)
6 years ago | 0
Question
App Developer: delete table rows
There are lots of questions and answers for how to delete table rows in Matlab, but none of the solutions work very well in Matl...
6 years ago | 3 answers | 0