Code following function?
古いコメントを表示
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
採用された回答
その他の回答 (1 件)
Walter Roberson
2019 年 9 月 30 日
z = sign(y)
provided that y is real valued.
カテゴリ
ヘルプ センター および File Exchange で R Language についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!