Community Profile

photo

Prajwal Gowdru Shanthamurthy


Last seen: 9 meses hace Con actividad desde 2020

Followers: 0   Following: 0

Estadísticas

  • First Answer
  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


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'); %...

más de 2 años hace | 2 respuestas | 0

2

respuestas

Respondida
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 ...

casi 3 años hace | 0

Pregunta


"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...

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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 ...

más de 3 años hace | 1 respuesta | 0

1

respuesta