Code following function?
Ältere Kommentare anzeigen
om = if
How do I code this function? The requirements are that z is a matrix. Thanks.
x=[1:0.01:10]
y=x-4*sin(2*x)-4
Akzeptierte Antwort
Weitere Antworten (1)
Walter Roberson
am 30 Sep. 2019
z = sign(y)
provided that y is real valued.
Kategorien
Mehr zu R Language finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!