Please anyone help me with the error!
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Gaurav Srivastava
el 28 de Mayo de 2019
Comentada: KSSV
el 28 de Mayo de 2019
Please write the code-
0 comentarios
Respuesta aceptada
Más respuestas (1)
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
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!