![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/3205468_1522094151391_DEF.jpg)
Jeevan Patil
TATA Motors
Followers: 0 Following: 0
Manager in VI department of TML
Professional Interests: Creating mathematical model of various vehicle subsystem
Statistik
RANG
258.677
of 297.016
REPUTATION
0
ANTWORTZUSTIMMUNG
37.5%
ERHALTENE STIMMEN
0
RANG
of 20.419
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 157.725
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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 + ...
fast 13 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
etwa 13 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
first order nonlinear ordinary differential equation simulink
I want to solve first order nonlinear differential equation. dy/dt = 10*y ^ k (y has po...
etwa 13 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 ...
etwa 13 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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) ...
etwa 13 Jahre vor | 1 Antwort | 0
1
AntwortHelp 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
etwa 13 Jahre vor | 0
Frage
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...
etwa 13 Jahre vor | 1 Antwort | 0
1
AntwortNot getting proper output for if logic
Thanks Tabrez, Andrew Newell, it is working fine now
etwa 13 Jahre vor | 0
Frage
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...
etwa 13 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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 ...
etwa 13 Jahre vor | 3 Antworten | 0