Info
此问题已关闭。 请重新打开它进行编辑或回答。
Writing function that ether gives as a result or that uses a two-dimensional array as input?
2 次查看(过去 30 天)
显示 更早的评论
Hello.
I have been trying for hours to get a function to work as for example
function [data] = failure(value, somethingElse)
where data is a 2x2048 double array, or value being a 2x2048 double array. I don't need both to be 2x2048 but I fail to make any function using such a variable, does any one know how a function using that kind of variables would look like?
Regards
1 个评论
Azzi Abdelmalek
2014-12-19
编辑:Azzi Abdelmalek
2014-12-19
This is not clear. We don't know what your function has to do
此问题已关闭。
另请参阅
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!