how to convert from functions to matrix?
Show older comments
I hope to make matrix about functions such as y=sinx
In other words, y=sinx functions' graph will be corresponded to m x n matrix.
For example, when I have a 300 x 200 matrix with a origin of (150,1), I want to call the value of the path through which the sin function passes in this matrix one.
how to do it?
Thanks
3 Comments
KSSV
on 11 Sep 2020
If x is a matrix....then y = sin(x) will give you matrix as output...what you want?
madhan ravi
on 11 Sep 2020
Doesn’t make any sense?
kisik KIM
on 11 Sep 2020
Accepted Answer
More Answers (0)
Categories
Find more on Creating and Concatenating Matrices in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!