Community Profile

photo

Piotr Haciuk


Active since 2018

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Content Feed

View by

Question


Ploting every n-th result in a for loop
Hi guys, I'm plotting every result calculated using a for loop, i'm using clf command to keep displaying new plot the issue I...

5 years ago | 1 answer | 0

1

answer

Question


Storing values of a triple 'for loop'
Good morning all I'm trying to simulate an Euler-Bernoulli's pinned pinned beam response, subjected to harmonic force located a...

5 years ago | 0 answers | 0

0

answers

Question


Euler-Bernoulli's beam ODE or PDE
Hi guys, I'm trying to develop a script of Euler-bernoulli's beam equation for the purpose of my project. I've been researchin...

5 years ago | 2 answers | 1

2

answers

Question


ODE45 2DOF Unable to perform assignment because the left and right sides have a different number of elements.
Hi good people, I'm trying to solve this: clc clear all close all x0=0; xdot0=0; IC=[x0 xdot0]; t=0:0.1:10; [t,x]=ode45...

5 years ago | 1 answer | 0

1

answer

Question


How to display value of particular iteration in a loop
I am having a slight problem, I'd like to find a relative error without knowing the analytical solution. I have an equation whe...

5 years ago | 1 answer | 0

1

answer