Statistics
10 Questions
0 Answers
RANK
105,991
of 297,711
REPUTATION
0
CONTRIBUTIONS
10 Questions
0 Answers
ANSWER ACCEPTANCE
40.0%
VOTES RECEIVED
0
RANK
of 20,465
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 159,406
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Recursive Function and increment global/persistant variable
My code goes like below. function [out1] = MyFun1(Arg1,Arg2,Arg3) global z If z~=n (n is a number passed in Arg3 ) function ...
5 years ago | 1 answer | 0
1
answerQuestion
Need to access only few samples from and an array
Hi I have a matrix and instead of traversing sequentially I need to traverse randomly. So I use another array to random the inde...
7 years ago | 1 answer | 0
1
answerQuestion
Crop the region
I wanted to know how to obtain the region inside the border. For example I am using the MRI liver image and I just want all th...
13 years ago | 1 answer | 0
1
answerQuestion
error in imshow
I get the following error when i tried to used imshow. Previously it was working. I tried with other system its working. I tr...
13 years ago | 3 answers | 0
3
answersQuestion
PSO Clustering
Hi, I am implementing PSO clustering technique. I have a query regarding how a particle should be updated The algori...
13 years ago | 2 answers | 0
2
answersQuestion
Cluster performance
Hi, How cluster performance can be calculated ? Is there any in built function in matlab such as for Dunn's index or Dav...
13 years ago | 1 answer | 0
1
answerQuestion
Calculation of dunn index
Hi, http://www.mathworks.com/matlabcentral/fileexchange/27859-dunns-index/content/dunns.m In this link calcualtion of dun...
13 years ago | 0 answers | 0
0
answersQuestion
Unable to find compiler
I am using windows 7 64 bit and installed visual c++ express edition 2010 but still when i give mex -setup i am unable to find ...
13 years ago | 1 answer | 0
1
answerQuestion
how to plot high dimensional data(scatter or scatter3)
How should i plot a data which has n dimensions for example 6 or 9 dimensions using a scatter3 plot For example [88 89 64 ...
13 years ago | 1 answer | 0
1
answerQuestion
How to perform a single Matrix calculation and store result back into a vector or matrix
Hi, Everyone I have written a code which calculates weighted distance in a single matrix. (similar to euclidean distance). I ne...
13 years ago | 1 answer | 0