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
답변 (1개)
이 질문은 마감되었습니다.
참고 항목
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!