photo

vishwash saxena


sastra

Aktiv seit 2011

Followers: 0   Following: 0

Nachricht

Statistik

MATLAB Answers

3 Fragen
3 Antworten

RANG
22.877
of 299.737

REPUTATION
1

BEITRÄGE
3 Fragen
3 Antworten

ANTWORTZUSTIMMUNG
0.0%

ERHALTENE STIMMEN
1

RANG
 of 20.791

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 165.655

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

Feeds

Anzeigen nach

Frage


serial data & real time plot
i want to get a serial data and plot its value against the time... here is the code obj = serial('COM1') %creating t...

mehr als 14 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
i want to read the serial data using for loop... and want to get a real time data plot
sorry jan ... i m not much familiar with matlab so was trying to figure it out... here is the code ... obj = serial('COM1') ...

mehr als 14 Jahre vor | 0

Beantwortet
i want to read the serial data using for loop... and want to get a real time data plot
i want to get the current signal as output from a sensor via serial communication and want to plot the value of current vs time....

mehr als 14 Jahre vor | 0

Frage


i want to read the serial data using for loop... and want to get a real time data plot
function plot_Callback(hObject, eventdata, handles) a1=0; for i=1:1000 obj = serial('COM1'); set(obj,'BaudRat...

mehr als 14 Jahre vor | 5 Antworten | 1

5

Antworten

Beantwortet
gui callback stop problem...
sorry about the format... i tried using gloabal variables and it worked thanx a lot...

mehr als 14 Jahre vor | 0

Frage


gui callback stop problem...
hiii frns....... i have been working on my project... in this i have a long continuous programme of plotting a data.. but proble...

mehr als 14 Jahre vor | 3 Antworten | 0

3

Antworten