Feeds
질문
Filter Question
I am trying to use a filter to get rid of noise on some data that I have. However, this data continuously updates. I can run a s...
12년 초과 전 | 답변 수: 1 | 0
1
답변답변 있음
Time on X-axis
Time = sprintf('%02d:%02d:%02d', c(4), c(5), c(6)); Thanks Walter, this is what I am looking for. However when I try to use...
Time on X-axis
Time = sprintf('%02d:%02d:%02d', c(4), c(5), c(6)); Thanks Walter, this is what I am looking for. However when I try to use...
12년 초과 전 | 0
답변 있음
Time on X-axis
Well I thought I found an answer, but I guess I didn't. I tried using 'clock' which produces a 6 element array that starts with ...
Time on X-axis
Well I thought I found an answer, but I guess I didn't. I tried using 'clock' which produces a 6 element array that starts with ...
12년 초과 전 | 0
답변 있음
Unwanted line on plot
Thanks for the response. However, once 30 points fill the graph, what I want to do is continually update the graph. So when data...
Unwanted line on plot
Thanks for the response. However, once 30 points fill the graph, what I want to do is continually update the graph. So when data...
12년 초과 전 | 0
답변 있음
Unwanted line on plot
Sorry about that. Here is an example of what I am doing: count = 0; while count < 3 for i = 1 : 30 num...
Unwanted line on plot
Sorry about that. Here is an example of what I am doing: count = 0; while count < 3 for i = 1 : 30 num...
12년 초과 전 | 0
질문
Unwanted line on plot
I am plotting real time data and I have a continually updating plot. I want to show 50 points on the graph and update as more da...
12년 초과 전 | 답변 수: 4 | 0
4
답변질문
Time on X-axis
I'm and trying to plot real time data in MatLab and I am having trouble determining how to go about putting time on the x-axis. ...
12년 초과 전 | 답변 수: 3 | 0
3
답변답변 있음
Togglebutton Problem
This is extremely frustrating as I have been stuck on this issue forever...I have tried different methods and even persistent, b...
Togglebutton Problem
This is extremely frustrating as I have been stuck on this issue forever...I have tried different methods and even persistent, b...
거의 13년 전 | 0
답변 있음
Togglebutton Problem
*Here is my code:* function varargout = TEST(varargin) gui_Singleton = 1; gui_State = struct('gui_Name', mfilen...
Togglebutton Problem
*Here is my code:* function varargout = TEST(varargin) gui_Singleton = 1; gui_State = struct('gui_Name', mfilen...
거의 13년 전 | 0
답변 있음
Togglebutton Problem
I apologize, I left this part out: if get(hObject, 'Value') == get(hObject,'Max') s=serial('COM1'); ...
Togglebutton Problem
I apologize, I left this part out: if get(hObject, 'Value') == get(hObject,'Max') s=serial('COM1'); ...
거의 13년 전 | 0
답변 있음
Togglebutton Problem
*This is the init code where it calls out an error:* function varargout = TEST(varargin) % Begin initialization code - D...
Togglebutton Problem
*This is the init code where it calls out an error:* function varargout = TEST(varargin) % Begin initialization code - D...
거의 13년 전 | 0
질문
Error with Callback
I am trying to use the GUI environment to obtain data from the serial port. Ideally I would like to have a serial config file se...
거의 13년 전 | 답변 수: 0 | 0
0
답변질문
Togglebutton Problem
I am trying to use a toggle button in a project that I am working on and I am having trouble with the button it seems. I would l...
거의 13년 전 | 답변 수: 5 | 0
5
답변답변 있음
GUI Newbie
Thanks Jeff and Walter! This forum is awesome. I am so used to car forums where nobody gives positive feedback.
GUI Newbie
Thanks Jeff and Walter! This forum is awesome. I am so used to car forums where nobody gives positive feedback.
거의 13년 전 | 0
답변 있음
GUI Newbie
Thanks for the help, but this doesn't exactly relate to what I'm doing. I basically need to check the state of the pushbutton wi...
GUI Newbie
Thanks for the help, but this doesn't exactly relate to what I'm doing. I basically need to check the state of the pushbutton wi...
거의 13년 전 | 0
질문
GUI Newbie
I'm still a newbie when it comes to programming buttons in MatLab. I need to be able to add a button to a figure that acts as a ...
거의 13년 전 | 답변 수: 5 | 0
5
답변질문
10-Bit ADC
I have searched for this but everything that I find pertains to images... I am using a 10-bit ADC from a pic18F microcontroll...
거의 13년 전 | 답변 수: 1 | 0
1
답변질문
Vector Error
I am trying to read data from a serial port and store the values in a vector to eventually plot. I keep getting the following...
거의 13년 전 | 답변 수: 2 | 0
2
답변답변 있음
RS232 MatLab Interface
PS this is the message returned along with the data: Warning: The specified amount of data was not returned within the Timeou...
RS232 MatLab Interface
PS this is the message returned along with the data: Warning: The specified amount of data was not returned within the Timeou...
거의 13년 전 | 0
답변 있음
RS232 MatLab Interface
The BytesAvailableFcn worked to bring in the data, however MatLab did not show the information until the timeout. I need to be a...
RS232 MatLab Interface
The BytesAvailableFcn worked to bring in the data, however MatLab did not show the information until the timeout. I need to be a...
거의 13년 전 | 0
질문
RS232 MatLab Interface
I have a project where I need to input data from a microcontroller via RS232 and display to a graph. To test the connectivity, I...
거의 13년 전 | 답변 수: 4 | 0