photo

Mike


Last seen: 2년 초과 전 2021년부터 활동

Followers: 0   Following: 0

통계학

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


How do I make an executable system solver?
I want to make an executable to import and solve the following system of equations from a text file using MATLAB: [K]{u} = {F} ...

2년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How do I evaluate a function that contain an array index inside a sum?
I want to evaluate this function and save the result in an array in MATLAB Where A and B are arrays, and N and P are constant...

거의 3년 전 | 답변 수: 1 | 0

1

답변

질문


Exporting Structures Containing syms
How do I export the following fields with its corresponding values to a text or Excel file? I don't want to export each field ma...

거의 3년 전 | 답변 수: 2 | 0

2

답변

답변 있음
Linear System With Symbolic And Numerical Constants
I used: syms f1 u2 u3 u4 f5 f=[f1;0;0;0;f5]; u=[0;u2;u3;u4;0.02]; k= [200 -200 0 0 0; -200 400 -200 0 0; 0 -200 400 -200 0; ...

거의 3년 전 | 0

| 수락됨

질문


Linear System With Symbolic And Numerical Constants
How do I solve the following system on MATLAB? The solution should be Fx1 = -1 and Fx5 = 0. Also, u2 = 0.005, u3 = 0.01, and ...

거의 3년 전 | 답변 수: 2 | 0

2

답변