about plot function with 4 variable in term of 1 variable
Show older comments
I want to draw a function (is s) in terms of g can you help me?
>> syms t
>> a=t/n;
>> syms g
>> s=(g*exp(-a*g))/(g*(1+2*a)+exp(-a*g))
Accepted Answer
More Answers (0)
Categories
Find more on Numeric Solvers in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!