Duong Nguyen - MATLAB Central
photo

Duong Nguyen


Last seen: mer än ett år ago Active since 2022

Followers: 0   Following: 0

Statistics

MATLAB AnswersFrom 03/22 to 03/25Use left and right arrows to move selectionFrom 03/22Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

1 Question
2 Answers

RANK
19 727
of 297 547

REPUTATION
2

CONTRIBUTIONS
1 Question
2 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
1

RANK
 of 20 454

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 159 122

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1
  • First Answer

View badges

Feeds

View by

Question


Write a recursive function called fibor
Hello, I got a question as a below figure My approach is as the following code: function output = fibor(n) a = 0; b = 1; o...

nästan 3 år ago | 1 answer | 0

1

answer

Answered
write a function called saddle in the input matrix M , the function should return with exactly two column vector and each row of output vector represent dimensions of saddle point in the input matrix M
Hi, I got my answer for this question as shown below. I am wondering that if there is any test cases fail with my answer? Thank ...

ungefär 3 år ago | 1

Answered
text file I/O
function charnum = char_counter(fname,character) fid = fopen(fname, 'rt'); charnum = 0; if fid<0||~(ischar(character)) c...

ungefär 3 år ago | 0