Borrar filtros
Borrar filtros

Please anyone help me with the error!

2 visualizaciones (últimos 30 días)
Gaurav Srivastava
Gaurav Srivastava el 28 de Mayo de 2019
Comentada: KSSV el 28 de Mayo de 2019
Please write the code-Screenshot (14).png

Respuesta aceptada

madhan ravi
madhan ravi el 28 de Mayo de 2019
fprintf('The potential difference is \n')
disp(potential)

Más respuestas (1)

KSSV
KSSV el 28 de Mayo de 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 comentarios
Gaurav Srivastava
Gaurav Srivastava el 28 de Mayo de 2019
Still not working sir!Screenshot (15).png
KSSV
KSSV el 28 de Mayo de 2019
You should not attach code as image.......copy the code here.

Iniciar sesión para comentar.

Etiquetas

Productos


Versión

R2017a

Community Treasure Hunt

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

Start Hunting!

Translated by