Feeds
已回答
INTEGARTION OF BESSELH function
thank for your reply i want to compare the function Escat with Escattheory_new function y=Escattheory_new(r,ph...
INTEGARTION OF BESSELH function
thank for your reply i want to compare the function Escat with Escattheory_new function y=Escattheory_new(r,ph...
3 hours 前 | 0
提问
INTEGARTION OF BESSELH function
Hi i make a code where i integrate the hankel function besselh(0, 2) function z = Escat(r,phi) [f,N,ra,k0,Z0] ...
10 hours 前 | 1 个回答 | 0
1
个回答已回答
problem with vpa and symsum
i my matlab the reuslats form syssum is - 1.2202769085399344622768816507208 - 7.6237530221056436364566359163767e-36i >>
problem with vpa and symsum
i my matlab the reuslats form syssum is - 1.2202769085399344622768816507208 - 7.6237530221056436364566359163767e-36i >>
6 days 前 | 0
已回答
problem with vpa and symsum
thank you for your answer ! What is the best solution to keep a suficient number of terms where the bessel values ...
problem with vpa and symsum
thank you for your answer ! What is the best solution to keep a suficient number of terms where the bessel values ...
7 days 前 | 0
| 已接受
已回答
problem with vpa and symsum
the function e_n is function y=en(k) if k==0 y=1 elseif k~=0 y=2 end end
problem with vpa and symsum
the function e_n is function y=en(k) if k==0 y=1 elseif k~=0 y=2 end end
7 days 前 | 0
提问
problem with vpa and symsum
Hi i make the fumtiom function z= Escattheory(r,phi) %UNTITLED Summary of this function goes here % Detailed explanation g...
8 days 前 | 1 个回答 | 0
1
个回答提问
problem in plot for two function
Hi i want to plot two function in the same axis i rreceive to message Escattheory(rho,phi)) Error using plot Data mus...
11 days 前 | 1 个回答 | 0
1
个回答提问
code fro Methods of Moments
hI I m looking for code related with Methods of Moments in Elecromgnegmetic Thank
2 months 前 | 0 个回答 | 0
0
个回答提问
how i can show in matlab tha sqrt(x^2)=x in symbolic toolbox
Hi i use the symbolic tool box to simplify an expression I receive that ((2*A*dhmax + B*h0)^2/h0^2)^(1/2)*(2*A^2*dhmax^2 ...
2 months 前 | 2 个回答 | 0
2
个回答提问
probability distribution function from datra
Hi i have a function Z(h) h1<h<h2 how i cant find a pdf (probability distribution finction ) function for Z ...
5 months 前 | 2 个回答 | 0
2
个回答提问
save thw values of four variable in a file
Hi i want to save four variable from a matlab code in a file ( like xls) the two from four value have many ...
1 year 前 | 2 个回答 | 0
2
个回答提问
Matlab function with inf in end points
hi I have a function define in an range [ a, b ] the function is ιnf at end point F(a)=inf F(b)=inf there a method ...
2 years 前 | 1 个回答 | 0
1
个回答提问
ARRY EXEEDS RANDOM NUMBER
hi i receive this message in matlab when i run a monte carlo probllem Requested 1000000x10000 (74.5GB) array exceeds max...
3 years 前 | 2 个回答 | 0
2
个回答提问
the values are less from eps
Hi i run have a function of an parameter Z ( is a impedance real or imaginary ) part the values of Z is in the range ...
3 years 前 | 2 个回答 | 0
2
个回答已回答
Derivative of a function in a particular point
format long x = 2 ; h = sqrt(eps) ; f1=(sin(x + h)./(x+h) - sin(x)./x) / h % -0.400000 % -0.435397773981094 f2=cos(x)./...
Derivative of a function in a particular point
format long x = 2 ; h = sqrt(eps) ; f1=(sin(x + h)./(x+h) - sin(x)./x) / h % -0.400000 % -0.435397773981094 f2=cos(x)./...
3 years 前 | 0
| 已接受
提问
Derivative of a function in a particular point
Hi I have an external function y= function fa(x) y=sin(x./pi) ...
3 years 前 | 2 个回答 | 0
2
个回答提问
histogram of a a function with two variable
Hi i have a function f of two variable h and psi i want to make the histogram of f in 2 dimensio ( h, psi) h foll...
3 years 前 | 1 个回答 | 0
1
个回答已回答
INVERSE OF A FUNCTION
thank you i have a mistake my relation and i see the the function is not one-one in range from 0:360 is one-to one in rang...
INVERSE OF A FUNCTION
thank you i have a mistake my relation and i see the the function is not one-one in range from 0:360 is one-to one in rang...
4 years 前 | 0
提问
INVERSE OF A FUNCTION
HI i m looking for a script to inverse numericall a function i use the function of inverse but not working because th...
4 years 前 | 2 个回答 | 0
2
个回答已回答
How to normalize a histogram?
hi i want to normalized the histogram i use the hist [f x]=hist(fn,nbins); dx = diff(x(1:2)); bar(x,f./(sum(f.*d...
How to normalize a histogram?
hi i want to normalized the histogram i use the hist [f x]=hist(fn,nbins); dx = diff(x(1:2)); bar(x,f./(sum(f.*d...
4 years 前 | 0
提问
polynomial of chaos and matlab code
hi Friends i m looking a simple example (code in matlab ) for use the polynomial of chaos..... i want to make a...
5 years 前 | 0 个回答 | 0
0
个回答提问
solve parametric inequality in mupad
hi my friends i want to solve the inequality in mupad 2*X^2*cos(phi)+1 > 0 or 2*X^2*cos(phi)+1 <0 x is a real and ...
6 years 前 | 0 个回答 | 0
0
个回答提问
plot a smith chart
Hi i need to plot smith chart with frequency reflection coefficient VSWR want to show smith chart with th...
6 years 前 | 1 个回答 | 0
1
个回答提问
writing variable in xls file
Hi i have a code that produce three variable a b c i want to save this value in a xls file that the valu...
6 years 前 | 1 个回答 | 0
1
个回答提问
matlba code for 3d wave equation
Hi i m looking a matlab code to solve the 3d wave equation thank you George Veropoulos
6 years 前 | 0 个回答 | 0