Combine 4 graphs into 1
이전 댓글 표시
To the Matlab Community.
For a university exam, I'm trying to create a code that allows me to plot in a single graph four functions (in four different variables) with different domains.
The resulting graph of the four functions combined, for how the functions are defined, should present, in the jump points between the variables, a continuity. Unfortunately, I do not see a result like that.
In the attached file, there are the functions and the variables. For clarifying:
- v1(x1), with 0<x1<value(1)
- v2(x2), with value(1)<x2<value(2)
- v3(x3), value(2)<x3<value(3)
- v4(x4), value(3)<x4<value(4)
What I would like to get is a graph of the function v1, v2, v3, v4 as functions of the same parameter x, with 0<x<value(4).
Thanks in advance for the help.
댓글 수: 2
jonas
2018년 10월 13일
I don't really understand your question. Can you upload a sketch of your desired graph?
Francesco Tegazzini
2018년 10월 13일
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 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!