Yuktha Andie Ravinthiran
Followers: 0 Following: 0
Statistiques
6 Questions
0 Réponses
RANG
201 546
of 295 448
RÉPUTATION
0
CONTRIBUTIONS
6 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
66.67%
VOTES REÇUS
0
RANG
of 20 227
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 153 872
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
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...
presque 2 ans il y a | 1 réponse | 0
1
réponseQuestion
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 ...
environ 2 ans il y a | 1 réponse | 0
1
réponseQuestion
Combine plot figures without losing legend
p2 = 'filename.xlsx' tiledlayout(2,2); set(groot,'defaultLineLineWidth',1) figure(1) hold on ex = xlsread(p2,'emis...
presque 3 ans il y a | 1 réponse | 0
1
réponseQuestion
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'); ...
presque 3 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 3 ans il y a | 1 réponse | 0
1
réponseQuestion
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 ...
presque 3 ans il y a | 1 réponse | 0