photo

muhammad muda


Last seen: 2 years ago Active since 2019

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

9 Questions
0 Answers

RANK
135,811
of 300,364

REPUTATION
0

CONTRIBUTIONS
9 Questions
0 Answers

ANSWER ACCEPTANCE
88.89%

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,407

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

  • First Review
  • Thankful Level 3

View badges

Feeds

View by

Question


Why mamfistype2 function is undefined?
I run the function mamfistype2 according to https://uk.mathworks.com/help/fuzzy/mamfistype2.html. fis = mamfistype2; But this ...

5 years ago | 2 answers | 0

2

answers

Question


Plot a straight line on another graph
Hi, I have a curve line graph that I plot using plot function. How can I put reference lines on it as shown in figure attached...

6 years ago | 1 answer | 0

1

answer

Question


How to use cell as input arguments of a function?
I have a cell array C = {[1 2 3],[4 5 6],[7 8 9] }. How do I use this cell array as input argument for a function? function ...

6 years ago | 1 answer | 0

1

answer

Question


Calculate the number of nonzero rows
Hi, How can I calculate the number of nonzero rows in a matrix? I have B = 3 4 5 0 0 0 and the number of no...

6 years ago | 2 answers | 0

2

answers

Question


IF..THEN rules
Hi, I want to create if..then rules using Matlab coding. I know that there is tool box for fuzzy, but I am trying to do it in a...

6 years ago | 1 answer | 0

1

answer

Question


Eliminate repetition in rows addition
Hi, How to eliminate repetitions that happen in this rows addition? I am adding the numbers in row 1 and 2, row 1 and 3 and r...

6 years ago | 1 answer | 0

1

answer

Question


Problem with iteration involving matrix
Hi, I have problem in my coding that you can see in the attachment. Initially I have 4x4 matrix and I am computing the distance...

6 years ago | 1 answer | 0

1

answer

Question


How can I do the next iteration?
Hi, My coding is basically on clustering four dimensional data. I have 4x4 matrix and I am computing the distance between the...

6 years ago | 1 answer | 0

1

answer

Question


Compute difference between rows
I have 4 x 3 matrix and the three columns represent age, height and weight. How do I calculate the magnitude of difference betwe...

6 years ago | 1 answer | 0

1

answer