photo

RAJKUMAR SAHA


Last seen: 約2年 前 2022 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

8 質問
0 回答

ランク
112,250
of 297,503

評判
0

コントリビューション
8 質問
0 回答

回答採用率
0.0%

獲得投票数
0

ランク
 of 20,449

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 159,017

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

Feeds

表示方法

質問


why this loop is not working? Actually p_j value is not changing why?
n = input('please enter number of strips :'); for i = 1:n for j = i p_i = 0 p_j = p_i + D/(2*n) epsil...

約2年 前 | 2 件の回答 | 0

2

回答

質問


where is the error, why speudo velocity spectrum graph not coming pls help.
%% Elastic Response Spectra % This function generates elastic response specra including Displacement % Spectrum, Pseudo Accele...

約2年 前 | 1 件の回答 | 0

1

回答

質問


"Not enough input arguments, Error in my_ode_without_tld_1 (line 24) F = interp1(tdata,ydata)" why this error is showing?
function dydt = my_ode_without_tld_1(t,y,tdata,ydata) % tspan = i; %% Time span %% Initial inputs m1 = 8500...

3年弱 前 | 1 件の回答 | 0

1

回答

質問


Error using odeset (line 231) Unrecognized property name 'mass_matrix_without_tld'. Error in my_ode_solver_without_tld (line 8) opts = odeset('mass_matrix_without_tld',@(t,y)
function Y = mass_matrix_without_tld(t,y) % Mass matrix function Y = zeros(2,2); Y(1,1) = 1; Y(2,2) = 1; end clc; cle...

3年弱 前 | 1 件の回答 | 0

1

回答

質問


"Error using vertcat Dimensions of arrays being concatenated are not consistent." why this error showing?
function M = mass(t,q) % Mass matrix function M = zeros(4,4); M(1,1) = 1; M(2,2) = 1; M(3,3) = 1; M(4,2) = 1; M(4,4) = ...

3年弱 前 | 1 件の回答 | 0

1

回答

質問


'MY_ODE_WITHOUT_TLD returns a vector of length 2688, but the length of initial conditions vector is 2' why this error is showing?
function dydt = my_ode_without_tld(i,y) % tspan = i; %% Time span %% Initial inputs m1 = 10; %% ...

約3年 前 | 1 件の回答 | 0

1

回答

質問


In this coding when i am giving m2=0 value, why no graph is coming?
function dxdt = my_ode(i,x) % Conversion to first order parameters % z = x(1); %% displacement of damper % z...

約3年 前 | 1 件の回答 | 0

1

回答

質問


'Index exceeds the number of array elements ' why this error is showing?
function dydt = my_ode_without_tld(i,y) % tspan = i; %% Time span %% Initial inputs m1 = 10; %%...

約3年 前 | 2 件の回答 | 0

2

回答