photo

Mike


Last seen: mehr als 2 Jahre vor Aktiv seit 2021

Followers: 0   Following: 0

Statistik

  • Thankful Level 2
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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} ...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

fast 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

fast 3 Jahre vor | 2 Antworten | 0

2

Antworten

Beantwortet
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; ...

fast 3 Jahre vor | 0

| akzeptiert

Frage


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 ...

fast 3 Jahre vor | 2 Antworten | 0

2

Antworten