Community Profile

photo

Prajwal Gowdru Shanthamurthy


Last seen: 10ヶ月 前 2020 年からアクティブ

Followers: 0   Following: 0

統計

  • First Answer
  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


How to avoid introducing abs( ) when simplifying expressions using the symbolic toolbox ?
%% Problem 6.4 syms x y x_dot y_dot assume(x,'real'); assume(y, 'real'); assume(x_dot, 'real'); assume(y_dot, 'real'); %...

2年以上 前 | 2 件の回答 | 0

2

回答

回答済み
Integrating a function over an array of coordinate
https://www.mathworks.com/help/matlab/ref/integral3.html I didn't really understand the integral you're trying to compute. I'm ...

約3年 前 | 0

質問


"Error using griddedInterpolant .The sample points must be finite."
load samplefile.mat interp_horizontal_radiation = interp1(time_sec,horizontal_radiation,interp_time_sec); On using interp1 for...

3年以上 前 | 1 件の回答 | 0

1

回答

質問


Meaning of hypergeometric function as an answer to an indefinite integral.
syms a x real expression= sqrt(1+a^2/x^4); F = int(expression,x); This yields F to be a "hypergeometric function". Does that ...

3年以上 前 | 1 件の回答 | 0

1

回答