Jeevan Patil
TATA Motors
Followers: 0 Following: 0
Manager in VI department of TML
Professional Interests: Creating mathematical model of various vehicle subsystem
Estadística
8 Preguntas
2 Respuestas
CLASIFICACIÓN
157.876
of 295.486
REPUTACIÓN
0
CONTRIBUCIONES
8 Preguntas
2 Respuestas
ACEPTACIÓN DE RESPUESTAS
37.5%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.236
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.912
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
Feeds
Pregunta
problem in if loop
Dear friends, I want to program following equation. when x1>a1 & x2>a2 F1 = -P21*Apb+Pa*Apt - Fpi - Ff1; F2 = -P21*Apvt + ...
más de 12 años hace | 0 respuestas | 0
0
respuestasPregunta
Condition based differential equation
Hi.. I have follwing differential equation dP/dt = C if P < Pt dP/dt = D*f(P) if P>Pt I want to mak...
casi 13 años hace | 0 respuestas | 0
0
respuestasPregunta
first order nonlinear ordinary differential equation simulink
I want to solve first order nonlinear differential equation. dy/dt = 10*y ^ k (y has po...
casi 13 años hace | 1 respuesta | 0
1
respuestaPregunta
Why solution of this equation is linear in simulink
I have formulated the following equation. dP/dt = (-v/V)P..... first order differential equation.. If i will solve this ...
casi 13 años hace | 2 respuestas | 0
2
respuestasPregunta
Error while using embedded matlab function block in simulink
I want to use this code in the simulink through embedded matlab function block. function [unew] = cycomplet(u,t) ...
casi 13 años hace | 1 respuesta | 0
1
respuestaHelp to build the logic to plot peak vs time
Thanks David, logic given by you is working. problem was not with i, it was with logic only. thanks again
casi 13 años hace | 0
Pregunta
Not able to detect the peak for randon signal
function [maxtab, mintab]=peakdet(v, delta, x) maxtab = []; mintab = []; v = v(:); % Just in case this wasn't...
casi 13 años hace | 1 respuesta | 0
1
respuestaNot getting proper output for if logic
Thanks Tabrez, Andrew Newell, it is working fine now
casi 13 años hace | 0
Pregunta
Help to build the logic to plot peak vs time
t = 0:0.1:10; y = 15*sin(pi*t); [a,b]=peakdetection(y,0.5); if y(i) == a; y(i) = y(i); else...
casi 13 años hace | 2 respuestas | 0
2
respuestasPregunta
Not getting proper output for if logic
if (Proportional_valve == 2); Prr_1UL = min(Mod_P_cutoff,Pr); Prr_1L(i) = min(Mod_P_cutoff,Pr); elseif ...
casi 13 años hace | 3 respuestas | 0