Statistics
3 Questions
0 Answers
RANK
252,020
of 300,508
REPUTATION
0
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
66.67%
VOTES RECEIVED
0
RANK
of 21,019
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 169,435
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
Sets the default background in scope
In simulink, every time scope is used, the background is black, it is not easy to see the curve trend, and the background of the...
8 months ago | 1 answer | 0
1
answerQuestion
Why is this matlab program not able to solve accurately?
syms E_b I_b omega m2 J pho_b A_b l beta = (omega^2*pho_b*A_b/(E_b*I_b))^(1/4); B=[E_b*I_b*(-beta^3*cos(beta*l)-beta^3*cosh(be...
1 year ago | 1 answer | 0
1
answerQuestion
I want to solve the equation in the picture and use ode45 to solve it, but after running for 5 hours there is still no result, I would like to ask if the program is written wrong or is there any optimization?
%先对方程进行处理,为使用ode45准备 % clc % clear % syms r dx2 rm l varphi dvarphi2 dvarphi1 theta1 theta C1 dv1 Lb C2 dvarphi % syms g C...
1 year ago | 1 answer | 0
