統計
MATLAB Answers
7 質問
0 回答
ランク
of 175,520
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
How to convert char to uint8 and vice versa without changing the underlying data
.
約6年 前 | 2 件の回答 | 0
2
回答質問
When i run this code i get error using dec2bin (too many input arguments).
text='hi' ; A=dec2bin(text, 8);
約6年 前 | 1 件の回答 | 0
1
回答質問
Hi evryone can You help me with this code, i need to seperate this code in order to embed and extract text in and from image by using DCT, thanks in advance
M = input('\nEnter message: ','s'); x=length(M); c=0; for j= 1:x for i=0:122 if strcmp(M(j),char(i)) ...
6年以上 前 | 0 件の回答 | 0
0
回答質問
Hi am applying DCT based image steganography and i got error in line 21
% Compression jk=8; block_size=jk; mask_size=jk; I1 = imread('test.jpg'); imwrite(I1,'32.jpg'); I1=im2double(I1); ...
6年以上 前 | 0 件の回答 | 0
0
回答質問
I wanna save text as txt file in my desktop or any location I choose
Text='hello' [file, path] =uiputfile('text. Txt')
6年以上 前 | 1 件の回答 | 0
1
回答質問
How I can solve, index exceeds matrix dimensions
The error appears in this line(fprintf('\t%d',c1(o)))
6年以上 前 | 2 件の回答 | 0

