photo

Chanh Nguyen


Active since 2013

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

3 Questions
1 Answer

RANK
122,219
of 301,432

REPUTATION
0

CONTRIBUTIONS
3 Questions
1 Answer

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 21,280

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,555

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

Feeds

View by

Question


solution of Riccati equation ?
I've used "ric_schr" instruction to solve Riccati equation. Before that, I typed on command window "help ric_schr" to get more i...

12 years ago | 0 answers | 0

0

answers

Question


convert frame from camera on laptop
i've got the code below: vid=videoinput('winvideo',1,'YUY2_1024x768'); preview(vid); for k = 1:10 fram...

13 years ago | 2 answers | 0

2

answers

Answered
input argument is undefined in M-file ?
sorry, it's a green arrow button "Save and run" !

13 years ago | 0

Question


input argument is undefined in M-file ?
i have the code below: function mean = avg(x,n) mean = sum(x)/n; when i compile, there's an error as fol...

13 years ago | 2 answers | 0

2

answers