Feeds
提问
my code become busy for euclidean distance
i write code for euclidean distance in nested for like this: for rsize=1:tests for k=1:ts dis(k,1)= pdist2( te...
11 years 前 | 1 个回答 | 0
1
个回答提问
how concat two cell array?
i want to concatenate one variable cell array and one constant cell array like this: for cls=1:14 cl{1,cls}=ccl{1,cls}; cl...
11 years 前 | 1 个回答 | 0
1
个回答提问
what is the problem?
i have a loop that every time insert a vector in one row of a matrix but when i assign it i give this error massage :Index excee...
11 years 前 | 1 个回答 | 0
1
个回答提问
how can i compare two things simultaneous
actually i want do this compare : if ((ps{psize,pcol}==-1) | STRCOMP(ps{psize,pcol},sds{i,pcol})==1) and matlab give me...
11 years 前 | 1 个回答 | 0
1
个回答提问
insert end at right location
i have very nested for loop but when i want insert end for them i cannot insert them in the right locations i want do it arbitr...
11 years 前 | 2 个回答 | 0
2
个回答提问
i have two number i want choose one of them randomly!
i have two string number i want choose one of them randomly can you help me please?
11 years 前 | 1 个回答 | 0
1
个回答提问
convert double to string!
I want convert double number like 0.222833 to string but when i using num2str the number convert to '0.22283' and sixth digit of...
11 years 前 | 1 个回答 | 1
1
个回答提问
i have a big matrix with dimension 303*14 i want compare every row of this matrix with one vector with dimension 1*14
i have a big matrix with dimension 303*14 i want compare every row of this matrix with one vector with dimension 1*14 all of th...
11 years 前 | 1 个回答 | 0
1
个回答提问
can i compare two cell array with double and string value?
i have a 303*14 dataset i want compare every raw of this dataset with a 1*14 vector this dataset has double and string value...
11 years 前 | 1 个回答 | 0
1
个回答提问
i want to convet a mixture cell array to a cell array that just has string values.
i have a data set ,i convert it to cell array with this code :C = dataset2cell(ds) but the values of this cell array are doub...
11 years 前 | 1 个回答 | 0
1
个回答提问
store value of selected radio button from group button
i want get the value of selected radio button from button group i use this code: u=get(handles.uipanel12,'SelectedObject'); ...
11 years 前 | 1 个回答 | 0
1
个回答提问
save radio button value
hi i have a uipanel with many button in it. when i want to store the value of radio button i use this code: u=get(handles.uipan...
11 years 前 | 1 个回答 | 0
1
个回答提问
how can store the value of textedit in the array or cell array?
i have a gui and i want which user entered into edittext i save it into the array can u help me plz?
11 years 前 | 1 个回答 | 0
1
个回答提问
how can use m.file variables to another m.file?
i have one m.file for gui and another m.file how can use the text field values in another m.file?
11 years 前 | 1 个回答 | 0
1
个回答提问
get the values from user via text field
Hi I want get the values from user via text field i design my gui but i do not know how access the items of these and can i save...
11 years 前 | 1 个回答 | 0
1
个回答提问
Error “Assignment has more non-singleton rhs dimensions than non-singleton subscripts”?
Why do I get the error “Assignment has more non-singleton rhs dimensions than non-singleton subscripts”?
11 years 前 | 2 个回答 | 0
2
个回答提问
i want produce a random number between 2 and 10 for example...
how can produce a random integer number that are not started with 1?
11 years 前 | 2 个回答 | 0
2
个回答提问
i want select the first and second array s(i) in the loop
actually s(i)s are produced in the loop over and over i want the two first entry of this array each time that pass loop...
11 years 前 | 2 个回答 | 0
2
个回答提问
how can concat cell array with array?
for example i have cell arrays s{i} ,i want s{i}s pose in one column and another vector like f=[3 4 .....] pose in another colu...
11 years 前 | 2 个回答 | 0
2
个回答提问
i have a for loop and a vector in this loop that chang each loop that spend how can save this vector in all times ?
like this code: h=1000 for i=1:h m=[i j] end that j change with every i how can save m vectors that produce in each time a...
11 years 前 | 1 个回答 | 0
1
个回答提问
how can make a matrix from many vectors?
how can make a matrix from many vectors?
11 years 前 | 3 个回答 | 0
3
个回答提问
find max vector form many vectors
i have many 1*2 vectors how can i find the vector with the maximum value at the second index?
11 years 前 | 1 个回答 | 0
1
个回答提问
matrix with randperm entries
i have a matrix which entries are randperm function i have a for loop for generating this matrix i want save all the matrix that...
11 years 前 | 1 个回答 | 0