Gregory Power
自 2019 起处于活动状态
Followers: 0 Following: 0
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...
5 years 前 | 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...
5 years 前 | 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...
5 years 前 | 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...
5 years 前 | 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 ...
5 years 前 | 1 个回答 | 0