Statistik
2 Fragen
0 Antworten
RANG
232.479
of 301.252
REPUTATION
0
BEITRÄGE
2 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
0.0%
ERHALTENE STIMMEN
0
RANG
of 21.207
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 173.657
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Discussions
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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]
mehr als 12 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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
mehr als 12 Jahre vor | 4 Antworten | 0