Community Profile

photo

Lucas Pollito


Active since 2015

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


MATLAB - how can I improve speed of my code ?
How to improve speed of this triple integral ? my syntax is: function I_value = omegamedio R=1; T=0.119; s=...

7 years ago | 1 answer | 0

1

answer

Question


How to find an analytical expression ( polynomial fit ) for this ?
% program omegaxraio ( principal ) ...

8 years ago | 0 answers | 0

0

answers

Question


Whats wrong if this triple integral ? Many errors output
I have a double integral, %seção de choque difusa function exem6 tic f=@(b) anggbsR(b); %x0=[1,2]; ...

9 years ago | 0 answers | 0

0

answers

Question


Program fails for lower values of g ; fsolve gives tolerance error ; integral dont converge
i want to calculate de qQd value, for a lower value of g, like this : %angulo espalhamento function exem6 tic ...

9 years ago | 0 answers | 0

0

answers

Question


Using fsolve or fzero - or multiprecision toolbox
I have a simple program g=1 ; b= 1; s= 1; R= 2; syms r; func = @(r) 1 -(b/r)^2 - g^-2*((2/15)*(s/R)^...

9 years ago | 0 answers | 0

0

answers