Replace variable to values
Show older comments
Now i hane ans=1/s i want to replace s and put value 7 how to make this
Answers (1)
Do you mean
s = 7;
result = 1 / s
Categories
Find more on Library Development in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!