photo

Kush


Last seen: 2 years 前 自 2023 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

0 个提问
10 个回答

排名
12,895
of 299,759

声誉
4

贡献数
0 个提问
10 个回答

回答接受率
0.00%

收到投票数
0

排名
 of 20,794

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 165,756

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Knowledgeable Level 1
  • First Answer

查看徽章

Feeds

排序方式:

已回答
hough transform to small
According to your given picture and question, I assume you're trying to do lane detection using canny edge detection and hough t...

2 years 前 | 0

已回答
how to connect the detection object
You can try multple filters such as sobel, prewitt etc given in edge function of matlab, I used color thresholding and box filte...

2 years 前 | 0

已回答
Hi, how to make a Djikstra and Bellman coding to show the shortest path/ ways between any nodes in the graph. For example, node 1 to node 4.
You can implement the dijkstra function like this and replace the sample adjacency matrix with your network to get the shortest ...

2 years 前 | 0

已回答
Is that possible to find the correlation between this two histogram
Use the Histcounts function to get the data and then apply correlation function to get the desired output data1 = randn(1000, 1...

2 years 前 | 0

已回答
Assigning different colors in a single histogram
You can choose to separate your data based on the threshold and then use the hold on function to display both histograms togethe...

2 years 前 | 0

| 已接受

已回答
3D(x,y,z) + Time variable to plot graph
The following functions can help you implement your code:- plot3 : used to plot a set of coordinates connected by line segments...

2 years 前 | 0

已回答
Plotting the equation and show resolution
You can use anonymous function to implement the above like this: % Define the frequency range omega = logspace(-3, 3, 1000); ...

2 years 前 | 0

已回答
collecting mobile sensor data
Based on the code you provided, it seems like you are trying to use the 'angvellog' function to log angular velocity, the follow...

2 years 前 | 0

已回答
Fast Fourier Transform of a Wilberforce Pendulum
To perform fast fourier transform on the data derived in the Excel for the behaviour of a Wilberforce pendulum, you can import ...

2 years 前 | 0

已回答
How i can generate 2D matrix with unique values using 2D or 1D logistic map ?
A simple solution to this could be creating an array of size n with values ranging from 0 to n-1, followed by appending this arr...

2 years 前 | 0