photo

Piotr Haciuk


Active since 2018

Followers: 0   Following: 0

Statistics

MATLAB Answers

5 Questions
0 Answers

RANK
27,957
of 300,611

REPUTATION
1

CONTRIBUTIONS
5 Questions
0 Answers

ANSWER ACCEPTANCE
40.0%

VOTES RECEIVED
1

RANK
 of 21,028

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,811

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

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

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

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

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

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

7 years ago | 1 answer | 0

1

answer