Can Matlab be used for making Engineering Drawings?

14 ビュー (過去 30 日間)
Sree
Sree 2018 年 12 月 2 日
回答済み: Sree 2018 年 12 月 2 日
Especially arrows (with their heads touching two parallel ines that are vertical both to the arrow and the object whose dimensions are being indicated; the dimension shown in the blank space in the middle of the arrow)? See attached drawing made by other means (from a Drexel University course document).Engg_Drawing.jpg

採用された回答

Walter Roberson
Walter Roberson 2018 年 12 月 2 日
annotation('arrow') and annotation('text') can be used .
However these use figure coordinates rather than data coordinates which makes them aa nuisance to place properly.
text() can be used to place text in data coordinates .
There are multiple File Exchange contributions for creating arrows including one that creates annotation() arrows given data coordinates and moves them as needed when the axis changes.
  2 件のコメント
John D'Errico
John D'Errico 2018 年 12 月 2 日
You make an interesting point. I'd wonder however, if TMW might be prepared to invest sufficient resources in a product that would face heavy competition. I'd see competition from many sources there: AutoCad, SketchUp, Reddit, Photoshop Sketch, Illustrator Draw, Sketchbook, Sketchpad, etc. I'm sure I missed a few. And with all the cheap or even free apps out there, would they want to enter that market segment?

サインインしてコメントする。

その他の回答 (1 件)

Sree
Sree 2018 年 12 月 2 日
Thanks for the answers. Matlab is strong because of such a generous user community, willing to share expertise and patiently guide those who are inexperienced or are in a hurry. In any case, with "one-finger typing" I managed to solve my annotation problem (see attached Figure). I was not advocating that Matlab compete with Autocad etc. but just increase the users' options a bit.

カテゴリ

Find more on Language Fundamentals in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by