Feeds
질문
How to know the original coordinates of cropped images
a=imread ('a.jpg'); imshow(a) [acrop,rect]=imcrop(a); The question is why rect should be in decimal (rect=[98.5 88....
대략 13년 전 | 답변 수: 1 | 0
1
답변질문
Does LSSVM necessarily produce better results than linear methods like PLSR or MLR?
Does LSSVM necessarily produce better results than linear methods like PLSR or MLR?
대략 13년 전 | 답변 수: 0 | 0
0
답변질문
save the variables whose names are always changing over different loops
Consider the example below. The aim is , in every circulation, to generate a variable first, only a1 in the fist circulation for...
13년 초과 전 | 답변 수: 2 | 0
2
답변질문
How can I use index numbers as markers in SCATTER?
When I used scatter to plot my data, it gave markers in different shapes, but the sample indexes are important in my case and I ...
13년 초과 전 | 답변 수: 1 | 0