photo

Maciej Grybko


Active since 2018

Followers: 0   Following: 0

Statistics

All
MATLAB Answers

3 Questions
1 Answer

File Exchange

1 File

RANK
212,615
of 300,392

REPUTATION
0

CONTRIBUTIONS
3 Questions
1 Answer

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
13,728 of 20,933

REPUTATION
20

AVERAGE RATING
4.00

CONTRIBUTIONS
1 File

DOWNLOADS
2

ALL TIME DOWNLOADS
167

RANK

of 168,335

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • Personal Best Downloads Level 2
  • First Submission
  • Thankful Level 1

View badges

Feeds

View by

Submitted


Wishbones Design Tool
Wishbones Design Tool is used to estimate loads within suspension links and their required sizes.

6 years ago | 2 downloads |

4.0 / 5

Answered
Adding new field to structure array
Okay, I figured it out: fun = @(x, y) (x+y)/2 a = arrayfun(fun, [s.f1], [s.f2], 'UniformOutput',false) [s.f3] = a{:} But sti...

6 years ago | 0

| accepted

Question


Adding new field to structure array
I have a structure vector s with already existing fields f1 and f2. I want to perform calculations on those fields for every sin...

6 years ago | 2 answers | 0

2

answers

Question


Passing multiple variables to function in 1 input
Is there any way to pass multiple variables in a single structure/cell/vector/whatever to a function, so that I can avoid writin...

7 years ago | 3 answers | 0

3

answers

Question


Pass a parameter to vector of variables for fmincon
I have a function of 3 variables stored in vector x and I am looking for its minimum x0 = [20 20 20]; lb = [0 0 0]; u...

7 years ago | 1 answer | 0

1

answer