Statistics
6 Questions
0 Answers
RANK
222,998
of 300,654
REPUTATION
0
CONTRIBUTIONS
6 Questions
0 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 21,038
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 169,983
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 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 years ago | 1 answer | 0
1
answerQuestion
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 years ago | 2 answers | 0
2
answersQuestion
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 years ago | 2 answers | 0
2
answersQuestion
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 years ago | 0 answers | 0
0
answersQuestion
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 years ago | 2 answers | 0
2
answersQuestion
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 years ago | 3 answers | 0

