Please anyone help me with the error!
3 ビュー (過去 30 日間)
古いコメントを表示
Please write the code-
0 件のコメント
採用された回答
その他の回答 (1 件)
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 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!