photo

shashwat soni


2018 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

6 質問
0 回答

ランク
72,707
of 300,853

評判
0

コントリビューション
6 質問
0 回答

回答採用率
50.0%

獲得投票数
0

ランク
 of 21,094

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 171,319

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 2
  • Thankful Level 1

バッジを表示

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

3

回答