MatLAB | Mathematica | MathCAD | Maple Answers

Questions: 245

Answers by our Experts: 142

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Search & Filtering

hi
i want to clustering 0/1 data so that observations that have value 1 and the distance between them is less than x for exampel 100 cluster together. i mean the distance between the last observation of any and the first observation of the next cluster should be less than 100
thanks a lot
hey ! why the command sawtooth and square does not exist in Matlab R2012a?
write the MATLAB program for each of the following and provide the output plot of each one.

1-
x1=[1 2 3 3]
x2=[1 3 4 5]
for the above example plot the input sequences x1 and x2 and its convoluted output signal using 'subplot' command.
write a program in matlab that calculate :
h(t) = sinc(t)*(4 - t^2)Π(t/4) (*:convolution)
many thanks.
How to model and analyse fault diagnosis of data link of Unmanned aerial vehicle using Matlab tool kit ?
find y if y'' = -0.17y' + 0.24x'
y'(0) = 28cos16sin6
x'(0) = 28cos16cos6
Calculate the first 6 iterations when x_{0} = 0 of the x_{n+1}=e^(-x_{n})
My problem is that you make a table with these iterations, I am new to Matlab and I hope you can help me
I need a matlab program coding that would create an unstable system first and then by correcting the same system I have to create a stable system. I will be very obliged if you can help me with my problem. Thank you.
I need MATLAB program for getting word combinations as following.let I have words w1,w2,w3
I need output:
w1 ,w2 ,w3
w1,w2
w2,w3
w1,w3
w1
w2
w3
Let,
I have a upper triangular matrix 500x50 having attribute names in column and document name in row.How to calculate infarmation gain for each attribute in MATLAB.