Please anyone help me with the error!

 Risposta accettata

fprintf('The potential difference is \n')
disp(potential)

Più risposte (1)

KSSV
KSSV il 28 Mag 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 Commenti

I doubt that double() converts symunit variable
Still not working sir!Screenshot (15).png
KSSV
KSSV il 28 Mag 2019
You should not attach code as image.......copy the code here.

Accedi per commentare.

Prodotti

Release

R2017a

Community Treasure Hunt

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

Start Hunting!

Translated by