Rajkumar
Followers: 0 Following: 0
Statistics
5 Questions
0 Answers
RANK
220,930
of 294,407
REPUTATION
0
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 20,109
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 151,611
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
Question
Hi, I have the acceleration data, how to get plot of ensemble autocorrelation??
clc; clear; %% Load acceleration data f82 = load('file0082.txt'); f55 = load('file0055.txt'); f28 = load('file0028.txt');...
1 year ago | 0 answers | 0
0
answersQuestion
'Unable to concatenate the table variables 'Var1' and 'Var2', because their types are cell and double.' why this error is showing?
clear all; clc; %read X sample ix1 = readtable("x_sample_01.dat",'ReadVariableNames',false); x1 = table2array(ix1);
1 year ago | 1 answer | 0
1
answerQuestion
Undefined function or variable 'sigma_sj'. Error in m_phi_code (line 110) Ps_j = sigma_sj*(N/2)*(3.14/4)*d^2*0.001; why this error is showing?
[SL: edited to format code] %% M-Phi Curve clc; clear all; close all; % Input data fck = 20; % Grade of concre...
1 year ago | 1 answer | 0
1
answerQuestion
Why in this code for every k value, M_total value is not changing? And the plot is not showing any graph?
%% M-Phi Curve clc; clear all; close all; % Input data fck = 20; % Grade of concrete in N/mm^2 Fe = 415; ...
1 year ago | 0 answers | 0
0
answersQuestion
Why the plot is not coming? i want to plot for every Phi value corresponding M_total value.
%% M-Phi Curve clc; close all; % Input data fc = 20; % Grade of concrete in N/mm^2 Fe = 415; % Grade o...
1 year ago | 0 answers | 0