Hello, I am doing a finite element analysis of truss. I have plotted the truss. However, I also want to display an arrow sign at point where loads are assigned with respective directions. How do I plot it in the same figure?

 채택된 답변

KSSV
KSSV 2020년 6월 11일

0 개 추천

Read about quiver. You can make your force a vector and plot it using quiver.

댓글 수: 6

Rupesh Uprety
Rupesh Uprety 2020년 6월 11일
편집: Rupesh Uprety 2020년 6월 11일
Is it available in Matlab 2018a version ?
KSSV
KSSV 2020년 6월 11일
It is a classic way of plotting vectors....it will be definitely available. It is introduced in 2006a.
You can simply try help quiver. You will get the working examples.
Rupesh Uprety
Rupesh Uprety 2020년 6월 11일
Thanks, It worked well. However, there a slight problem. ir seems like the size of the arrow is shown according to the magnitude of force. say i plotted 15kN and 1500kN , then at the point of 15kN, the arrrow seems to very very small(almost invisible). is there anyway to tackle the issue?
KSSV
KSSV 2020년 6월 11일
Multiple work arounds. I agree quiver is bit tedious in arrow visualization. 1. You can try specifying the arrow size. 2. You can normalise the data. 3. You can try downloading quiver codes from file exchanging.
Rupesh Uprety
Rupesh Uprety 2020년 6월 11일
Thanks for the information. I am also having problem creating dropdown list in a column cells in table in app designer, can you help on it? say i have four column and i want to make the entire cell in the last column to dropdown list. the row number depends on the user and can change.
KSSV
KSSV 2020년 6월 11일
No man...Iam not into that. You may post a question on this.

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

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Develop Apps Using App Designer에 대해 자세히 알아보기

태그

질문:

2020년 6월 11일

댓글:

2020년 6월 11일

Community Treasure Hunt

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

Start Hunting!

Translated by