mano49j
IIT Bhubaneswar
Followers: 0 Following: 0
Using MATLAB for more than 7 years to solve all kinds of academic and professional challenges.
統計
All
Feeds
質問
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 [...
8年弱 前 | 1 件の回答 | 0
1
回答回答済み
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 -...
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 -...
11年以上 前 | 0
| 採用済み
回答済み
How do I extract image information from a .png file?
For reading .dcm files use dicomread and for .png files imread is used..,
How do I extract image information from a .png file?
For reading .dcm files use dicomread and for .png files imread is used..,
11年以上 前 | 0
| 採用済み
質問
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?
11年以上 前 | 2 件の回答 | 0