![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/20430192_1606151469070_DEF.jpg)
Balaji Udayagiri
Followers: 0 Following: 0
Statistiques
RANG
3 319
of 297 016
RÉPUTATION
16
CONTRIBUTIONS
0 Questions
8 Réponses
ACCEPTATION DE VOS RÉPONSES
0.00%
VOTES REÇUS
2
RANG
of 20 419
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
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...
plus de 2 ans il y a | 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(...
plus de 2 ans il y a | 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...
plus de 2 ans il y a | 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 = ...
plus de 2 ans il y a | 1
| A accepté
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...
plus de 2 ans il y a | 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...
plus de 2 ans il y a | 1
| A accepté
A résolu
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...
plus de 2 ans il y a
A résolu
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...
plus de 2 ans il y a
A résolu
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...
plus de 2 ans il y a
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...
plus de 2 ans il y a | 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...
plus de 2 ans il y a | 0
| A accepté