This is a code to solve simultaneous equations as lines how can I make it shorter?maybe defining it as a function?

1 回表示 (過去 30 日間)
I want to make shorter is there any way to do that
  1 件のコメント
Walter Roberson
Walter Roberson 2016 年 12 月 4 日
Other than the line
disp('The lines are perpendicular to each other ');
what are the differences between the last second and third blocks in your plot? Perhaps they could be combined into one.
What should your code do if the last elseif is not true?

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

回答 (1 件)

Tamir Suliman
Tamir Suliman 2016 年 12 月 3 日
編集済み: Tamir Suliman 2016 年 12 月 3 日
you could shorten it with many ways others also might be able to provide also different options
my answer is you could use a function that takes vectors or matrix fo a b and c
and then take the vector elements to be processed
function (v) v=[3 2 -5] a =v(1) b =v(2) c=v(3)
Please also add legends to your plot and titles
  1 件のコメント
Gonzalo Reina
Gonzalo Reina 2016 年 12 月 3 日
Thanks I already thought of using matrices but they want me to show how it can be solved algebraically But thanks I'll add the legend and title

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

カテゴリ

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

タグ

製品

Community Treasure Hunt

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

Start Hunting!

Translated by