Feeds
답변 있음
Numerical integration with a variable integration limit
At first, try with "int" command and form a final function of your desired variable. Ex: f2=@(x) int (f1(x,z),z);
Numerical integration with a variable integration limit
At first, try with "int" command and form a final function of your desired variable. Ex: f2=@(x) int (f1(x,z),z);
대략 8년 전 | 0
질문
Want to divide the element into mesh and to get the data of nodes and elements. But its showing error
if true % code end%Density_of_mesh = input('Enter the Mesh Density (max:5): '); Density_of_mesh = 4; Thickness...
대략 8년 전 | 답변 수: 0 | 0
0
답변질문
Illegal use of reserved keyword "else".
if ( found ) [r, pclon, pclat] = cspice_reclat( point ); % Let re, rp, and f be the satellite's longer equatorial ...
8년 초과 전 | 답변 수: 1 | 0
1
답변질문
I want to calculate this integral
I am trying this command but, it is showing error every time integral( @(k)integral3(@(r,t,s)Ft,0,60,0,pi,0,2*pi), 0, 2*pi,...
9년 초과 전 | 답변 수: 1 | 0