My problem is to make a dive profile showing dynamic graphs,i.e. depth vs time graphs. having some rules that could be if we dive descend in some specified time, the partial pressure of oxygen might change with respect to depth etc. Three graphs 1) loop volume, 2) PPO2 3) Oxygen level would be interconnected with the main one i.e. depth vs time. if we dive to some certain depth the graphs should show the changed ppo2, loop volume and oxygen level. Can any one tell which tool or method would be easy to solve this problem?

 채택된 답변

Walter Roberson
Walter Roberson 2011년 6월 2일

0 개 추천

What would be the mechanism of "diving" ? uicontrol() of Style slider? If so then the Callback for the uicontrol can make the interlinked changes.

추가 답변 (1개)

john M
john M 2011년 6월 3일

0 개 추천

it is mechanism of diving. is uicontrol of style slider can show my results in shape of graphs?

댓글 수: 1

Walter Roberson
Walter Roberson 2011년 6월 3일
You can change the contents of graphs by plotting over them or by using set() to change the XData and YData values.
When I am working with multiple graphs, I often find it easier to put each graph in a different uipanel(), but subplot() is also usable.

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 Graph and Network Algorithms에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by