how can i store multiple values in a single variable and plot a graph?
이전 댓글 표시
If x = 12 + 5
x = 12 - 8
x = 25 * 5
x = 5 /1.2
x = -log(2/5)
all the results a stored in the x values and plot the graph
댓글 수: 1
Yao Li
2013년 5월 14일
What does your equation mean? I think you'd better rearrange your question.
답변 (1개)
Azzi Abdelmalek
2013년 5월 14일
x(1)= 12 + 5
x(2) = 12 - 8
x(3) = 25 * 5
x(4) = 5 /1.2
x(5) = -log(2/5)
plot(x)
카테고리
도움말 센터 및 File Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!