フィルターのクリア

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