Plotting real-time from function
조회 수: 2 (최근 30일)
이전 댓글 표시
Hello Everyone!
I got a question for you. I have a function, and I want to plot it in GUI real-time. As you can see below, (fi_t) is my function which I got with solve and subs.(fipont_t) is the derivative of (fi_t). I got these two functions like ( t, the time is here the only variable). I want to plot (fi_t) first, with "for", where ( fi(i) )is the numeric form of ( fi_t ) for every ( tnum(i)). tnum is time so I want to plot from 0 to 10 s, get the numeric form of fi_t of every 0.01 s, but it doesnt work with subs. Can anyone help me? Thanks a lot.

댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Use MATLAB Language to Create and Execute a Real-Time Application에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!