Statistica
6 Domande
0 Risposte
RANK
122.659
of 300.369
REPUTAZIONE
0
CONTRIBUTI
6 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
50.0%
VOTI RICEVUTI
0
RANK
of 168.436
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
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...
oltre 6 anni fa | 1 risposta | 0
1
rispostaDomanda
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');...
circa 7 anni fa | 2 risposte | 0
2
risposteDomanda
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'....
circa 7 anni fa | 2 risposte | 0
2
risposteDomanda
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...
circa 7 anni fa | 0 risposte | 0
0
risposteDomanda
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?
circa 7 anni fa | 2 risposte | 0
2
risposteDomanda
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...
circa 7 anni fa | 3 risposte | 0

