Function of a function\

1 vue (au cours des 30 derniers jours)
Adzlxix
Adzlxix le 3 Déc 2015
Commenté : John D'Errico le 12 Déc 2015
Q
  1 commentaire
John D'Errico
John D'Errico le 12 Déc 2015
It is a disservice to answers when you delete your question, an insult to the person who bothered to answer your question. You make this question useless for anyone who will ever bother to look at it, because the answer is meaningless without a question.

Connectez-vous pour commenter.

Réponse acceptée

James Tursa
James Tursa le 3 Déc 2015
Modifié(e) : James Tursa le 3 Déc 2015
  2 commentaires
Adzlxix
Adzlxix le 3 Déc 2015
Ide just like the specifics of the actual function. As in how would i write a11 and a12...ann ect
Walter Roberson
Walter Roberson le 3 Déc 2015
Modifié(e) : James Tursa le 4 Déc 2015
You are given the matrix; you do not need to write a12...ann etc.
function x = solve_system(a,b)
x = a\b;

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Get Started with MATLAB dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by