photo

Sandhya Pai


Con actividad desde 2016

Followers: 0   Following: 0

Estadística

MATLAB Answers

4 Preguntas
0 Respuestas

CLASIFICACIÓN
70.222
of 300.338

REPUTACIÓN
0

CONTRIBUCIONES
4 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
25.0%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.922

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.149

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 1

Ver insignias

Feeds

Ver por

Pregunta


Im getting an error as following while calculating the eigen values . Please help me urgently.
code: Zr=zeros(4,4); Id=eye(4,4); i=sqrt(-1); Xtemp=double([-i.*Kuu,-Kut,Zr;Zr,-Ktt,Zr;Zr,Zr,Id]); X=v...

más de 9 años hace | 0 respuestas | 0

0

respuestas

Pregunta


What is wrong with the code? I am getting an error as ' Input should be vector ' ?? I have a second order polynomial of omega were the coefficients are 32x32 matrices. I have written two codes for the same.both with errors.
m1=zeros(24,8); m2=zeros(8,24); m3=zeros(8,8); M=[Mxx m1;m2 m3]; D1=zeros(24,24); D2=zeros(24,8); D=[D1 D2 ; Dtx Dtt]; k1...

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

1

respuesta

Pregunta


How can I use modified bessels function of second order for the following equation??
how can i write code the image problem in matlab to find the first and zeroth order modified bessels function of second kind. Th...

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

1

respuesta

Pregunta


Im using the integral2 function and getting an error as shown below. i tried all possible ways to solve it but again the same error is coming. Kindy provide me with an answer
Code: clear; clc; L=90e-6; B=4.5e-6; H=2e-6; alpha=2.51e-6; C=711; T0=300; K=170; rho=2300; n...

más de 9 años hace | 2 respuestas | 0

2

respuestas