how to replace variable by another variable
5 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hn=-2*P/(Mu*exp(n^2*pi^2*T/Mu))
I want to replace T by t and want to do calculation
2 commentaires
Venkat Siddarth
le 8 Fév 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))?
Réponses (3)
vikas singh
le 25 Avr 2023
Modifié(e) : Walter Roberson
le 25 Avr 2023
5 commentaires
Walter Roberson
le 28 Avr 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?
Voir également
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!