photo

Jeevan Patil


TATA Motors

Actif depuis 2012

Followers: 0   Following: 0

Message

Manager in VI department of TML
Professional Interests: Creating mathematical model of various vehicle subsystem

Statistiques

MATLAB Answers

8 Questions
2 Réponses

RANG
263 534
of 301 811

RÉPUTATION
0

CONTRIBUTIONS
8 Questions
2 Réponses

ACCEPTATION DE VOS RÉPONSES
37.5%

VOTES REÇUS
0

RANG
 of 21 419

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 176 692

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


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

plus de 14 ans il y a | 1 réponse | 0

0

réponse

Question


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

plus de 14 ans il y a | 1 réponse | 0

0

réponse

Question


first order nonlinear ordinary differential equation simulink
I want to solve first order nonlinear differential equation. dy/dt = 10*y ^ k (y has po...

plus de 14 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 14 ans il y a | 2 réponses | 0

2

réponses

Question


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

plus de 14 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
Help 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

plus de 14 ans il y a | 0

Question


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

plus de 14 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
Not getting proper output for if logic
Thanks Tabrez, Andrew Newell, it is working fine now

plus de 14 ans il y a | 0

Question


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

plus de 14 ans il y a | 2 réponses | 0

2

réponses

Question


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

plus de 14 ans il y a | 3 réponses | 0

3

réponses