photo

KLR


Last seen: 5 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

2 个提问
5 个回答

排名
2,707
of 300,037

声誉
22

贡献数
2 个提问
5 个回答

回答接受率
50.0%

收到投票数
3

排名
 of 20,862

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 167,106

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Knowledgeable Level 2
  • Thankful Level 1
  • First Answer

查看徽章

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

5 years 前 | 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...

5 years 前 | 0

| 已接受

已回答
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...

5 years 前 | 0

| 已接受

已回答
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...

5 years 前 | 2

| 已接受

已回答
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...

5 years 前 | 1

| 已接受

提问


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

5 years 前 | 1 个回答 | 0

1

个回答

提问


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

5 years 前 | 0 个回答 | 0

0

个回答