photo

naga240


Last seen: 10 months ago Active since 2023

Followers: 0   Following: 0

Statistics

MATLAB Answers

4 Questions
0 Answers

RANK
241,550
of 300,584

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
0

RANK
 of 21,030

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,723

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 2

View badges

Feeds

View by

Question


Solve symbolic equation in order to get parameters of an equation
Greetings. I have a system of the form : I have written the equations individually in order to get them inside matlab as s...

2 years ago | 1 answer | 0

1

answer

Question


Plot symbolic expresion dependent on one parameter on complex plane, making the parameter take a range of values.
Greetings, I have the following expresion: syms N A a dw; N=subs(4/A^2/pi*(sqrt(A^2-a^2)-1i*a),a,1) I'd like to make the p...

2 years ago | 1 answer | 0

1

answer

Question


Labeling points of plot()
I have the following code using eigenshuffle. %% 2a) a=-2:0.01:6; A2=zeros(2,2,length(a)); for i=1:length(a) A2(:,:,i)...

3 years ago | 1 answer | 0

1

answer

Question


eig() gives eigenvalues in the "wrong" order
I am ploting the eigenvalues for a 2x2 matrix, variating one of the elements of such matrix from 2 to 6. a=-2:0.01:6; ...

3 years ago | 2 answers | 0

2

answers