![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/19001512_1595479647223.jpg)
Wilmer Alexander - Conferencista en Automatización y Robótica más influyente en Iberoamérica
IMAPLI
Followers: 0 Following: 0
Programador de PLC Jazz Unitronics más exitoso en Iberoamérica | Conferencista en Automatización más influyente | Jurado de concursos | Presidente de la Asociación Peruana de Robótica y ATP | Hablemos por WhatsApp: https://lnkd.in/ecgNffHg
MATLAB
Spoken Languages:
Spanish
Statistiques
RANG
3 087
of 297 046
RÉPUTATION
18
CONTRIBUTIONS
1 Question
5 Réponses
ACCEPTATION DE VOS RÉPONSES
0.0%
VOTES REÇUS
0
RANG
15 749 of 20 422
RÉPUTATION
8
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
1 Fichier
TÉLÉCHARGEMENTS
1
ALL TIME TÉLÉCHARGEMENTS
90
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Executing functions based on user input
clc clear all userString = input('What program would you like: ','s') switch userString case 'nice name one' na...
plus de 4 ans il y a | 0
| A accepté
ejecutar algoritmo secuencial, condicional
%Script: Reverse order of characters in strings %Wilmer Alexander Ticona alexanderticona.com clc clear all num=input('Ingr...
plus de 4 ans il y a | 0
1D transient heat equation
clc clear A=[-230,50,0,0,0,0,0,0,0,0,0; 50,-460,50,0,0,0,0,0,0,0,0; 0,50,-460,50,0,0,0,0,0,0,0; 0,0,50,-460,50,...
plus de 4 ans il y a | 0
Question
How can i successfully get the PID parameters using the point values from the actual curve graph?
function y=reguladorPID(x,y) Kp= Ti= Td= y=[Kp Ti Td]; end
plus de 4 ans il y a | 1 réponse | 0
0
réponseMatrix multiplication using a for loop
clear all n=16; P1=ones(n); P2=ones(n); for p=1:4:13 A(p,:) = [P1(p,p).*P2(p,1:4) P1(p,p+1).*P2(p,1:4) P1...
plus de 4 ans il y a | 0
| A accepté