Feeds
질문
signal drift when integrating accelometer data to velocity
Hi all, I am generating some synthetic accelerometer data with noise to perform a modal analysis. I have used a sine wave added...
6년 초과 전 | 답변 수: 0 | 0
0
답변질문
having trouble with number displays in matrix
I am having a problem with the way numbers are being displayed in a matrix from a while loop. I am trying to calculate basic int...
6년 초과 전 | 답변 수: 3 | 0
3
답변질문
zooming in and out mandelbrot figure
Hi all, I am writing a script that needs to call a function that draws a mandelbrot figure. The script also needs to be able to...
6년 초과 전 | 답변 수: 0 | 0
0
답변질문
script for looping function
I'm trying to write a script that defines a function, 5*sin((2*pi).*f1.*t)+10*cos((2*pi).*f2.*t), that loops through the functi...
거의 7년 전 | 답변 수: 2 | 0
2
답변질문
calling a funcion in a loop and replacing input variable with output variable
So I have the funcion: function y=function_for_Ex6a(x) % This is a simple function y=4*(1-cos(x)).^2+x.^3; end And I want t...
거의 7년 전 | 답변 수: 1 | 0
