Function of a function\
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Q
1 commentaire
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.
Réponse acceptée
James Tursa
le 3 Déc 2015
Modifié(e) : James Tursa
le 3 Déc 2015
2 commentaires
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;
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Get Started with MATLAB dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!