Given that t is in increments 0.1 and goes from 0 to 20, how can I make a variable that consists of 5t^2?
조회 수: 12 (최근 30일)
이전 댓글 표시
First I made x as:
>> t = 0:0.1:20
I have tried numerous ways to get a variable consisting of 5t^2 and have the same result. It ends up generating a 1x201 row vector with values from 0 to 2.
I believe it is only multiplying 5 by the 0.1 increment but not the actual values. Any solutions?
댓글 수: 2
답변 (1개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Logical에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!