Community Profile

photo

dustin


Aktiv seit 2013

Followers: 0   Following: 0

Kontakt

Statistiken

  • Thankful Level 3

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Solving for a symbol and converting it to double to use in a loop
My two questions are commented in the code by *%question* % This program use Cramer's rule to solve the no damping case ...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Using cov to find a covariance matrix
In the code below, CX and CY are the covariance matrices. However, when I try to use cov(x,x') or cov(xbar,xbar'), I dont get t...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


using a figure in a for loop for different figures
When I try to plot different figures in a for loop, the last figure is plotted for all three figures. I tried interchanging the...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Shrinking the height of the colorbar
When I am plotting with subplots and one of the plots is shorter than the other, the use of colorbar on the shorter plot makes i...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


cplxmap issue when trying to plot z^(1/3)
I am trying to plot z^(1/3) using cplxmap. However, whenever I run my code, I recieve the following errors that are occuring in...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Plotting an infinite integral
How do I plot an infinite integral? I am trying to plot a solution to Laplaces equation where -inf < x < inf. What I have tr...

mehr als 10 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


plotting heat diffusion in a sphere
I am trying to plot heat diffusion in a sphere but I am having no luck. I am trying to adapt my code for a square. My code f...

mehr als 10 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


indexing a vector by a power
I would like my vector to go by powers of 2 but everything I tried hasn't worked. for n = 0:9 pow = (1:2^n:512) end...

mehr als 10 Jahre vor | 3 Antworten | 0

3

Antworten