Piotr Haciuk
2018년부터 활동
Followers: 0 Following: 0
Feeds
질문
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년 초과 전 | 답변 수: 1 | 0
1
답변질문
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년 초과 전 | 답변 수: 0 | 0
0
답변질문
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년 초과 전 | 답변 수: 2 | 1
2
답변질문
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...
거의 6년 전 | 답변 수: 1 | 0
1
답변질문
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...
6년 초과 전 | 답변 수: 1 | 0