photo

Piotr Haciuk


自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

5 个提问
0 个回答

排名
27,951
of 300,364

声誉
1

贡献数
5 个提问
0 个回答

回答接受率
40.0%

收到投票数
1

排名
 of 20,934

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 168,407

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

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

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

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

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

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

7 years 前 | 1 个回答 | 0

1

个回答