필터 지우기
필터 지우기

Split symbolic function by terms

조회 수: 15 (최근 30일)
Skye
Skye 2014년 1월 19일
편집: Dyuman Joshi 2023년 11월 6일
In general i have a function that looks like
f = f1 + f2 + f3 +...+fn
and i want to address/modify/evaluate only f1 or f2 or f3. For example
f = 1/(x*y-1) + (x+2)/(y^2*(x-1)) + 1/(x^2*y^3-1)
and i want to get only 1/(x*y-) or one of the other two.

채택된 답변

Walter Roberson
Walter Roberson 2014년 1월 19일
  댓글 수: 5
Dyuman Joshi
Dyuman Joshi 2023년 11월 6일
이동: Dyuman Joshi 2023년 11월 6일
Yes, this has been provided in the answer above, ~9 years ago.
Why repeat it, after such a long time?
Walter Roberson
Walter Roberson 2023년 11월 6일
이동: Dyuman Joshi 2023년 11월 6일
The url for children() changed so it is valid to post the updated url

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

추가 답변 (0개)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by