how to replace variable by another variable
11 ビュー (過去 30 日間)
古いコメントを表示
Hn=-2*P/(Mu*exp(n^2*pi^2*T/Mu))
I want to replace T by t and want to do calculation
2 件のコメント
Venkat Siddarth
2023 年 2 月 8 日
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))?
回答 (3 件)
vikas singh
2023 年 4 月 25 日
編集済み: Walter Roberson
2023 年 4 月 25 日
5 件のコメント
Walter Roberson
2023 年 4 月 28 日
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?
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


