photo

Jeevan Patil


TATA Motors

2012년부터 활동

Followers: 0   Following: 0

메시지

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

통계

MATLAB Answers

8 질문
2 답변

순위
162,329
of 301,653

평판
0

참여
8 질문
2 답변

답변 채택
37.5%

획득한 표
0

순위
 of 21,377

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 175,992

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


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

대략 14년 전 | 답변 수: 0 | 0

0

답변

질문


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

14년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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

14년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

14년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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

14년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
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

14년 초과 전 | 0

질문


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

14년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
Not getting proper output for if logic
Thanks Tabrez, Andrew Newell, it is working fine now

14년 초과 전 | 0

질문


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

14년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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

14년 초과 전 | 답변 수: 3 | 0

3

답변