Call a function with output as values rather than function.
정보
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
이전 댓글 표시
I need to call a function say funt (x) with output y
x = [10 ,20, 30,40,50 ] y = [ 45 ,63,65,57,78] ( just some values obtained with extensive computation)
How to write this function and call funct (20) to obtain output 63.
댓글 수: 0
답변 (0개)
이 질문은 마감되었습니다.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!