Feeds
질문
How to perform svd without using the inbuilt function?
% Importing the given data file image = importdata('data.mat'); I = double(im2gray(image)); figure(1); imagesc(I); axis off...
거의 3년 전 | 답변 수: 2 | 0
2
답변질문
Why does this code not work?
%USE MONTE CARLO METHOD TO CALCULATE PROBABILITY OF FAILURE OF WIND TURBINE %The given limit state function for the given is ...
거의 3년 전 | 답변 수: 1 | 0
1
답변질문
How to find beta and Pf values using Monte Carlo
%USE MONTE CARLO METHOD TO CALCULATE PROBABILITY OF FAILURE OF WIND TURBINE %The given limit state function for the given is ...
거의 3년 전 | 답변 수: 1 | 0
1
답변질문
How to do failure probability estimation using the direct Monte Carlo simulation. my code does not run it gives me "untitled'' as ans
%USE MONTE CARLO METHOD TO CALCULATE PROBABILITY OF FAILURE OF WIND TURBINE %The given limit state function for the given beam ...
거의 3년 전 | 답변 수: 1 | 0
