What is the possible MATLAB code that plots this function?
조회 수: 8 (최근 30일)
이전 댓글 표시
As I am fairly new to the matlab, I really apologize for asking this question but I would appreciate any answer as I am learning
I need to know the MATLAB function that plots the following function
y = 1/(a-b*x)
where x changes in increments of 1, and a=2, b=3
take x from 1 to 10.
Thank you very much guys for your help in advance.
Sincerely
댓글 수: 0
채택된 답변
Walter Roberson
2013년 11월 5일
Initialize your variables. Create x as a vector. Calculate y. plot() the result.
Caution: in MATLAB you will need to use ./ instead of / to do the division in your formula.
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Logical에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!