Yuktha Andie Ravinthiran
Followers: 0 Following: 0
Estadística
6 Preguntas
0 Respuestas
CLASIFICACIÓN
201.555
of 295.467
REPUTACIÓN
0
CONTRIBUCIONES
6 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
66.67%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.912
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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...
casi 2 años hace | 1 respuesta | 0
1
respuestaPregunta
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 ...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Combine plot figures without losing legend
p2 = 'filename.xlsx' tiledlayout(2,2); set(groot,'defaultLineLineWidth',1) figure(1) hold on ex = xlsread(p2,'emis...
casi 3 años hace | 1 respuesta | 0
1
respuestaPregunta
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'); ...
casi 3 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 3 años hace | 1 respuesta | 0
1
respuestaPregunta
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 ...
casi 3 años hace | 1 respuesta | 0