Bug in "apply"
|
04-06-2018, 11:20 PM
Post: #1
|
|||
|
|||
Bug in "apply"
When I have: matrix m1 and do: apply(x->sin(x),row(m1,1)), OK, but when I do apply(x->sin(x),row(m1,1)*pi/180) or apply(x->sin(x*pi/180),row(m1,1)) it crashes the VC, it does not matter if I do * or .*. BTW I have the latest version of VC.
|
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Bug in "apply" - John P - 04-06-2018 11:20 PM
RE: Bug in "apply" - Arno K - 04-07-2018, 08:38 AM
RE: Bug in "apply" - DrD - 04-07-2018, 09:33 AM
RE: Bug in "apply" - John P - 04-07-2018, 11:51 PM
|
User(s) browsing this thread: 1 Guest(s)