Borrar filtros
Borrar filtros

Tanh graph with ±

5 visualizaciones (últimos 30 días)
Kenneth Bisgaard Cristensen
Kenneth Bisgaard Cristensen el 30 de Mzo. de 2021
Comentada: Star Strider el 30 de Mzo. de 2021
Hi MATLAB Community,
How do I add ± to a,b,c,d like ing the graph?
Any help would be appriciated.
a = 95.80266;
b = -88.53938;
c = 30.84839;
d = -16.56475;
y = a+b*tanh((x+c)/d);
plot(y,tanh(x));
grid on;

Respuesta aceptada

Star Strider
Star Strider el 30 de Mzo. de 2021
That is an annotation textbox, specifically the result of Create Text Box Annotation with Multiline Text in MATLAB.
You can try usiing them, however I have always found them extremely difficult to work with, so I use text objects instead, since they are simply easier to work with.
  4 comentarios
Kenneth Bisgaard Cristensen
Kenneth Bisgaard Cristensen el 30 de Mzo. de 2021
Okay thanks, that was really helpful, I appriciate it.
Star Strider
Star Strider el 30 de Mzo. de 2021
As always, my pleasure!

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre MATLAB en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by