필터 지우기
필터 지우기

HOW DO I ADD DIVSIONBY ZERO EQUATION FOR MATLAB

조회 수: 1 (최근 30일)
STEVE JEFFREY
STEVE JEFFREY 2015년 7월 11일
답변: Matt J 2015년 7월 11일
Speed=C/Distance/Time=0
Distance infinite space = Pi/0
D Hopitals rule means you can divide By 0 when it is infinity. As speed goes to C the limite goes to zero T. That proves infinite not finite space. How do I reprogram matlab to ignore divison by zero errors and give C as the answer a finite speed.

채택된 답변

Matt J
Matt J 2015년 7월 11일
You could do some sort of thresholding when the limit starts to take hold accurately enough:
if C>threshold
%Use L'Hospital's rule
end

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Interpolation에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by