Statistiques
2 Questions
0 Réponses
RANG
287 517
of 302 019
RÉPUTATION
0
CONTRIBUTIONS
2 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
100.0%
VOTES REÇUS
0
RANG
of 21 503
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 178 155
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
Feeds
Question
Function outputs NaN for a cell which is assigned a separate value?
I created the following function: function [x] = f(y) x = (y==0).*1+(y~=0).*(1./y); With the following input, it returns th...
plus de 5 ans il y a | 1 réponse | 0
1
réponseQuestion
Symbolic expression behaves differently when referenced in a for-loop
I defined a function f.m: function [x] = f(y) x = 0; for n = 1:4 x = x + y; end When I enter the command x = f((n==1...
plus de 5 ans il y a | 1 réponse | 0

