Feeds
질문
i am getting error ... ??? Undefined function or method
image=im2double(imread('C:\s01_01','jpg')); j=rgb2gray(image); A= histeq(j); B = imresize(A, [150 130]); cr=fdct_w...
7년 초과 전 | 답변 수: 1 | 0
1
답변질문
i have a question... i am using fdct function but it says undefined function for uint8 when i convert
clear all train=train_mat_curv_gt(:,1:2173); % gp=train_mat_curv_gt(:,2174); f=imread('C:\s01_15','jpg'); % give ...
7년 초과 전 | 답변 수: 0 | 0
0
답변질문
string from a textbox
hi. i want to extract 4,5,6,5 from string 4x^3 + 5x^2 + 6x^1 + 5
7년 초과 전 | 답변 수: 2 | 0
2
답변질문
hi.... i have a problem i am getting value from a edit box i am converting it into a string and then in a double decimal type its not working it shows NaN
handles = guidata(hObject); f = get(handles.edit2, 'String') ; i am converting my value from edit box like this and then...
7년 초과 전 | 답변 수: 0 | 0