photo

Carolin Katzschke


Last seen: plus de 2 ans il y a Actif depuis 2015

Followers: 0   Following: 0

Statistiques

All
MATLAB Answers

2 Questions
0 Réponses

Cody

0 Problèmes
3 Solutions

RANG
208 892
of 297 457

RÉPUTATION
0

CONTRIBUTIONS
2 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
100.0%

VOTES REÇUS
0

RANG
 of 20 438

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG
70 368
of 158 938

CONTRIBUTIONS
0 Problèmes
3 Solutions

SCORE
40

NOMBRE DE BADGES
1

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Solver
  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

A résolu


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

plus de 6 ans il y a

A résolu


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

plus de 6 ans il y a

A résolu


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

plus de 6 ans il y a

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

presque 10 ans il y a | 2 réponses | 0

2

réponses

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

presque 10 ans il y a | 1 réponse | 0

1

réponse