photo

Kalai Arasi Mehavarnam


Active since 2018

Followers: 0   Following: 0

Statistics

MATLAB Answers

4 Questions
0 Answers

RANK
74,392
of 300,863

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
25.0%

VOTES RECEIVED
0

RANK
 of 21,100

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 171,361

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


Return first unique index of values
%function [mu,sig,p] = cifar_10_bayes_learn1(f, trlabel,N) %trlabel=tr_labels(1:100)'; label=[1:10,2:11,3:12]; %N=16...

7 years ago | 0 answers | 0

0

answers

Question


None of the output variables are saved in workspace,when running by function, but saves when running without function (by directly assigning input data in script)
%function m =feature(x,N) x=tr_data(1:8,:); N=8; [row col]=size(x) rre=zeros(32,32,5); for i=1:1:row r=x(:,1:1024); g=x(...

7 years ago | 1 answer | 0

1

answer

Question


reshape and save data in a for loop
I have a dataset of 100 rows and 3072 columns,and every single row represents an image.I want to divide every single image into ...

7 years ago | 0 answers | 0

0

answers

Question


Getting mean values of RGB feature from image dataset
if true % code endI have cifar 10 image dataset, from which I should find the mean of rgb features for specified image...

7 years ago | 1 answer | 0

1

answer