Feeds
已回答
I want to chek my function for solving system of equaton
a better version is function [w1,w2] = currentMAS() [~,N,a1,a2,ra,k0,Z0,~ ,gap_angle] = parameter(); % Angular positio...
I want to chek my function for solving system of equaton
a better version is function [w1,w2] = currentMAS() [~,N,a1,a2,ra,k0,Z0,~ ,gap_angle] = parameter(); % Angular positio...
27 days 前 | 0
已回答
Difference results from MOM method with ttρiangle basis function and pulse
i have two function with name currentMOIM use the Method of Moment. One use the pulse basis and the second the trinagle ...
Difference results from MOM method with ttρiangle basis function and pulse
i have two function with name currentMOIM use the Method of Moment. One use the pulse basis and the second the trinagle ...
1 month 前 | 0
提问
Difference results from MOM method with ttρiangle basis function and pulse
Hi i find the scattering field in cylinder and i use the MOM method with the triangle basis and pulse. The |Es | are ...
1 month 前 | 1 个回答 | 0
1
个回答已回答
Problem in boundary condition
the problem was in [Xa, XC] = meshgrid(xa, xc); % Observation (columns), Source (rows) [Ya, YC] = meshgrid(ya, yc);...
Problem in boundary condition
the problem was in [Xa, XC] = meshgrid(xa, xc); % Observation (columns), Source (rows) [Ya, YC] = meshgrid(ya, yc);...
2 months 前 | 0
提问
Problem in boundary condition
Hi im trying to solve a proble in EM with method of MAS ( METHOD OF AUXILARY SOURCE) I have a infiite cylinder ( PER...
2 months 前 | 3 个回答 | 1
3
个回答提问
How to assign values to an array with broadcasting
hi in the code bwloe i recieve a message in xi1 = x1(index_i); xi2 = x2(index_i); i receieve a warning fun...
2 months 前 | 1 个回答 | 0
1
个回答提问
I want to chek my function for solving system of equaton
Hi i write matlba function for solve a systme from a EM problem function [Is] = current() [f,N,Nc,a1,a2,ra...
2 months 前 | 2 个回答 | 0
2
个回答已回答
Warning: Non-finite result. The integration was unsuccessful. Singularity likely.
this integral come out from the method of moment in EM...
Warning: Non-finite result. The integration was unsuccessful. Singularity likely.
this integral come out from the method of moment in EM...
3 months 前 | 0
提问
Warning: Non-finite result. The integration was unsuccessful. Singularity likely.
Hi i run a code thta include two doyble integration i recieve e message Warning: Non-finite result. The integration w...
3 months 前 | 1 个回答 | 0
1
个回答已回答
Warning: Non-finite result. The integration was unsuccessful. Singularity likely. > In integral2Calc>integral2t (line 131)
sorrry i receive the same message Output argument "z" (and possibly others) not assigned a value in the execution with "triang...
Warning: Non-finite result. The integration was unsuccessful. Singularity likely. > In integral2Calc>integral2t (line 131)
sorrry i receive the same message Output argument "z" (and possibly others) not assigned a value in the execution with "triang...
3 months 前 | 0
已回答
Warning: Non-finite result. The integration was unsuccessful. Singularity likely. > In integral2Calc>integral2t (line 131)
HIi thank ! i m treying trapz bot i recieve the error Incorrect number or types of inputs or outputs for function permute....
Warning: Non-finite result. The integration was unsuccessful. Singularity likely. > In integral2Calc>integral2t (line 131)
HIi thank ! i m treying trapz bot i recieve the error Incorrect number or types of inputs or outputs for function permute....
3 months 前 | 0
提问
Warning: Non-finite result. The integration was unsuccessful. Singularity likely. > In integral2Calc>integral2t (line 131)
Hi i run the function [Is]=currentMoM() function [Is]=currentMoM() %UNTITLED2 Summary of this function goes here %...
3 months 前 | 3 个回答 | 0
3
个回答提问
Array indices must be positive integers or logical values.
Hi i have define the function function y=triangle_basisn(phi,kk) %[f,N,ra,k0,Z0,lambda] = parameter(); N=40 dftm=2.*p...
3 months 前 | 1 个回答 | 0
1
个回答提问
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] ...
3 months 前 | 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 >>
3 months 前 | 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 ...
3 months 前 | 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
3 months 前 | 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...
3 months 前 | 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...
3 months 前 | 1 个回答 | 0
1
个回答提问
code fro Methods of Moments
hI I m looking for code related with Methods of Moments in Elecromgnegmetic Thank
5 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 ...
5 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 ...
8 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 ...
2 years 前 | 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