photo

Trym Gabrielsen


Last seen: ungefär en månad ago Active since 2023

Followers: 0   Following: 0

Statistics

All
MATLAB Answers

2 Questions
1 Answer

Cody

0 Problems
5 Solutions

RANK
110 587
of 297 503

REPUTATION
0

CONTRIBUTIONS
2 Questions
1 Answer

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
0

RANK
 of 20 449

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
51 649
of 159 017

CONTRIBUTIONS
0 Problems
5 Solutions

SCORE
61

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Solver

View badges

Feeds

View by

Question


Efficiency of "quadprog" in MATLAB
I need to use a QP solver for an NMPC (with SQP) scheme I am writing in MATLAB. I am mostly writing everything from scratch, bo...

9 månader ago | 1 answer | 0

1

answer

Answered
Setting the editor (not Live editor) text and background colors from code
As suggested by @Rik, I had a look in the "MATLAB Schemer" package, to see how it is done there. I found the following methods:...

ungefär ett år ago | 0

| accepted

Question


Setting the editor (not Live editor) text and background colors from code
I am trying to make a function that allows me to quickly change the color scheme of my MATLAB editor. I found here:Access and Mo...

ungefär ett år ago | 2 answers | 0

2

answers

Solved


Fibonacci sequence
Calculate the nth Fibonacci number. Given n, return f where f = fib(n) and f(1) = 1, f(2) = 1, f(3) = 2, ... Examples: Input...

mer än ett år ago

Solved


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

mer än ett år ago

Solved


String Logic 18
Examples: 'DIG' --> 'DG' 'IMPORTANT' --> 'IPRAT' 'DEAL' --> 'DA' 'LIMB' --> 'LM' 'MOSTLY' --> 'MSL'

mer än ett år ago

Solved


String Logic 8
Example: 'CAT' --> 65 'DOG' --> 68 'ROSY' --> 79 'MATLAB' --> 65 'TRUST' --> 82 'MOSTLY' --> 76

mer än ett år ago

Solved


Alternative Dimensions
Given a multidimensional matrix, transform the matrix so the dimensions are in the order given by variable ord. For example, giv...

mer än ett år ago