I need help writing code
이전 댓글 표시
Hello, help me please sort out my problem. I have some vector k = [0: 0.01: 0.1] and there is a formula I need, let's say y = k * 20. So, with a vector length from 0.05 to 0.1, my formula changes, for example: y = k * 10. Question: how can I plot (k, y) when I change the formula?
답변 (1개)
Cris LaPierre
2021년 5월 12일
0 개 추천
- Ch 4 covers creating arrays
- Ch 6 covers array calculations
- Ch 9 covers plotting
You will likely find the other chapters very helpful as well.
카테고리
도움말 센터 및 File Exchange에서 MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!