photo

shashwat soni


Actif depuis 2018

Followers: 0   Following: 0

Statistiques

MATLAB Answers

6 Questions
0 Réponses

RANG
123 696
of 300 352

RÉPUTATION
0

CONTRIBUTIONS
6 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
50.0%

VOTES REÇUS
0

RANG
 of 20 928

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 168 212

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 2
  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

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...

plus de 6 ans il y a | 1 réponse | 0

1

réponse

Question


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');...

environ 7 ans il y a | 2 réponses | 0

2

réponses

Question


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'....

environ 7 ans il y a | 2 réponses | 0

2

réponses

Question


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...

environ 7 ans il y a | 1 réponse | 0

0

réponse

Question


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?

environ 7 ans il y a | 2 réponses | 0

2

réponses

Question


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...

environ 7 ans il y a | 3 réponses | 0

3

réponses