Feeds
提问
How can i show communities from the image adjacency matrix
Hi friends, i want to know if there is a way to visualize the communities of the adjacency matrix of the image by applying c...
10 years 前 | 0 个回答 | 0
0
个回答提问
how can i create an endlesse animation of sine wave
hi friends, how can i write a matlab script wich creates an endeless animation of sine wave whose amplitudes varies from on t...
10 years 前 | 1 个回答 | 0
1
个回答提问
How to plot a disc with a given center c and radius r
Hi friends, how can i draw a disc which is centered at (x0,y0), which has radius r and which is filled by color c, the circle...
10 years 前 | 2 个回答 | 0
2
个回答提问
How to plot an inscribed and circumscribed n-gons for values of n
Hi, I want to solve this problem in the picture below, can anyone help me, i will be very thankful. <</matlabcentral/answ...
10 years 前 | 2 个回答 | 0
2
个回答提问
Help to construct vectors
Hi friends, can anyone help me to construct this vectors: construct a vector containing numbers starting at 20 and counti...
10 years 前 | 1 个回答 | 0
1
个回答提问
How to draw an emoticon in matlab
Hi Friends, i want to draw an emoticon like in the picture below. Have you some ideas about that. <</matlabcentral/answers/u...
10 years 前 | 0 个回答 | 0
0
个回答提问
Help About the algorithm of a problem
Hi, Can anyone help me to code this project in the image below, i will be very thankful. <</matlabcentral/answers/uploade...
10 years 前 | 0 个回答 | 0
0
个回答提问
Generate the adjacency matrix from a superpixel matrix
Hi friends, i have an image matrix, after i apply my algorithm of superpixel to oubtain the labeled matrix and i want to gen...
10 years 前 | 0 个回答 | 0
0
个回答提问
How to draw communities over superpixels matrix
Hi, i have a problem for visualizing communities into a superpixels matrix, my code is like that: I=imread(Myimage); // si...
10 years 前 | 0 个回答 | 0
0
个回答提问
Problem of large adjacency matrix
Hi, I need to deal with a very large adjacency matrix in Matlab, i have a image matrix of size 321x481, and i want te generat...
10 years 前 | 2 个回答 | 0
2
个回答提问
How to trace a vector of communities into an image
Hello, my problem is how to show regions in image by a vector of communities, first a have an image, after i generate the adj...
10 years 前 | 0 个回答 | 0
0
个回答提问
How to visualize communities in image by the vector of communities
Hello, my problem is how i can showing the communities in image by the vector of commuities, for exemple i have my image: ...
10 years 前 | 0 个回答 | 0
0
个回答提问
Makefile:16: *** missing separator
Hello, For the following make file copied below, I am getting the missing separator error. <</matlabcentral/answers/uplo...
10 years 前 | 0 个回答 | 0
0
个回答提问
Generate a weighted graph and an adjacency matrix from an image matrix
Hello every one, i have a image matrix and i want from this matrix, generate a weighted graph G=(V,E) wich V is the vertex se...
10 years 前 | 2 个回答 | 0
