Can anyone help me with understanding this code?

1 次查看(过去 30 天)
Hi, I am trying to figure it out what is the line code is doing. Please help me with understanding it
out=arrayfun(@(x,y)s(x:y),ii1(ii),ii2(ii),'un',0)
Thanks,

采纳的回答

Rik
Rik 2020-5-26
Did you read the documentation for arrayfun? That seems like a good place to start.
The part with 'un' is a bit more tricky though, so I will just give you a direct answer for that. It is a shorthand for 'UniformOutput'. This syntax is fairly common, but should be avoided in case Mathworks decides to add an option to arrayfun or cellfun that starts with un.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Matrix Indexing 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by