Please anyone help me with the error!
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Gaurav Srivastava
am 28 Mai 2019
Kommentiert: KSSV
am 28 Mai 2019
Please write the code-
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (1)
KSSV
am 28 Mai 2019
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 Kommentare
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!