Replace variable to values

Now i hane ans=1/s i want to replace s and put value 7 how to make this

回答 (1 件)

Image Analyst
Image Analyst 2021 年 12 月 26 日

0 投票

Do you mean
s = 7;
result = 1 / s
result = 0.1429

製品

質問済み:

2021 年 12 月 26 日

回答済み:

2021 年 12 月 26 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by