photo

Mariam Osmann


Active since 2011

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

3 Questions
1 Answer

RANK
103,077
of 301,487

REPUTATION
0

CONTRIBUTIONS
3 Questions
1 Answer

ANSWER ACCEPTANCE
66.67%

VOTES RECEIVED
0

RANK
 of 21,303

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,775

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

  • Thankful Level 1

View badges

Feeds

View by

Question


Using string as data for plotting
I have a code that plot data on 4 subplots I have problem with the labels head_val= {a,b,c,a,b,c,b,c,c} I need them to be on t...

14 years ago | 1 answer | 0

1

answer

Question


Restructure array
How can I reorganize the following array? A= [m1; m2][n1; n2; n3][p1; p2; p3][q1; q2; q3; q4] into B =[m1; n2; p1; q1][...

14 years ago | 1 answer | 0

1

answer

Answered
Sort cell array according to number of elements
Thanks

15 years ago | 0

Question


Sort cell array according to number of elements
A= [-0.054;-0.43;0.022] [-0.43;-0.18] [0.02;0.002;-0.202;-0.41] Before applying cell2mat I want to reorder the array in asc...

15 years ago | 2 answers | 0

2

answers