photo

Mike


Last seen: 2 years ago Active since 2021

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 2 answers | 0

2

answers

Answered
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 years ago | 0

| accepted

Question


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 years ago | 2 answers | 0

2

answers