photo

Balaji Udayagiri


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

Followers: 0   Following: 0

统计学

All
MATLAB Answers

0 个提问
8 个回答

Cody

0 个问题
3 个答案

排名
3,555
of 297,457

声誉
16

贡献数
0 个提问
8 个回答

回答接受率
0.00%

收到投票数
2

排名
 of 20,438

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
69,169
of 158,938

贡献数
0 个问题
3 个答案

评分
40

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Knowledgeable Level 2
  • Solver
  • First Answer

查看徽章

Feeds

排序方式:

已回答
joint probability 2 arrays
Hi meshesurf As per my understanding, you want to find the plot for the joint probability density functions. Here is an exam...

2 years 前 | 0

已回答
Segment image to 9 x 9 blocks
Hi Fasil As per my understanding, you want to segment the image using blkproc() The syntax of blockproc is: B = blockproc(...

2 years 前 | 0

已回答
How we can get the peak and neighbors in the Hough transform in matlab code?
Hi Faris As per my understanding, you want to find the peaks in the Hough transform. Please refer to the documentation of Ho...

2 years 前 | 0

已回答
For loop for SVM variable files
Hi Monalisa As per my understanding, you want to loop through the folders to read the predictor variables for the SVM. D = ...

2 years 前 | 1

| 已接受

已回答
how to transform files drom double to struct
Hi Elissabetta As per my understanding, you want to convert your double data into a datatype which is a valid input to shapewr...

2 years 前 | 0

已回答
How can I study Autocorrelation function of common inputs?
Hi Teodoro, As per my understanding, you want to know how to perform autocorrelation for non-linear functions. You can use t...

2 years 前 | 1

| 已接受

已解决


Interpolator
You have a two vectors, a and b. They are monotonic and the same length. Given a value, va, where va is between a(1) and a(end...

2 years 前

已解决


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

2 years 前

已解决


Finding Perfect Squares
Given a vector of numbers, return true if one of the numbers is a square of one of the numbers. Otherwise return false. Example...

2 years 前

已回答
A is a square block matrix of order S which not fixed. pi is a column matrix of order S. How to find the solutions of the system of equations: (pi)A=0, (pi)e=1, e column of 1s
Hi Abdul, As per my understanding, you want to solve the system of linear equations, πA = 0, πe = 1. You can augment the e t...

2 years 前 | 0

已回答
Code for various model of CNN network
Hi Ariful As per my understanding you want the resources for various CNN models to classify images. Here are the inks for your...

2 years 前 | 0

| 已接受