For clarity, the original answer only deals with 2d vectors, but I may not know the size of mine.
Function with multiple inputs to function with vector input
조회 수: 6 (최근 30일)
이전 댓글 표시
f = @(z1, z2, ..., zn) ...
and I would need to unwrap a vector z = [z1, z2, ..., zn] instead:
f = @(z) ...
How can this be done?
댓글 수: 2
채택된 답변
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!