Statistiques
8 Questions
0 Réponses
RANG
279 542
of 297 046
RÉPUTATION
0
CONTRIBUTIONS
8 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
62.5%
VOTES REÇUS
0
RANG
of 20 422
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 157 776
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
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 ...
environ 10 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 10 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 10 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 10 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 10 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 11 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
plus de 11 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
plus de 11 ans il y a | 3 réponses | 0