photo

Neetha Mary


2016 年からアクティブ

Followers: 0   Following: 0

統計

All
  • Thankful Level 1
  • Solver

バッジを表示

Feeds

表示方法

質問


how to plot graphically a 256 x 256 square matrix in matlab
I have a matrix of size 256 x 256 which store finger print values obtained in Byte Frequency cross-correlation algorithm.how can...

8年以上 前 | 1 件の回答 | 0

1

回答

質問


how to extract two identical parts in a binary image using connected component labeling?
I want to extract two identical or similar regions in a binary image using connected component labeling. I want to a code that p...

8年以上 前 | 0 件の回答 | 0

0

回答

質問


how to break the input computer file into a series of bytes using MATLAB code?
I want to perform byte frequency analysis on a given input file for type type detection. Can anyone suggest me how to break the ...

8年以上 前 | 1 件の回答 | 0

1

回答

解決済み


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

8年以上 前

解決済み


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

8年以上 前

質問


how can I reduce the execution time of the given code?
i have the following code which takes a 311 kb JPEG image as input. It takes more than half hour to execute this code. clc;...

8年以上 前 | 2 件の回答 | 0

2

回答