photo

Trym Gabrielsen


Last seen: 1 month 前 自 2023 起处于活动状态

Followers: 0   Following: 0

统计学

All
MATLAB Answers

2 个提问
1 个回答

Cody

0 个问题
5 个答案

排名
161,707
of 297,457

声誉
0

贡献数
2 个提问
1 个回答

回答接受率
50.0%

收到投票数
0

排名
 of 20,438

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
51,633
of 158,938

贡献数
0 个问题
5 个答案

评分
61

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Solver

查看徽章

Feeds

排序方式:

提问


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 months 前 | 1 个回答 | 0

1

个回答

已回答
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:...

1 year 前 | 0

| 已接受

提问


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

1 year 前 | 2 个回答 | 0

2

个回答

已解决


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

1 year 前

已解决


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

1 year 前

已解决


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

1 year 前

已解决


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

1 year 前

已解决


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

1 year 前