필터 지우기
필터 지우기

Please anyone help me with the error!

조회 수: 2 (최근 30일)
Gaurav Srivastava
Gaurav Srivastava 2019년 5월 28일
댓글: KSSV 2019년 5월 28일
Please write the code-Screenshot (14).png

채택된 답변

madhan ravi
madhan ravi 2019년 5월 28일
fprintf('The potential difference is \n')
disp(potential)

추가 답변 (1개)

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

댓글을 달려면 로그인하십시오.

제품


릴리스

R2017a

Community Treasure Hunt

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

Start Hunting!

Translated by