Community Profile

photo

ABHIRUP SAMADDAR


Last seen: 10 meses hace Con actividad desde 2022

Followers: 0   Following: 0

Estadísticas

  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


Updating legend for a plot with markers and errorbar
I have plotted a line plot with markers and errorbar at each data point using hold on and hold off. However, legend is only upda...

10 meses hace | 3 respuestas | 0

3

respuestas

Pregunta


I plotted 2 plots each with error bars, but the legend is not showing the symbols correctly, how to solve it?
a = [1:5 ]; b = [6:10]; x = [1:5 ]; mu1 = mean(a); cig1 = std(a); errlow1 = cig1; errhigh1 = cig1; mu2 = mean(b); cig2 ...

alrededor de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


I am running ode15s solver but I get an error " Failure at t=1.576194e-08. Unable to meet integration tolerances without reducing the step size " How can I solve this error?
Following is my code and the function file named as R_of_tau called inside the script-file as R_of_tau clear all; tic format ...

más de 2 años hace | 1 respuesta | 0

1

respuesta