This is a code to solve simultaneous equations as lines how can I make it shorter?maybe defining it as a function?
    2 vues (au cours des 30 derniers jours)
  
       Afficher commentaires plus anciens
    
I want to make shorter is there any way to do that
1 commentaire
  Walter Roberson
      
      
 le 4 Déc 2016
				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?
Réponses (1)
  Tamir Suliman
      
 le 3 Déc 2016
        
      Modifié(e) : Tamir Suliman
      
 le 3 Déc 2016
  
      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
Voir également
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

