photo

Aditya Adhikary


Actif depuis 2018

Followers: 0   Following: 0

CSE Undergraduate at IIIT Delhi (India)

Statistiques

All
  • Knowledgeable Level 2
  • Revival Level 1
  • First Answer
  • Solver

Afficher les badges

Feeds

Afficher par

Réponse apportée
How to recognition of rectangle and counting numbers of rectangle in image
You may want to use <https://www.mathworks.com/help/images/ref/hough.html Hough Transform> to detect lines , or use the <https:/...

environ 6 ans il y a | 0

Réponse apportée
how to select a seed point in clustering?
For k-means, you can specify the seed using the 'Start' parameter. If you specify a numeric matrix while using this parameter, i...

environ 6 ans il y a | 1

| A accepté

Réponse apportée
How can i somehow autofill black-spots in an RGB image.
These may help: <https://www.mathworks.com/help/images/ref/imfill.html imfill> and <https://www.mathworks.com/help/images/ref/re...

environ 6 ans il y a | 0

| A accepté

Réponse apportée
Assigned clusters to new data
K-means clustering as such is an unsupervised method. From what I gather, you would like to learn the cluster centroids using th...

environ 6 ans il y a | 0

Réponse apportée
how to build the equation by simulink block
Try using <https://www.mathworks.com/help/simulink/slref/mathfunction.html power> blocks. Define constants fi, x_star and also s...

environ 6 ans il y a | 0

Réponse apportée
How can I generate report in ms word and pdf from Matlab?
Check the <https://www.mathworks.com/help/matlab/ref/publish.html documentation> on publishing reports from matlab files.

environ 6 ans il y a | 0

| A accepté

Réponse apportée
From 2D data to a 3D matrix
for i = 1:128 x = sprintf('7528_00%03d.txt',i); %load your file using x end

environ 6 ans il y a | 0

Réponse apportée
how to plot colored cube 3d contour graph?
For an explanation of the following code, look at <https://www.mathworks.com/help/matlab/visualize/multifaceted-patches.html Mul...

environ 6 ans il y a | 0

Réponse apportée
Combining cell array and double vector into sprintf
Another answer based on your code (not caring about efficiency): coeffVals = [1,2,3]; coeffNames = {'a1','b1','c1'}; coe...

environ 6 ans il y a | 1

Réponse apportée
Issue with 3d plotting and writing to file
Assuming that you need to get 20 coordinate points for x and 40 for y, you can use the <https://www.mathworks.com/help/matlab/re...

environ 6 ans il y a | 1

| A accepté