Feeds
提问
How to create symmetric matrix that is stable?
How to create symmetric matrix that is stable, i.e. Re(eigenvalue)<0?
10 years 前 | 1 个回答 | 0
1
个回答提问
Making matrix whose submatrices are from for loop
I'm trying to construct matrix whose submatrices are obtained in for loop. for loop is for j = 2:Jmax P(j-1)=(sqrt(-...
10 years 前 | 1 个回答 | 0
1
个回答提问
Defining length of a x-axis
Is there some way to define the length of x-axis and y-axis on a graph? I'm ploting some complex data and I don't want to be sho...
10 years 前 | 1 个回答 | 0
1
个回答提问
Plot legend shows same color for 2 graphs
I plot a coordinate system with three different graphs (three different colors), but plot legend shows same color for two of the...
10 years 前 | 2 个回答 | 0
2
个回答提问
How to plot y = C*expm(A*t)*B?
How to plot y = C*expm(A*t)*B, where A,B and C are matrices? I tried defining t=linspace(0,100,25) and then calculate y as func...
10 years 前 | 1 个回答 | 0
1
个回答提问
How to plot values from a for loop?
Maybe my question isn't so specific, but I'll try to explain what's giving me a hard time. I have to calculate (C/(s*I-...
10 years 前 | 3 个回答 | 0
