photo

Victoria Loh


Actif depuis 2017

Followers: 0   Following: 0

Statistiques

MATLAB Answers

2 Questions
0 Réponses

RANG
101 113
of 301 296

RÉPUTATION
0

CONTRIBUTIONS
2 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
100.0%

VOTES REÇUS
0

RANG
 of 21 225

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 173 832

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 2
  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


When solving for x in Ax=b, why is A\b faster that A^-1 * b?
if true % code A = [1,2,-1;2,5,-1;1,3,-3]; b = [6;13;4]; tic for i=1:1000 X = A\b; end toc tic for i=1:1000...

environ 8 ans il y a | 1 réponse | 0

1

réponse

Question


How do I identify each element in a cell array as a string or a number?
I have a cell array A = {2,8,10,'Good',15,3,21,'Morning',12,26,9,'Joe'}. I want to perform a function on each element depending...

presque 9 ans il y a | 2 réponses | 0

2

réponses