photo

Rylan


Last seen: 2 months 前 自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

8 个提问
1 个回答

排名
210,968
of 300,057

声誉
0

贡献数
8 个提问
1 个回答

回答接受率
37.5%

收到投票数
0

排名
 of 20,866

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 167,162

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1
  • First Answer
  • Revival Level 1

查看徽章

Feeds

排序方式:

提问


Why the thread controlling for MKL do not take effect from a mex function
I'm trying to call the direct sparse solver provided by Intel MKL to solve a large linear sparse system. I need to set the threa...

3 years 前 | 0 个回答 | 0

0

个回答

提问


How to solve the linear system Ax = b in mex file when A is a sparse matrix
I have multiple linear systems Ax = b to be solved in mex function. When A is of small or medium size, A is stored as a full mat...

3 years 前 | 0 个回答 | 0

0

个回答

提问


Why matlab performs much slower on a cluster with 144 cores than on a desktop with only 6 cores when solving a large system
Hello, everyone! Recently I'm trying to solve a quite large system Ax = b, with A an 353344*353344 sparse matrix and nu...

4 years 前 | 0 个回答 | 0

0

个回答

提问


Why the sparse pattern of a sparse matrix changed
I'm building a sparse matrix through the mex function. Both the Ir and Jc properties are appointed in the mex function A. Later,...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Why matlab crash when program tries to deallocate the dynamic memory allocated in fortran module
Hi, every one! I'm trying to write a little lengthy program. This program is speeded up with mex function in language C. Howeve...

4 years 前 | 0 个回答 | 0

0

个回答

提问


How to deallocate the global memory allocated in the mex function if the program has to be terminated outside of the mex function.
Recently I'm confused by a question. I'm developing a numerical model based on matlab, but it runs a little slow. I try t...

5 years 前 | 1 个回答 | 0

1

个回答

提问


How to transfer parameter between C and fortran
Hello, everyone! Recently, I'm trying to add some source files in c and fortran into my program. And parameters is transfered fr...

6 years 前 | 1 个回答 | 0

1

个回答

已回答
Intel Fortran compiler not found
It seems you should make sure the c++ part has been installed when you install the Visual Studio such that matlab can detect ifo...

6 years 前 | 0

提问


Why the same f90 code can be compiled by the linux version of matlab 2017a but not the windows version of matlab 2017a
This is part of the code of the f90 file named turbulence.F90, subroutine report_model ! ! !DESCRIPTION: ! This routine r...

6 years 前 | 0 个回答 | 0

0

个回答