統計
MATLAB Answers
8 質問
0 回答
ランク
of 157,725
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
how to break an image into sub images
i have an image having pixels 512*512 . i want to break it in equal sub images (for eg like into images of 8*8) and want to appl...
12年以上 前 | 3 件の回答 | 0
3
回答質問
problem regarding matrix analysis
i want to write a code that will work as : -> i have a matrix (normally 512*512) with any random values. -> a threshold va...
12年以上 前 | 0 件の回答 | 0
0
回答質問
running m file from command window
i have this code for bisection method to calculate smallest root % if true function[x,e]=MyBisect(f,a,b,n) ...
12年以上 前 | 1 件の回答 | 0
1
回答質問
need help creating a 2D matrix of an image
i have an ycbcr image and i want to get the cb cr planes in a single 2d matrix . Y=ycbcr(:,:,1); Cb=ycbcr(:,:,2); Cr=...
12年以上 前 | 3 件の回答 | 0
3
回答質問
Display multiple images on single axes
my gui contains a push button to load an rgb image and an axes to display it and another axes to display r g and b planes separa...
12年以上 前 | 2 件の回答 | 0
2
回答質問
how to use a value selected in listbox to use by a push button
i have a gui which contains * a push button to load file * a list box to select no of color (like 8,16,32) * a push butt...
12年以上 前 | 2 件の回答 | 0
2
回答質問
problem displaying image in axes
I am currently working on a gui which have : * 1 push button to load image and 1 axes to display it. * 1 push button to co...
12年以上 前 | 1 件の回答 | 0
1
回答質問
help required urgently about this error "REFERENCE TO NON EXISTENT FIELD"
im currently working on this thing which converts an rgb image to indexed when i press pushbutton 2 and then it will convert the...
12年以上 前 | 2 件の回答 | 0