Feeds
질문
run() command does not run .m file already in the directory, showing [Error using evalin Undefined function or variable]
In a directory @tree, I have a matlab file as Constructing_hierarchy_tree.m. when i am inside the directory and I am typing the ...
9년 초과 전 | 답변 수: 0 | 0
0
답변질문
to store SURF features of 10 images in a single variable
i have an array called node_2. in that array i have 10 images. what i am trying to do is, detect SURF features for all 10 images...
10년 초과 전 | 답변 수: 1 | 0
1
답변질문
How to plot points of same color based on values
a = ginput(33); a1 = input('initial value of a1: '); a17 = input('initial value of blank or a17: '); noth = input('...
11년 초과 전 | 답변 수: 0 | 0
0
답변질문
download link for MATLAB R2012b full version
can you please provide me the link for MATLAB R2012b full version. each time i try to download, it says tat i need to be associa...
거의 13년 전 | 답변 수: 3 | 0
3
답변질문
how to uniformly quantize an intensity image into K levels (where K=4, 16, etc)? and how to display these quantized images? i am able to generate the gray scale image, but please let me know how to quantize it uniformly.
i am trying to do uniform quantization on a gray scale image. i have tried imquantize() but it did not help. i have generated an...
거의 13년 전 | 답변 수: 1 | 0
