Zara - MATLAB Central
photo

Zara


Last seen: 12 months 前 自 2023 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB AnswersFrom 03/23 to 04/25Use left and right arrows to move selectionFrom 03/23Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

4 个提问
0 个回答

排名
76,930
of 297,891

声誉
0

贡献数
4 个提问
0 个回答

回答接受率
75.0%

收到投票数
0

排名
 of 20,503

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 159,752

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2

查看徽章

Feeds

排序方式:

提问


Interpolating between two columns in a matrix
I have been given a data set in the form of a matrix. However some of the columns do not contain any data, they contain NaN (Not...

1 year 前 | 1 个回答 | 0

1

个回答

提问


Produce plots depending on the conditions that are listed within the code
%% Input parameters A = 264000; %Rectangular cross-sectional area [mm^2] d_max = 1250; %maximum value for depth of cross secti...

2 years 前 | 1 个回答 | 0

1

个回答

提问


plot parametric relationship between sigma max and tau max and highlighting the points which apply to the admissible values
figure plot(tau_max,sigma_max) hold on plot(tau_adm,sigma_adm,'r*') title('Parametric relationship between Sigma max (d) and...

2 years 前 | 1 个回答 | 0

1

个回答

提问


Calculate normal and shear stress of a beam where values of depth and width are under certain conditions
close all clear clc b = 1:200; d = 1:200; A = 2640; F = 300e3; d_max = 125; b_min = 20; NL = length(b); sigma_max = ...

2 years 前 | 1 个回答 | 0

1

个回答