photo

Simo


Active since 2014

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

6 Questions
0 Answers

RANK
20,090
of 300,571

REPUTATION
2

CONTRIBUTIONS
6 Questions
0 Answers

ANSWER ACCEPTANCE
33.33%

VOTES RECEIVED
2

RANK
 of 21,027

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,635

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

View badges

Feeds

View by

Question


Why do I obtain p=NaN when I perform anovan?
Hi! I have to perform an Anova analysis with ANOVAN: I have column Y to compare with column of numbers g1, g2, g3. they all have...

11 years ago | 0 answers | 1

0

answers

Question


How do I perform unbalanced ANOVA ?
Hi! I have 3 vectors of data (each vector has a different number of data) and I'd like to perform ANOVA. How do I do it?

11 years ago | 3 answers | 0

3

answers

Question


How do I represent decimal values of a tif using imagesc??
Hi! I have a tif image and I'd like to show it in MATLAB. To each pixel, a decimal index value is assigned. If I open the tif wi...

11 years ago | 0 answers | 0

0

answers

Question


Plot different dimension matrices of points into the same plot
I have generated dx matrices of points x and y (2rows(x,y) and different number of columns (points) with the function for dx...

11 years ago | 1 answer | 0

1

answer

Question


How can I extract not zero numbers from a matrix?
I have a matrix, like M=[0 1 2 5 2 3 0 0 0 0 4 3 2 5 0 0 0 4 3 2 ...]; I'd like to extract n separated matrices, like:...

11 years ago | 1 answer | 0

1

answer

Question


How do I extract consecutive numbers from a matrix?
I have a matrix like: A=[1 2 5 6 7 8 9 20 21 22 23…] I'd like to separate consecutive number, like: C=[1 2] D=[5 6 7 8 9], E...

11 years ago | 1 answer | 1

1

answer