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

how to plot tripulse in between two impulses (how to stem and plot) the tripulse not discrete it is continous but the two impulses are discrete matlap
HOW I CAN GENERATE the follwing in matlab.. snd me its complete code.
1.x[n]={2 0 1 2}
2.x[n]-x[n-2]-1/2x[n+4]
3.x[n]-3/4x[n-1]2x[n+2]
4.x1[n]u[n]
5.x1[n]u[n-2]
i was asked to do correlation and coherence of signals. it is basically comparing 4 signals over different sessions.How can this be computed using matlab.Will appreciate your response
I've created a virtual phantom with dim 64*64. As well I have a 1GB file of numbers with lenght 6357087. I want matlab to take some of these values and multiply them by an algorithm and then increment certains numbers and take other values over {let's say 32 times}. The values should be put on some pixel of the virtual phantom. My code is this:
for p1 = 1:31 %initializing the number of rows in the phantom
for h1 = 1:64 %initializing the number of rows
N1 = 380 %number of first group of numbers in the text file that will be used
for ph1 = 1:N1
M(:,ph1) = A*M(:,ph1-1)+B;
gradPE1 = Gyro_ratio(B0+PE_val1(ph1)*dT/Tpe*Ry1);
M(p1,h1) = zrot(gradPE1)*M(:,ph1);
So I need to increment another 380 values before using other group of 380 numbers from my text file. I need to repeat this process at least 32 times. Please help me with this.
i m doing project on image stegonogrphy...m doing in wavelet...first cover image divided 2 level DWT once..then secret image divided 2lveel twise..secret image is double the size of cover..then secret is encrypted ..then they are fused...n then retwirval..all m getiing..but m nt ghetting my cover and stego imge as same...so wat to.doo..plzzzzzzzzzz
Write a script that will load data from a file into a matrix. I am confused on how to load data files and call functions in matlab.
The question is:9) Use the 'bar' function (see Matlab help) to generate a bar plot showing weight as a function of drug treatment for males and females. Label the plot.
I was just wondering how I can make 1 bar graph showing data for males and female?
i(t)=(V/R) * (1-e^-(R/L)(t))

(a) Defi ne an anonymous function answerE that returns i(t) given input t.
(b) The final value for the current is 2 amps. Find a time tm when the
current is at least 99% of the nal value but strictly less than 2. Store
this value in the variable answerF.
(c) Create a vector in answerG using linspace with ten evenly spaced
elements where 0 as the first element and tm as the last element.
(d) Create a vector in answerH which contains the current at each time in
vector answerG.
Hi,
I am working on my project on matlab where I have to divide an array of size 1X711000 in to subarrays of size of 1X100.
Can I use the command mat2cell command for it?
Please give the proper command for it.
I have a mat file (matrix)with 36000X7 dim in Matlab and I want to delete every 2nd row from the matrix that would result in 18000X7 dim matrix. How to do that using Matlab?
LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS