photo

Yuktha Andie Ravinthiran


Last seen: ongeveer 2 jaar ago Active since 2022

Followers: 0   Following: 0

Statistics

MATLAB Answers

6 Questions
0 Answers

RANK
111.565
of 297.527

REPUTATION
0

CONTRIBUTIONS
6 Questions
0 Answers

ANSWER ACCEPTANCE
66.67%

VOTES RECEIVED
0

RANK
 of 20.454

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 159.075

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 2

View badges

Feeds

View by

Question


Plotting multiple scatter points against yticklabel
Hi, I want to plot my mean and stnadard deviation by I can't do this if I plot against yticklabel so I tried to make 2 axis a...

meer dan 2 jaar ago | 1 answer | 0

1

answer

Question


negative data ignored when set axis to log
kx = 5000; Kx = 0.5; ky = 5000; Ky = 0.5; K1 = 0.3; K2 = 0.3; kd = 0.7; Hi, Here is my code below I am meant to get ...

meer dan 2 jaar ago | 1 answer | 0

1

answer

Question


Combine plot figures without losing legend
p2 = 'filename.xlsx' tiledlayout(2,2); set(groot,'defaultLineLineWidth',1) figure(1) hold on ex = xlsread(p2,'emis...

ongeveer 3 jaar ago | 1 answer | 0

1

answer

Question


reverse jet colours on my lines
hold on set(groot,'defaultLineLineWidth',1.5) ex = xlsread(p2,'emission','E2:E37'); ey = xlsread(p2,'emission','C2:C361'); ...

ongeveer 3 jaar ago | 1 answer | 0

1

answer

Question


plot multiple lines with same sample size and apply colour string
p2 = 'filename.xlsx' hold on set(groot,'defaultLineLineWidth',1.5) ex = xlsread(p2,'1','E2:E37'); ey = xlsread(p2,'1','C...

ongeveer 3 jaar ago | 1 answer | 0

1

answer

Question


plot multiple data from excel with legend
p2 = 'filename.xlsx' hold on x1 = xlsread(p2,'1','E2:E37'); y1 = xlsread(p2,'1','C2:C37'); %..... other x and y data x10 ...

ongeveer 3 jaar ago | 1 answer | 0

1

answer