Statistics
RANK
2,638
of 295,712
REPUTATION
22
CONTRIBUTIONS
2 Questions
5 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
3
RANK
of 20,274
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,317
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
Feeds
How to use variables from other functions/load issue
Well in order for the variables from one function to another in a GUI you would need to assign them to handles or pass them as ...
4 years ago | 0
How to separate bounding boxes into separate images(figures)?
Well in order to extract the characters separately, you can calculate the boundries which will contain the starting and ending v...
4 years ago | 0
| accepted
Hi! I've converted a grayscale img to binary using im2bw() now i wanna do the opposite i.e convert the binary image to a grayscale image. How can I do that?
In order to convert back to the original grey scale you could multiply the binarizedImage with the original Image. Walter Rob...
4 years ago | 0
| accepted
Set the same y axis scale on two plots
Since you are using subplots to plot the data you can use link axis to link the desired axis. Here's the link that explains in m...
4 years ago | 2
| accepted
Creating 3x201 matrix from set of numbers
Matt's answer is the most efficient. However since you mentioned you needed to do it specifically with for loops here's the code...
4 years ago | 1
| accepted
Question
draw a line with known slope and one set of coordinates
I know the coordinates of the starting position of the line (x1,y1). I also know the angle the line makes how to find the second...
4 years ago | 1 answer | 0
1
answerQuestion
Calculate heading angle and Azimuth
I have data that records the 2D movement of an animal over time(head coordinates, tail coordinates and centroid). I want to calc...
4 years ago | 0 answers | 0