photo

Clinton Mitchell


Last seen: 대략 3년 전 2022년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

3 질문
0 답변

순위
68,911
of 301,800

평판
0

참여
3 질문
0 답변

답변 채택
33.33%

획득한 표
0

순위
 of 21,411

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 176,593

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1

배지 보기

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

2

답변