Statistics
RANK
8,267
of 295,569
REPUTATION
5
CONTRIBUTIONS
28 Questions
2 Answers
ANSWER ACCEPTANCE
35.71%
VOTES RECEIVED
1
RANK
of 20,247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,105
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
genetic algorithm based ANFIS
how can i develop a genetic algorithm based (ANFIS) For Database Security Intrusion Detection System with matlab coding for so...
11 years ago | 0 answers | 0
0
answersQuestion
splitting uneven matrx in to two parts
using mat2cell we can convert a big array in different cells but all are stored in a single variable as double matrices so how c...
11 years ago | 1 answer | 0
1
answerQuestion
rows extraction in matrix depending on a column value
I have a 50x50 matrix and n that the last row has 0,1,2 at different locations ie., 0 n 10 rows,1 n 20 rows ad 2 in 20 rows, so ...
11 years ago | 1 answer | 0
1
answerQuestion
adding image to question
is there some procedure to add image to the question asked here in the MATLAB Answers forum.
11 years ago | 1 answer | 0
1
answerQuestion
image segmentation and comparision
hello can someone suggest some technique to extract only the tumor part from an image and then to compare the extracted part wit...
11 years ago | 0 answers | 0
0
answersQuestion
image comparison of different sizes
can some one tell how to use the code posted at <http://www.mathworks.in/matlabcentral/fileexchange/5456-picture-matching-functi...
12 years ago | 1 answer | 0
1
answerQuestion
comparing two images with diffusion mapping
hello my project is to compare a contour with a data set sample of same kind of shapes but to the nearest possible shape wth nea...
12 years ago | 1 answer | 0
1
answerQuestion
generate random negative numbers
I thank if some one can help in this, how can i generate a matrix of some size for ex 100x100 with in the range of [-0.01,0] and...
12 years ago | 2 answers | 1
2
answersQuestion
creating .mat files with variables
hello all how can i create as .mat file with 4 variables in it of diff sizes like a=1x1 mtx,b=100x128mtx,c=116x128 mtx and d=1x1...
12 years ago | 1 answer | 0
1
answerQuestion
genetic algorithm based time tabling for school
hello every one can you help in making a time table for school using genetic algorithm concept, pls provide some reference links...
12 years ago | 1 answer | 0
1
answerQuestion
voice to text conversion
can some one help in finding some code or reference to make a speech to text conversion in MATLAB.
12 years ago | 3 answers | 0
3
answersQuestion
closing an application or document
hello my question is ""I want to open a ms-word document and then MATLAB after that I want to close the opened ms-word document"...
12 years ago | 1 answer | 0
1
answerQuestion
any application closing using matlab
hello i want to know if some on have an idea what command to be used to close a ms-word document using matlab or some code to do...
12 years ago | 4 answers | 0
4
answersHello I am getting the message " Warning: Name is nonexistent or not a directory: /usr/local/matlab/help/toolbox/commblks/examples
U get such a way because some of the .dll file might be missing from matlab c directory try re installing matlab if it doesn't w...
12 years ago | 0
| accepted
Question
image processing and histogram
Hi, I require some help in finding dominating color in an image can u suggest some idea, i tried with histogram extraction an...
12 years ago | 2 answers | 0
2
answersQuestion
for loop execution problem
for the code below pls ignore all except colonysize my problem is my colonysize is 6 but when i execute colonsize/2 i have to ge...
12 years ago | 1 answer | 0
1
answerQuestion
vector matrix multiplication single row
is there a chance to multiply this way rand(1,10)*rand(10,100) but the way of calculation is each singe element of 1x10 mtx shou...
12 years ago | 2 answers | 0
2
answersQuestion
single row matrix vector subtraction
i require the following calculation but my trial failed hope some one can help in this i have two matrices best=1x100 matrix a...
12 years ago | 2 answers | 0
2
answersQuestion
column extraction in matlab
can some one help in this my Fitness values are Fitness = 0.0443 0.0473 0.0475 0.0475 0.0476 0.0...
12 years ago | 1 answer | 0
1
answerQuestion
vector addition in a single row
for a constant w=2 a matrix is to be generated by incrementing it as many times and save it in another matrix as the following w...
12 years ago | 1 answer | 0
1
answerQuestion
vector matrix multiplication with increment
for a constant incremental of +1 the out result is to be multiplied and stored in another matrix ex: A=[1 2 3 4 5] and W=4 so th...
12 years ago | 2 answers | 0
2
answersQuestion
solving exponential equation from a matrix values
for the equation 1/1+exp(-A)), A is a matrix of some length ex: A=[1 2 3 4 5] the equation is to be solved by taking every valu...
12 years ago | 1 answer | 0
1
answerQuestion
how to access individual values form a matrix
hello all in my proj am confused how to access each element in a matrix one after the other continuously in a large data for ex ...
12 years ago | 1 answer | 0
1
answerQuestion
computing square of an exponential
how to compute square of an exponential which is in the form of exp2(some value)
12 years ago | 1 answer | 0
1
answerDoes Quartus 8.1 support MATLAB 2012
no it does not support matlab 2007a,quartus 7.2sp3 and dspbuilder 7.2sp3 is the best
12 years ago | 0
Question
To pick a number randomly
Can some one help in picking a number from a matrix for example i have matrix of the form A=[1 2 3 4 5; 6 6 7 5 8 ; 12...
12 years ago | 2 answers | 0
2
answersQuestion
coding for algebric equations
I am stuck in coding a algebric equation Y=exp[1+∑_(j=1)^2▒〖[[Aj-Ajexp(1-∑_(i=0)^10▒〖Bij*Xi)〗〗/1- exp^2 (1-∑_(i=0)^10▒〖Bij*Xi)...
12 years ago | 0 answers | 0
0
answersQuestion
how to code for a equation with summation symbol
how to code for a equation containing summation like this sum(i=1to10)sum(j=1to2)BijXi
12 years ago | 1 answer | 0
1
answerQuestion
to receive data in serial communication
i just got a sample code for serial communication from the link referred by the contributor JAN SIMON but the problem is i need ...
13 years ago | 1 answer | 0
1
answerQuestion
serial port usage
i just want to transmit and receive data from a terminal on another for that i made a small code as follows global gnCount ...
13 years ago | 1 answer | 0