Statistiques
All
RANG
177 262
of 301 298
RÉPUTATION
0
CONTRIBUTIONS
0 Questions
1 Réponse
ACCEPTATION DE VOS RÉPONSES
0.00%
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
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Réponse apportée
Write a function that returns triangular part of matrix using loops
function summa = halfsum(A) [m,n] = size(A); for ii = 1:m for jj = 1:n if ii > jj A(ii,jj) = 0 ...
Write a function that returns triangular part of matrix using loops
function summa = halfsum(A) [m,n] = size(A); for ii = 1:m for jj = 1:n if ii > jj A(ii,jj) = 0 ...
presque 6 ans il y a | 0
A résolu
Check that number is whole number
Check that number is whole number Say x=15, then answer is 1. x=15.2 , then answer is 0. <http://en.wikipedia.org/wiki/Whole...
presque 6 ans il y a

