Please anyone help me with the error!
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Please write the code-
0 commentaires
Réponse acceptée
Plus de réponses (1)
KSSV
le 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 commentaires
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!