photo

Arvind Sharma


Last seen: 10 meses hace Con actividad desde 2017

Followers: 0   Following: 0

Estadística

MATLAB Answers

11 Preguntas
0 Respuestas

CLASIFICACIÓN
40.816
of 300.364

REPUTACIÓN
1

CONTRIBUCIONES
11 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
45.45%

VOTOS RECIBIDOS
1

CLASIFICACIÓN
 of 20.934

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.407

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Thankful Level 3
  • First Review

Ver insignias

Feeds

Ver por

Pregunta


double integration for below defined problem
To utilize in , we substitute the expression for into the integral for , yielding an expression involving and . Here's the...

más de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


to find root of transcendental equation
As from below program i need to confirm The roots are α = {2.7859,5.5215,7.9573} . how to find a=0:0.01:9; y1=sqrt(64-a.^2); ...

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

1

respuesta

Pregunta


sum of series of following equation
lamda=0.3:0.01:1.4; % unit micro-meter Ec2=(1.24./lamda); alpho=2e4; alpha= real(alpho.*(sqrt(Ec2-1.51))); d=1e-4; JPh2...

alrededor de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


need to find to root of equation
% need to find the value of x for different values of y y=0.00:0.001:0.08; dEv=25 meV; dEvbm=x.*(1.6)+y.*(-0.52); C=1.05; V...

alrededor de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


HOW TO SOLVE TRANSCENDENTAL EQUATION
% HOW TO FIND THE VALUE OF Enle FROM GIVEN Transcendental equation Vc=0.249; c=3e8; m0=0.511e6/c^2; me1=0.067*m0; me2=...

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

1

respuesta

Pregunta


matlab find max and min of given equation
to write matlab code for this equation f(a,y)= a^2y^2+3ya+4(a^2y-4y^4a) df(a,y)/da=0 to find the value of constant =a ...

casi 7 años hace | 0 respuestas | 0

0

respuestas

Pregunta


how to write this c++ code in matlab form
for(i=0;i<=80;i++) { wv[i]=380+i*5; } double findpeak( double* wv, double x[][50]) // find the peak of a spectru...

alrededor de 7 años hace | 2 respuestas | 0

2

respuestas

Pregunta


reflection coeff. value
how to solve this equation n=[1 2 3 4 5 6]; kz=2*pi*n(i) equation RTE=( Kz,i-kz,i+1)/(Kz,i+kz,i+1); how to solve RTE

alrededor de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


using simpson 3/8 rule
F(x)= x*((1/1+exp(x-5))-(1/1+exp(3-x)))*(1/((E-x)^2+2)) where x limit from 0 to 5 nm and E vary from 0 to 3 can anyone tel...

casi 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how to run the main program contain two call statement that call the function statement
here is the program code all constant parameter defined for muhh(k)=mu(mhh,ncarrier(k),kelvin,rerr); %Call mu chemical ...

alrededor de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How do I call two function statements in a main program, and how to run it?
I have all parameters in the main program and want to use two function statements. %---------------- function [mu]=mu(em...

alrededor de 8 años hace | 2 respuestas | 1

2

respuestas