Community Profile

photo

William Gaillard


Last seen: 15 dagen ago Active since 2019

Statistics

  • Revival Level 1
  • First Answer

View badges

Content Feed

View by

Answered
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...

ongeveer 5 jaar ago | 1

Answered
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~='...

ongeveer 5 jaar ago | 0

Answered
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...

ongeveer 5 jaar ago | 0

Answered
coding a conditional for loop
Couldn't you use a while loop to accomplish the same thing

ongeveer 5 jaar 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...

ongeveer 5 jaar ago | 2 answers | 1

2

answers

Answered
App 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...

ongeveer 5 jaar ago | 0

| accepted

Answered
App Developer: delete table rows
I guess it is easier if I attach it this way :)

ongeveer 5 jaar ago | 0

Answered
App Developer: delete table rows
Forgot to attach the image. Here it is

ongeveer 5 jaar 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...

ongeveer 5 jaar ago | 3 answers | 0

3

answers