統計
MATLAB Answers
6 質問
0 回答
ランク
of 171,319
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Dividing images of UCID database into 8x8 blocks
% This script has been used to create the training image dataset. clear all; close all; UCIDPath='C:\Users\mayank\Desktop...
約6年 前 | 0 件の回答 | 0
0
回答質問
imquantize code is required
Hi, I need the original code of imquantize function of matlab. Please help. My attempt: I=imread('football.jpg'); I=rgb2gray(...
6年以上 前 | 1 件の回答 | 0
1
回答質問
Passing array as an input argument
I want to pass an array [p1 p2 p3] in the function "arithmetic_decoding" as an input. function arithmetic_decoding(tag,n,[p1,p2...
6年以上 前 | 1 件の回答 | 0
1
回答質問
alternative of ismember function
I need to replace ismember in this program with equivalent function(not inbuild),any ideas? x=randi([1, M-h],1,1); % M,N size ...
6年以上 前 | 0 件の回答 | 0
0
回答質問
Overlapping rectangles problem in an image
I am creating an 8-bit image with non-overlapping rectangles. I'm using I=ones(256,256) to create a matrix with all 1's. Now I...
6年以上 前 | 1 件の回答 | 0
1
回答質問
Creating border of an image
I need a create black border around an image: My code: I=ones(256,256); //size of an image border = 2; I(end:end+border,en...
6年以上 前 | 2 件の回答 | 0

