Please anyone help me with the error!

3 ビュー (過去 30 日間)
Gaurav Srivastava
Gaurav Srivastava 2019 年 5 月 28 日
コメント済み: KSSV 2019 年 5 月 28 日
Please write the code-Screenshot (14).png

採用された回答

madhan ravi
madhan ravi 2019 年 5 月 28 日
fprintf('The potential difference is \n')
disp(potential)
  1 件のコメント
Gaurav Srivastava
Gaurav Srivastava 2019 年 5 月 28 日
Thankyou sir!

サインインしてコメントする。

その他の回答 (1 件)

KSSV
KSSV 2019 年 5 月 28 日
potential = double(potential) ;
fprintf('the potential difference is = %f\n',potential) ;
Your variable potential is in syms...convert it to double. Read about double.
  3 件のコメント
Gaurav Srivastava
Gaurav Srivastava 2019 年 5 月 28 日
Still not working sir!Screenshot (15).png
KSSV
KSSV 2019 年 5 月 28 日
You should not attach code as image.......copy the code here.

サインインしてコメントする。

製品


リリース

R2017a

Community Treasure Hunt

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

Start Hunting!

Translated by