Estadística
4 Preguntas
0 Respuestas
CLASIFICACIÓN
35.503
of 295.467
REPUTACIÓN
1
CONTRIBUCIONES
4 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
75.0%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.912
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
QR Factorization Using Householder Transformations
function [Q,R]=QRfactor(A) [m,n]=size(A); R=A; %Start with R=A Q=eye(m); %Set Q as the identity matrix for k=1:m-1...
casi 10 años hace | 3 respuestas | 1
3
respuestasPregunta
how to generate a random vector sized 1x100 or 100x1 without the numbers (mod,5)=0 ?
vector sized 1x100 or 100x1 without the numbers (mod,5)=0
casi 10 años hace | 2 respuestas | 0
2
respuestasPregunta
How can I generate a random vector between 1-9 with 10 numbers and at least one number should be >2.
X=rand(10,1)*(9-1)+1 How should I change this code to make at least one number >2.
casi 10 años hace | 3 respuestas | 0
3
respuestasPregunta
How can I get the numbers from a vector?
X= rand(50,1)*(100-1)+1 I produced 50 random numbers between 1-100 with this code in a vector. I want to write the numbers be...
casi 10 años hace | 1 respuesta | 0