Feeds
질문
How do I get this problem correct and meet all these criteria?
clc; L = 1.25; E = 50000; I = 30000; w0 = 2.5; syms x f(x) = (w0/(120*E*I*L))*(-x^5+2*(L^2)*(x^3)-(L^4)*x); df = diff...
3년 초과 전 | 답변 수: 0 | 0
0
답변질문
why is my ea not being recognized?
clc; clear all; L = 1.25; E = 50000; I = 30000; w0 = 2.5; syms x f(x) = (w0/(120*E*I*L))*(-x^5+2*(L^2)*(x^3)-(L^4)*x); df = ...
3년 초과 전 | 답변 수: 3 | 0
3
답변질문
I am unable to make the code work
clc; A = perturbation_sample_generator(2, 1000, 12345); %% Pertubation samples for IM=2 B = perturbation_sample_generator(4, ...
3년 초과 전 | 답변 수: 2 | 0
