Statistiques
2 Questions
0 Réponses
RANG
284 899
of 301 809
RÉPUTATION
0
CONTRIBUTIONS
2 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
0.0%
VOTES REÇUS
0
RANG
of 21 414
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 176 674
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
How do I write a MATLAB code for A (in body) that doubles the elements that are greater than 6, and raises to the power of 2 the elements that are negative but greater than -2?
A=[5 10 -3 8 0; -1 12 15 20 -6]
plus de 12 ans il y a | 2 réponses | 0
2
réponsesQuestion
How can I write the MATLAB code f(x) = x + 5 for 0<x<10?
The following code did not solve the problem. if ((0 < x) | (x < 100)) y = x + 5 end
plus de 12 ans il y a | 4 réponses | 0