photo

Petter Stefansson


NMBU

自 2016 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

16 个提问
3 个回答

排名
3,844
of 300,851

声誉
14

贡献数
16 个提问
3 个回答

回答接受率
68.75%

收到投票数
6

排名
 of 21,094

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,294

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Knowledgeable Level 1
  • First Answer
  • Thankful Level 3

查看徽章

Feeds

排序方式:

已回答
How to show r square correlation and RMSE on a scatterplot
Given your x and y vectors, perhaps this is what you are looking for? plot(x, y, '*','displayname','Scatterplot') title('scatt...

6 years 前 | 4

| 已接受

提问


Matlab gets basic arithmetic completely wrong!
I just had a Matlab experience that made me question everything. I have two vectors: |v1| and |v2|. Both are of length 10 0...

7 years 前 | 1 个回答 | 0

1

个回答

已回答
mexcuda not finding CUDA 9.0 even when I specify it via setenv('MW_NVCC_PATH',...)
I managed to solve the problem myself by editing the ‘nvcc_msvcpp2015.xml’ file and simply commenting out the line: <cmdRet...

7 years 前 | 0

| 已接受

提问


mexcuda not finding CUDA 9.0 even when I specify it via setenv('MW_NVCC_PATH',...)
When I try to use mexcuda I get the error: Warning: Version 9.0 of the CUDA toolkit could not be found. If installed, set M...

7 years 前 | 2 个回答 | 0

2

个回答

提问


Text/strings not working in Matlab 2018a
I recently upgraded to Matlab 9.4.0.813654 (R2018a) from R2017a (where everything was working fine), and now whenever I plot thi...

8 years 前 | 1 个回答 | 0

1

个回答

提问


Unable to compile cuda code containing dynamic parallelism: Error: “ptxas fatal : Unresolved extern function 'cublasCreate_v2'”
I’m trying to create a simple mex function that calls cublas functions such as cublasDgemm from inside a kernel so I can utilize...

8 years 前 | 2 个回答 | 0

2

个回答

提问


MEX function with CUDA code works once. Then I need to restart Matlab or recompile it!?
I’ve written a |MEX| file that uses the |CUDA| solver, specifically the |cusolverDnDgesvd| function, to compute the equivalent o...

9 years 前 | 2 个回答 | 0

2

个回答

提问


Duplicating an mxArray without first storing it as a plhs?
I’m writing a MEX file in C where I need to duplicate an |mxArray| in the code. What I’m currently doing is this: plhs[0] =...

9 years 前 | 1 个回答 | 0

1

个回答

提问


Compiling CUDA files with mexcuda - why wont Matlab accept my compiler?!
Im trying to compile CUDA files into mex. Matlab ships with an example CUDA file located in |matlabfolder\toolbox\distcomp\g...

9 years 前 | 2 个回答 | 0

2

个回答

提问


Indexing a matrix with another matrix?
Hi. I have a |10000x4| matrix, |Idx|, where each row contains 4 indices to a logical matrix, |A|. I would like to set all ind...

9 years 前 | 1 个回答 | 0

1

个回答

提问


Multiply slices of a 4D array with vectors without nested loops? Is there a function comparable to pagefun for the CPU?
I want to multiply each 2D matrix slice of a 4D matrix, |X|, with a number of vectors, stored in Beta. If I was doing it on the ...

9 years 前 | 1 个回答 | 0

1

个回答

提问


How do I estimate the memory usage of a calculation on the GPU?
Hi. I have a parallel calculation that I’m doing on the GPU to speed up things compared to doing it on the CPU. However, the...

9 years 前 | 1 个回答 | 1

1

个回答

提问


Can I convert long binary strings into unique serial numbers of much shorter length?
I’m generating a very large number of long binary strings, for example: S1 = [0 0 1 1 0 0 0 0 0 0 1 0 1 1 0 0 0 …] S2 = ...

9 years 前 | 2 个回答 | 0

2

个回答

提问


How do I use the recursive dir function in release 2016b?
I’ve installed the pre-release version of matlab 2016b and one of the new features listed in the release notes is that the |dir|...

9 years 前 | 0 个回答 | 0

0

个回答

提问


Getting the regression coefficients for a lower number of Partial Least Squares components than specified by plsregress(X,Y,ncomp) without redoing the whole regression model?
When performing a regression with the |plsregress| command in matlab, you specify the number of components when you fit the mode...

9 years 前 | 0 个回答 | 0

0

个回答

提问


How do I sequentially partition the folds in cross validation?
I’m working on a partial least squares regression problem where I want to set up cross validation with a |cvpartition| object. H...

9 years 前 | 1 个回答 | 1

1

个回答

提问


Advice on vertical edge detection on grayscale image with very weak contrast
I’ve taken a large quantity of X-ray images of wooden samples and in order perform the analysis I’m trying to do I need to extra...

10 years 前 | 1 个回答 | 0

1

个回答

已回答
Bug in Matlab/statistics toolbox or is there a typo in the plsregress example? (or something wrong with my Matlab installation?)
If others are running into the same problem, it seems to be solved by updating to matlab 2016a!

10 years 前 | 0

| 已接受

提问


Bug in Matlab/statistics toolbox or is there a typo in the plsregress example? (or something wrong with my Matlab installation?)
I’m having problems with getting the partial least squares regression to work properly and I suspect that there either is someth...

10 years 前 | 1 个回答 | 0

1

个回答