필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

help with numerical integration

조회 수: 1 (최근 30일)
andrea84
andrea84 2013년 1월 23일
마감: MATLAB Answer Bot 2021년 8월 20일
I have the x and y coordinate of the points belonging to a curve and I am not able to figure out how to solve this two integrals:
\int\limits_0^{s_1} ty \, ds_1
and
\int\limits_0^{s_1} tx \, ds_1
Note: t in a known scalar, the two integrals are written in latex code to avoid misunderstanding
  댓글 수: 2
Roger Stafford
Roger Stafford 2013년 1월 23일
Please define the "ds_1" variable - or is it just "ds"? Do you mean arc-length?
andrea84
andrea84 2013년 1월 24일
You are right, ds_1 can be replaced by d_s.
For example if x=linspace(0,2,100) and y=zeros(size(x)) you will get:
0<=s<=2

답변 (0개)

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by