how to replace variable by another variable
5 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hn=-2*P/(Mu*exp(n^2*pi^2*T/Mu))
I want to replace T by t and want to do calculation
2 Kommentare
Venkat Siddarth
am 8 Feb. 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))?
Antworten (3)
vikas singh
am 25 Apr. 2023
Bearbeitet: Walter Roberson
am 25 Apr. 2023
5 Kommentare
Walter Roberson
am 28 Apr. 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?
Siehe auch
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!