![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/9212294_1522131515502_DEF.jpg)
Kanwal Kaur
2016 年からアクティブ
Followers: 0 Following: 0
統計
MATLAB Answers
10 質問
0 回答
ランク
of 157,725
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
How Lexicographical sorting is done for image?
How Lexicographical sorting is done for image??plz someone explain this.Thanks in advance :)
約8年 前 | 1 件の回答 | 0
1
回答質問
for i = 1:nclass,%1 inx_i = find(class== Numclass(i));%2 Xki = Vector(:,inx_i);%3 Dki = DW(:,inx_i);%4 sum(Dki); %5 M(i,:)=sum(Dki*Xki');%6 meanclass(i) = Numclass(i); %7end in this code meaning of 3rd n 4th line, n can we use ',' after for
for i = 1:nclass,%1 inx_i = find(class== Numclass(i));%2 Xki = Vector(:,inx_i);%3 Dki = DW(:,inx_i);%4 ...
約8年 前 | 1 件の回答 | 0
1
回答質問
what will this code will perform ? Numclass=[]; for i = 1:nclass Classes=data.y(find(data.y==i)); if size(Classes) ~=0 Numclass = [Numclass; Classes(1)]; end end
Numclass=[];%empty vector array for i = 1:nclass Classes=data.y(find(data.y==i));%Find indices and values of nonzero eleme...
約8年 前 | 1 件の回答 | 0
1
回答質問
what will code line 2 and 3 will do in below code? fprintf('\nInitializing...\n'); %1 strArray = java_array('java.lang.String', numberOfImagesToProcess);%2 for k = 1 : numberOfImagesToProcess%3 File1 = [imagesFolder '\'];%4 File = [imageFiles
fprintf('\nInitializing...\n'); %1 strArray = java_array('java.lang.String', numberOfImagesToProcess);%2 for k = 1 : num...
約8年 前 | 1 件の回答 | 0
1
回答質問
what is the difference between A=[]; and A={}; ?
what is the difference between A=[]; and A={}; ?
約8年 前 | 1 件の回答 | 0
1
回答質問
what will thie do filePattern = [imagesFolder, '\*.*'];
what will this statement will do ? filePattern = [imagesFolder, '\*.*'];
約8年 前 | 1 件の回答 | 0
1
回答質問
how this save will work, mkdir(database ) y = strcat(database,'/trainID'); save(y,'trainID')
mkdir(database) % will make new folder x= strcat(database,'/Subtrain'); %horizontally concatenatesstrings in arrays save(x,'S...
約8年 前 | 1 件の回答 | 0
1
回答質問
Subtrain(img,:)= wavelet1(I);
hii.. what is the meaning of this statement, plz explain.. Thanks in advance :) Subtrain(img,:)= wavelet1(I); x= strcat(dat...
約8年 前 | 0 件の回答 | 0
0
回答質問
please explain this statement for img = 1:s(1)
which type of for loop is this ? please explain the below statement.Thanks in advance. for img = 1:s(1)
8年以上 前 | 1 件の回答 | 0
1
回答質問
in matlab code what is the meaning of [trainfile trainID] = folderSubFolderkvalidation(database);
i have written a code for segregating face images on the basis of gender of the person.and using this statement also. please exp...
8年以上 前 | 1 件の回答 | 0