photo

Olga Rakvag


Last seen: 2 years 前 自 2022 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

8 个提问
1 个回答

排名
255,434
of 300,779

声誉
0

贡献数
8 个提问
1 个回答

回答接受率
75.0%

收到投票数
0

排名
 of 21,084

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 170,997

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


How to get a better fit with given equations that would approximately match given data output?
I need to produce aproximately same output of vertical displacement of a point in the sea surface, defined as \eta^2/2 with gi...

2 years 前 | 1 个回答 | 0

1

个回答

提问


Calculate phase shift i bode plot for 2 order system data
Hi, I could not get right alignment for the data, but know that the experimental data should be almost the same as simulated. C...

3 years 前 | 1 个回答 | 0

1

个回答

提问


calculate/pich up x-value from step function
How I can easiest calculate/pick up x value for r63 and r98 prosent av full scale? clc; clear all; close all; % 1 order step ...

3 years 前 | 1 个回答 | 0

1

个回答

提问


find x or y at given point for f_cutoff, 0.1*f_cutoff and 10*f_cutoff
% %Need to replace so it looks the same but with calculation of x at given y= -3.02 in magnitude plot % and y at -45.01 deg, -...

3 years 前 | 1 个回答 | 0

1

个回答

提问


How to improve a simple code so it takes and calculates several resistance values as shown in table?
I tried to implement for loop so to desplay second order step response, so it takes clc; clear all; close all; t = linspace(0...

3 years 前 | 1 个回答 | 0

1

个回答

提问


multiply with a vector inside for loop
I want to simply multiply with a vector for every iteration of a_xn inside for loop, and then multiply the result of each itera...

4 years 前 | 1 个回答 | 0

1

个回答

提问


ekstra lines in plot
Tying to plot from .txt file and get extras lines if I use x vector. data = readtable(fileName, 'HeaderLines',23); data.Pr...

4 years 前 | 1 个回答 | 0

1

个回答

已回答
plotting after a for loop doesn't work
Here comes the result with your code, thank you! :-) close clear all clc; CM=2; CD=1; D=1; k=2*pi/153.9; h=60; H=(1:1:1...

4 years 前 | 0

提问


plotting after a for loop doesn't work
close clear all clc; CM=2; CD=1; D=1; k=2*pi/153.9; h=60; H=(0:25); for zeta_a=H/2 y = real(asin(CM/CD*((pi*D^2...

4 years 前 | 2 个回答 | 0

2

个回答