Estadística
CLASIFICACIÓN
5.001
of 296.205
REPUTACIÓN
10
CONTRIBUCIONES
0 Preguntas
4 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.00%
VOTOS RECIBIDOS
3
CLASIFICACIÓN
1.861 of 20.364
REPUTACIÓN
978
EVALUACIÓN MEDIA
5.00
CONTRIBUCIONES
14 Archivos
DESCARGAS
39
ALL TIME DESCARGAS
2802
CLASIFICACIÓN
172
of 155.673
CONTRIBUCIONES
28 Problemas
841 Soluciones
PUNTUACIÓN
7.540
NÚMERO DE INSIGNIAS
8
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Deriving X from X'X
n=2; k=3; X=rand(n,k); % make sample matrix X Xn=X'*X Is it right what you want?
más de 8 años hace | 0
Combining Color Images as one
Bimage = zeros(256, 256, 1, 'uint8'); Bimage(:, :, 3) = repmat(255:-1:0, 256, 1); Bimage=Bimage(:,:,3); image...
más de 8 años hace | 2
| aceptada
Can MATLAB create a linear graph from polynomial graph?
x=0:0.2:2*pi; y=3*sin(x)+2*x+rand(size(x)); % example data % linear regression P=polyfit(x,y,1); y2=polyval(P,x)...
más de 8 años hace | 1
Error using * matrix dimensions must agree?
I think, if your 'y' is vary with two independent variables, x and t, you should make not one dimensional vector domain but two ...
más de 8 años hace | 0