photo

farah hattan


Active since 2018

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
118,585
of 300,392

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 20,934

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,373

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

Feeds

View by

Question


i am trying to write a function to find the second max number
can you edit this code so it can find the second max number function [SeMax] = SecondMax(v) n = numel(v); res = sort...

7 years ago | 1 answer | 0

1

answer

Question


Hello I need to write a function that the file name is count(a,b,c) to count how many positive number . what i have to write?
For example if I put function [P]= count(a,b,c) and from command window i type count(3,4,-1) I will get 2 since 3 and 4 positive...

7 years ago | 0 answers | 0

0

answers

Question


Hello I need to write a function that the file name is count(a,b,c) to count how many positive number . what i have to write?
function [p]= count(a,b,c) ...... complet the rest code

7 years ago | 1 answer | 0

1

answer