photo

mano49j


Last seen: 9 months ago Active since 2012

Followers: 0   Following: 0

Message

Using MATLAB for more than 7 years to solve all kinds of academic and professional challenges.

Statistics

All
MATLAB Answers

2 Questions
2 Answers

File Exchange

13 Files

Cody

0 Problems
3 Solutions

RANK
6,002
of 300,364

REPUTATION
8

CONTRIBUTIONS
2 Questions
2 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
3,800 of 20,934

REPUTATION
396

AVERAGE RATING
4.10

CONTRIBUTIONS
13 Files

DOWNLOADS
21

ALL TIME DOWNLOADS
3815

RANK
72,771
of 168,407

CONTRIBUTIONS
0 Problems
3 Solutions

SCORE
40

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Personal Best Downloads Level 2
  • 5-Star Galaxy Level 2
  • First Submission
  • Knowledgeable Level 1
  • First Answer
  • Solver

View badges

Feeds

View by

Question


Write data to new excel file
Suppose if I have an excel file saved like below: xlswrite('file1.xls',[1 2 3 4 5 6]); The Excel file will contain data as [...

9 years ago | 1 answer | 0

1

answer

Answered
Help with Multiple Loops
k = 0; for i = 117:-1:1 for j = 1:117 k = k+1; C(i,j) = intWL(k,1) end end i - indicates row number, j -...

12 years ago | 0

| accepted

Answered
How do I extract image information from a .png file?
For reading .dcm files use dicomread and for .png files imread is used..,

12 years ago | 0

| accepted

Question


Why the feature should be RST invarient..when extracting a feature from an image..
A good feature should have high varinace and it should be RST invariant for image. Why is it so?

12 years ago | 2 answers | 0

2

answers