NOR AZIERA
Followers: 0 Following: 0
Statistics
RANK
217 585
of 295 527
REPUTATION
0
CONTRIBUTIONS
4 Questions
1 Answer
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 20 242
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154 057
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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, ...
nästan 2 år ago | 2 answers | 0
2
answersQuestion
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(...
nästan 2 år ago | 0 answers | 0
0
answersQuestion
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; ...
nästan 2 år ago | 1 answer | 0
1
answerQuestion
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);. ...
nästan 2 år ago | 2 answers | 0
2
answersIndex 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)...
nästan 2 år ago | 0