photo

chiyaan chandan


Last seen: 2 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

  • First Answer

查看徽章

Feeds

排序方式:

已回答
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...

2 years 前 | 0

已回答
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...

2 years 前 | 0

提问


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

4 years 前 | 1 个回答 | 0

1

个回答

提问


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

4 years 前 | 1 个回答 | 0

1

个回答