Community Profile

photo

Olga Rakvag


Last seen: 10 mesi fa Attivo dal 2022

Statistiche

  • Thankful Level 3

Visualizza badge

Content Feed

Visto da

Domanda


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...

12 mesi fa | 1 risposta | 0

1

risposta

Domanda


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...

circa un anno fa | 1 risposta | 0

1

risposta

Domanda


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 ...

circa un anno fa | 1 risposta | 0

1

risposta

Domanda


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, -...

circa un anno fa | 1 risposta | 0

1

risposta

Domanda


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...

circa un anno fa | 1 risposta | 0

1

risposta

Domanda


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...

circa 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

circa 2 anni fa | 1 risposta | 0

1

risposta

Risposto
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...

circa 2 anni fa | 0

Domanda


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...

circa 2 anni fa | 2 risposte | 0

2

risposte