photo

feng


Huazhong Agricultural University

Active since 2011

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

4 Questions
0 Answers

RANK
254,027
of 300,499

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
0

RANK
 of 21,021

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,381

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


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....

14 years ago | 1 answer | 0

1

answer

Question


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?

14 years ago | 0 answers | 0

0

answers

Question


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...

14 years ago | 2 answers | 0

2

answers

Question


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 ...

14 years ago | 1 answer | 0

1

answer