Community Profile

photo

chiyaan chandan


Last seen: meer dan 2 jaar ago Active since 2020

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Answered
How to remove NaN from data read from excel. Nan values only not rows or columns
clc clear all clf %% disp ('Select User input excel file '); [filename, pathname] = uigetfile('*.*'); xfile1 = fullfile(pa...

meer dan 2 jaar ago | 0

Answered
How can i work with a set of column vector that has 365 rows. I want to find the mean between the 2- 45 data and then 172 and 356 data only. Not all the mean.
The following code will calculate the means of rows from 2 to 45 and 172 to 365 of every coloumns clc clear all %% Data=ra...

meer dan 2 jaar ago | 0

Question


ODE45 for nonlinear problem
kindly check the below code....

bijna 4 jaar ago | 1 answer | 0

1

answer

Question


"Matrix is close to singular or badly scaled " in line 47 of below code (Newmark integration method for mDOF)
clc clear all %% T_n=50; % natural period dt=0.05; % time step s...

bijna 4 jaar ago | 1 answer | 0

1

answer