NOR AZIERA
Followers: 0 Following: 0
Statistica
RANK
217.583
of 295.495
REPUTAZIONE
0
CONTRIBUTI
4 Domande
1 Risposta
ACCETTAZIONE DELLE RISPOSTE
0.0%
VOTI RICEVUTI
0
RANK
of 153.991
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
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, ...
quasi 2 anni fa | 2 risposte | 0
2
risposteDomanda
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(...
quasi 2 anni fa | 0 risposte | 0
0
risposteDomanda
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; ...
quasi 2 anni fa | 1 risposta | 0
1
rispostaDomanda
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);. ...
quasi 2 anni fa | 2 risposte | 0
2
risposteIndex 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)...
quasi 2 anni fa | 0