photo

Xylo


Active since 2014

Followers: 0   Following: 0

Message

Statistics

All
MATLAB Answers

4 Questions
3 Answers

Cody

0 Problems
1 Solution

RANK
8,811
of 299,969

REPUTATION
5

CONTRIBUTIONS
4 Questions
3 Answers

ANSWER ACCEPTANCE
25.0%

VOTES RECEIVED
1

RANK
 of 20,853

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
110,964
of 166,784

CONTRIBUTIONS
0 Problems
1 Solution

SCORE
20

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer
  • Solver

View badges

Feeds

View by

Question


How to crop an image?
Here I have some points, lets points=[x1,y1,x2,y2,x3,y3......xn,yn] these points are precalculated based on some mathematical ca...

11 years ago | 1 answer | 0

1

answer

Question


How to get independent gaussian distribution with zero mean?
Here it follows the normal gaussian distribution.... b=1/sqrt(2*pi)/sigma*exp(-(x-mean).^2/(2*sigma^2)); b is a set,i.e a vect...

11 years ago | 1 answer | 0

1

answer

Solved


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

11 years ago

Question


How to wrap a selective part of a image?
for a image, a region will be selected by some point, and the points should be select on mouse click. After getting points a mo...

11 years ago | 0 answers | 0

0

answers

Answered
How to retrieve multiple images from a database?
You can do this easily..... before doing this program, you have to keep all of your image in a folder and rename them by any co...

11 years ago | 0

| accepted

Answered
How to read multiple jpg images in a loop?
You can do this easily..... before doing this program, you have to keep all of your image in a folder and rename them by any co...

11 years ago | 0

Answered
is it possible to convert c++ code to matlab code?
yes you can! I am not going to ellaborate the whole process. you jst go on this link and you'll get soplution............. bett...

11 years ago | 0

Question


How to get onclick coordinate pixel value and location from an image?
Hey frndz, I am new in Matlab. Since 3months ago I am using matlab. Within these 3 months I just learned some matrix manipulati...

11 years ago | 3 answers | 1

3

answers