how to replace variable by another variable
17 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hn=-2*P/(Mu*exp(n^2*pi^2*T/Mu))
I want to replace T by t and want to do calculation
2 comentarios
Venkat Siddarth
el 8 de Feb. de 2023
Can you elaborate the query,on whats the result you are getting when you replace "T" with "t" in the equation itself i.e
Hn=-2*P/(Mu*exp(n^2*pi^2*t/Mu))?
Respuestas (3)
Walter Roberson
el 8 de Feb. de 2023
if you are using the symbolic toolbox then subs()
6 comentarios
vikas singh
el 25 de Abr. de 2023
Editada: Walter Roberson
el 25 de Abr. de 2023
5 comentarios
Walter Roberson
el 28 de Abr. de 2023
I want to plot between x and -(z(n+1,i)).^0.5
Do you mean that you have an independent variable 1:N on the x axis, and you want to treat the variable x and that particular expression as dependent variables to be drawn and you want to fill the area between the two lines?
Or is your x variable to be treated as the x axis and you want to draw -(z(n+1,i)).^0.5 even though that appears to be independent of x?
Ver también
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!