photo

Idra


Active since 2012

Followers: 0   Following: 0

Message

Statistics

Feeds

View by

Question


Funny question on plotting the graph
I have this command; clear figure x=5; y1=0.9787; y2=0.9743; y3=0.9577; plot(x,y1,'.','MarkerSize',...

meer dan 11 jaar ago | 0 answers | 0

0

answers

Question


Make 3 lines with different values at Y axis
Hi! I want to ask, how to make 3 lines at y axis on the bar graph? I have this command: clear y=[0.0975 0.1270 0.278...

meer dan 11 jaar ago | 1 answer | 0

1

answer

Question


How to find the median from each of the column with certain condition
Hi! I have matrices like this: x = randn(10,10); indices = find(abs(x)>2); x(indices) = 0; How to find t...

bijna 12 jaar ago | 1 answer | 0

1

answer