photo

RAJKUMAR SAHA


Last seen: meer dan 2 jaar ago Active since 2022

Followers: 0   Following: 0

Statistics

MATLAB Answers

8 Questions
0 Answers

RANK
108.624
of 300.381

REPUTATION
0

CONTRIBUTIONS
8 Questions
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 20.941

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168.477

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

Feeds

View by

Question


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

meer dan 2 jaar ago | 2 answers | 0

2

answers

Question


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

meer dan 2 jaar ago | 1 answer | 0

1

answer

Question


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

meer dan 3 jaar ago | 1 answer | 0

1

answer

Question


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

meer dan 3 jaar ago | 1 answer | 0

1

answer

Question


"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) = ...

meer dan 3 jaar ago | 1 answer | 0

1

answer

Question


'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; %% ...

meer dan 3 jaar ago | 1 answer | 0

1

answer

Question


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

meer dan 3 jaar ago | 1 answer | 0

1

answer

Question


'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; %%...

meer dan 3 jaar ago | 2 answers | 0

2

answers