Francisco J. Triveno Vargas - MATLAB Central
photo

Francisco J. Triveno Vargas


Last seen: 2 días hace Con actividad desde 2022

Followers: 6   Following: 0

Programming Languages:
Python, MATLAB, Arduino, Fortran
Spoken Languages:
English, Spanish, French, Portuguese

Estadística

All
MATLAB AnswersFile ExchangeFrom 01/22 to 03/25Use left and right arrows to move selectionFrom 01/22Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

0 Preguntas
13 Respuestas

File Exchange

10 Archivos

CLASIFICACIÓN
3.793
of 297.547

REPUTACIÓN
14

CONTRIBUCIONES
0 Preguntas
13 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.00%

VOTOS RECIBIDOS
7

CLASIFICACIÓN
5.104 of 20.454

REPUTACIÓN
255

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
10 Archivos

DESCARGAS
64

ALL TIME DESCARGAS
2271

CLASIFICACIÓN

of 159.122

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • First Answer
  • Personal Best Downloads Level 2
  • First Submission

Ver insignias

Feeds

Ver por

Respondida
Differential Equation ODE45
Hello my friend, try this, Regards Francisco tspan = [0 5]; % The initial condition was given in the problem x0 = 3; dx...

6 meses hace | 0

Respondida
Solving a differential matrix ode with ode45
HI my friend, i did two or three corrections now is running. You need to check if has sense or not. Regards Francisco funct...

6 meses hace | 0

Respondida
Robot arms 3RRR Kinematics and forward kinematics
HI my friend you can check this: https://www.mathworks.com/matlabcentral/fileexchange/171619-control-of-a-manipulator-with-two-...

6 meses hace | 0

Respondida
Hellow ,i have problem when i simulate the dynamic equation of robot manipulator.
Hi my friend you can check here: https://www.mathworks.com/matlabcentral/fileexchange/171619-control-of-a-manipulator-with-two-...

6 meses hace | 0

Respondida
problem in making Two link manipulator used inverse kinematics(jacobian)
Hi my friend, you can check the functions here. https://www.mathworks.com/matlabcentral/fileexchange/171619-control-of-a-manipu...

6 meses hace | 0

Respondida
Fuzzy Logic Control of Inverted Pendulum
Hi all, You have a simples code in https://www.mathworks.com/matlabcentral/fileexchange/111990-design-of-fuzzy-and-lqr-con...

8 meses hace | 0

Respondida
RK4 method for solving first order equations
You need to define the parameters alpha, lambda eta, zeta, etap, after you need to review http://cda.psych.uiuc.edu/matlab_pdf...

8 meses hace | 0

Respondida
Disturbance observer for 2DOF robot manipulator
@HD, inititally you can use this code: clc clear close all % Time-----------------------------------------------------------...

8 meses hace | 2

Respondida
Hopf Bifurcation diagram for 3D system
Hi kdv0 Values of x_result, y_result and z_result are near of constants: x_result = 31.4496 y_result = 98.6978 z_result =...

8 meses hace | 1

Respondida
Solving a system of non linear equations with several solver (choose) adjusting the number of equations
Somethin like that: clear close all % solving 10 nonlinear equations % x = [p1 p2 p3 x1 x2 x3 l1 l2 l3 l4] n = 10; % nu...

8 meses hace | 1

Respondida
Solving system of nonlinear differential equations using ode45
A simples tests is change the initial values like this: clear close all Jo1=1; Jo2=2; Jo3=3; Mo1=1; Mo2=1; Mo3=1; f=@(...

8 meses hace | 1

Respondida
Difficulty in plotting equation in matlab
Hello, You need to create a vector or current like I = 0.01:0.1:20 Ampers, Calculate the equation for V after plot the vect...

8 meses hace | 1

Respondida
Algebraic loop: PID control DC motor in Simscape
Only is necessary include the memory block to cancel the algebric loop.

8 meses hace | 1