Community Profile

photo

Pritesh Patel


Indian Institute of Technology, Delhi

Last seen: 2개월 전 2022년부터 활동

Followers: 0   Following: 0

연락

Research Scholar in control and Automation, Electrical Engineering, IIT Delhi

통계

All
  • Solver

배지 보기

Feeds

보기 기준

문제를 풀었습니다


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

거의 2년 전

질문


How to load intermediate variable into workspace while using ode45 ?
function dx=system (t,x) dx=-x(1); a=1; end %% function main tspan=1:100; x0=0; [t,x]=ode45(@system, tspan,x0...

거의 2년 전 | 답변 수: 2 | 0

2

답변