Working with points of a plot?

3 ビュー (過去 30 日間)
soloby
soloby 2015 年 6 月 18 日
回答済み: Azzi Abdelmalek 2015 年 6 月 18 日
Is there any way to work with multiple points of a plot?
for example,
if I had 2 points
A= (-2, 3); B = (5, 3);
can I do basic operations like add and multiply of these 4 numbers -2, 3, 5, 3 to get a new plot point say, C = (3, 3)?
like, how do I get (3, 3) or something
  1 件のコメント
Azzi Abdelmalek
Azzi Abdelmalek 2015 年 6 月 18 日
can you explain?

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

回答 (1 件)

Azzi Abdelmalek
Azzi Abdelmalek 2015 年 6 月 18 日
A=[-2, 3];
B =[5, 3];
C=A+B
D=A.*B

カテゴリ

Help Center および File ExchangeAnnotations についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by