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...
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...
대략 4년 전 | 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...
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...
대략 4년 전 | 0
질문
"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...
5년 초과 전 | 답변 수: 1 | 0
