Feeds
질문
How can I use structs as x input for Matlabs optimization methods?
My functions look like that: function area_rectangle = area_rectangle(input_variables) if ~isfield(input_variabl...
거의 11년 전 | 답변 수: 2 | 0
2
답변질문
How can I implement an array of function handles that takes a struct as input and calculates the function value for each function handle?
I have function handles, e.g. area_rectangle and area_circle, and structs that contain information like input_variables.height =...
거의 11년 전 | 답변 수: 1 | 0

