photo

Sandhya Pai


Active since 2016

Followers: 0   Following: 0

Statistics

MATLAB Answers

4 Questions
0 Answers

RANK
228.051
of 297.457

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
25.0%

VOTES RECEIVED
0

RANK
 of 20.438

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 158.938

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


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...

meer dan 8 jaar ago | 0 answers | 0

0

answers

Question


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...

bijna 9 jaar ago | 1 answer | 0

1

answer

Question


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...

bijna 9 jaar ago | 1 answer | 0

1

answer

Question


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...

bijna 9 jaar ago | 2 answers | 0

2

answers