Zara
Followers: 0 Following: 0
統計
MATLAB Answers
4 質問
0 回答
ランク
of 153,912
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
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...
8ヶ月 前 | 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...
1年以上 前 | 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...
1年以上 前 | 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 = ...
1年以上 前 | 1 件の回答 | 0