統計
MATLAB Answers
6 質問
0 回答
ランク
of 171,319
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
how to remove error "Conversion to cell from uint8 is not possible." in the line R(k) = cell2mat(R(k));?
clc; close all; clear; myFolder='D:\WORK\major project'; m=input('Type the Number of Images to Process:');% Ask the amount o...
7年弱 前 | 1 件の回答 | 0
1
回答質問
even after using fopen, still giving negative fid. how to get a valid fid?
clc; clear; close all; filename = fullfile(matlabroot,'1.txt'); fid = fopen('1.txt','r') ; C = fscanf(fid,'%c');...
約7年 前 | 2 件の回答 | 0
2
回答質問
how to reverse a random permutation of a matrix to get back the original matrix?
O = key1(randperm(numel(key1))); here O is the random permutation of rows and columns of a 'key1' matrix which is '16*147'....
7年以上 前 | 2 件の回答 | 0
2
回答質問
how to generate a key in the below given situation and thus each character pointing to 3 random integer, using this key?
i need to divide a plaintext into a number of blocks (block 1 to block n). Each block represents one row in the plaintext matri...
7年以上 前 | 0 件の回答 | 0
0
回答質問
how to shuffle a 16*147 matrix?
i have a 16*147 matrix and i want to swap random rows/columns with other random rows/columns, how to do it?
7年以上 前 | 2 件の回答 | 0
2
回答質問
i have a 48*48*3 matrix , i want to convert it to 48*48 matrix where each element of the matrix will show a list of 3 characters in a cell. how to do it?
for eg- <<https://in.mathworks.com/help/examples/matlab_featured/win64/nddemo_03.gif>> i need this matrix to look like {1...
7年以上 前 | 3 件の回答 | 0

