NOR AZIERA
Followers: 0 Following: 0
Estadística
CLASIFICACIÓN
217.572
of 295.448
REPUTACIÓN
0
CONTRIBUCIONES
4 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
0.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.227
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.872
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
How to split dataset into 2/3 for training and 1/3 for testing include plot the graph?
This is my coding...but i got error and cannot get the correct answer. can you guy help me...Pleaseeeee clear all, close all, ...
casi 2 años hace | 2 respuestas | 0
2
respuestasPregunta
function svd(A,'econ')
My problem is cannot running this coding which is i want the output same with matrix A. Please help me. function A1=qoutprod(...
casi 2 años hace | 0 respuestas | 0
0
respuestasPregunta
function outprod.m
Cannot run this coding. Please help me function [X]=outprod(V,D) n=3; A=randn(n); %random square matrix A=A'*A; ...
casi 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Please help me...
How to solve this to get same answer with Matrix A n=3; A=randn(n); A=A'*A; [V,D]=eig(A); X=zeros(n);. ...
casi 2 años hace | 2 respuestas | 0
2
respuestasIndex in position 1 exceeds array bounds (must not exceed 1)
Sir...can i ask u ..how to solve this problem? n=3; A=randn(n); A=A'*A; [V,D]=eig(A); for i=1:n X=outprod(V(:,i)...
casi 2 años hace | 0