photo

Srikanth pasupuleti


spectrachipset

Active since 2017

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

4 Questions
0 Answers

RANK
245,588
of 301,447

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
25.0%

VOTES RECEIVED
0

RANK
 of 21,284

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,609

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

  • Thankful Level 1

View badges

Feeds

View by

Question


i want to plot usb web cam and ip webcam in a particular axes of gui .but usb web cam will be coming on new window.help me to solve this?
b=videoinput('winvideo',2); axes(handles.axes2); preview(b)

9 years ago | 0 answers | 0

0

answers

Question


how to get continuous voltage analog graph from a digital pin from arduino ?
global a; x=0; while(1) b=a.analogRead(8); x=[x,b]; plot(x); axis([0 1000 0 1024]); grid drawn...

9 years ago | 0 answers | 0

0

answers

Question


how to receive continuously data from arduino to matlab gui?
global a; interval=100; passo=1; t=1; while(t<interval) b=a.digitalRead(8); if (b==1) text1=1; set(handles.text1,'st...

9 years ago | 0 answers | 0

0

answers

Question


how to change the color of static text when we press the push button ,program please?
<</matlabcentral/answers/uploaded_files/72825/Untitled.png>> if we press yellow push button...the color of the static text 'a...

9 years ago | 2 answers | 0

2

answers