photo

Carolin Katzschke


Last seen: 3 years ago Active since 2015

Followers: 0   Following: 0

Statistics

All
MATLAB Answers

2 Questions
0 Answers

Cody

0 Problems
3 Solutions

RANK
153,999
of 300,381

REPUTATION
0

CONTRIBUTIONS
2 Questions
0 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 20,941

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
73,304
of 168,477

CONTRIBUTIONS
0 Problems
3 Solutions

SCORE
40

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Solver
  • Thankful Level 1

View badges

Feeds

View by

Question


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...

10 years ago | 2 answers | 0

2

answers

Question


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 =...

10 years ago | 1 answer | 0

1

answer