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

回答