photo

Pontus Vikstål


Last seen: 4 months 前 自 2016 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

10 个提问
2 个回答

排名
3,606
of 297,503

声誉
15

贡献数
10 个提问
2 个回答

回答接受率
80.0%

收到投票数
13

排名
 of 20,449

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 159,017

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Review
  • Thankful Level 3
  • First Answer

查看徽章

Feeds

排序方式:

提问


Problem with white lines showing up when exporting surf plots
How can I get rid of white lines that appear when you export a surf plot as eps or pdf? I've already checked out the following ...

5 years 前 | 1 个回答 | 1

1

个回答

提问


Why does the resolution become extremely bad when increasing the linewidth when using the the circle as marker.
As the title is conveying. % Example x = -pi:pi/10:pi; y = tan(sin(x)) - sin(tan(x)); % Plot sc = scatter(x,y,3*100); sc....

5 years 前 | 2 个回答 | 0

2

个回答

提问


How to turn off cmd+mouse wheel zoom in live editor Matlab
As the title says; How can I turn off the feature that zooms in on the live editor when holding down the cmd button and using th...

5 years 前 | 3 个回答 | 9

3

个回答

已回答
Switch two row of matrix
This way might be even faster. A = [1 3 4; 2 4 5] x = [0 1;1 0]; A = x*A Then there's also this way A = [1 3 4; 2 4 5] A =...

5 years 前 | 1

提问


How to pass a struct as name-value-pairs to a function?
Is it possible to convert a struct to name-value-pairs that is then fed to a function that takes Name-Value pairs as input argum...

5 years 前 | 2 个回答 | 1

2

个回答

提问


Optimize function with Bayesian Optimization
Hi, I'm working with a simple example in trying to understand Bayesian Optimization. Suppose I want to find the minimum of the...

6 years 前 | 1 个回答 | 0

1

个回答

提问


Matlab container map with repeated keys
Consider the following container map k = ["Jan" "Feb" "Jan" "Mars"]; % Notice that there are two repeated elements which is "Ja...

6 years 前 | 0 个回答 | 0

0

个回答

提问


How to convert array to tuple?
How can I convert an array a = [1, 2, 3]; to a tuple a = (1, 2, 3) Or let's suppose that I have a matrix. A...

6 years 前 | 1 个回答 | 0

1

个回答

已回答
R2018b / R2019a runs very slow on macOS 10.14
I have exactly the same problem on my MacBook. When I click on a line in a script it takes about a second cursor to appear, it's...

6 years 前 | 1

提问


How to create N-tuples in Matlab?
What would be the easiest way to create a list of n-tuples in Matlab? For example, if I want to generate all possible 3-tuple...

6 years 前 | 3 个回答 | 0

3

个回答

提问


How to create a set subsets?
How can I create a set S that includes a set of subsets. This is how it would look like in python S = [[1,4,7],[1,4],[4,5,7],...

6 years 前 | 1 个回答 | 0

1

个回答

提问


Why is my subplot in for loop only plotting in one of the figures?
Hi! I'm trying to figure out why my code isn't working? My code is only displaying the values in the second subplot, and I don'...

8 years 前 | 1 个回答 | 0

1

个回答