photo

chiyaan chandan


Last seen: 2年以上 前 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年以上 前 | 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年以上 前 | 0

質問


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

約4年 前 | 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年 前 | 1 件の回答 | 0

1

回答