Community Profile

photo

Mike


Last seen: más de 2 años hace Con actividad desde 2021

Followers: 0   Following: 0

Estadísticas

  • Thankful Level 2
  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


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

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 2 años hace | 2 respuestas | 0

2

respuestas

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

más de 2 años hace | 0

| aceptada

Pregunta


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

más de 2 años hace | 2 respuestas | 0

2

respuestas