Abeera Tariq - MATLAB Central
photo

Abeera Tariq


Last seen: 4 years 前 自 2014 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB AnswersFrom 08/14 to 04/25Use left and right arrows to move selectionFrom 08/14Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

12 个提问
1 个回答

排名
34,729
of 298,264

声誉
1

贡献数
12 个提问
1 个回答

回答接受率
66.67%

收到投票数
1

排名
 of 20,554

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 160,718

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Review
  • Thankful Level 3
  • First Answer

查看徽章

Feeds

排序方式:

提问


mex code did not give improvements as compraed to matlab code
I converted a piece of Matlab code into mex. but I am not getting the time efficiency and it is far slower than matlab code. I d...

10 years 前 | 1 个回答 | 0

1

个回答

提问


configuration of lapack and blas in matlab
I want to use Matlab for mex files using lapack or blas library.. I have no idea how to configure matlab for blas or lapack

10 years 前 | 1 个回答 | 1

1

个回答

提问


float input data for mex not compiling the code
i am trying to compile this code for mex file.. but getting errors with input data types.. void loopy( float ...

10 years 前 | 1 个回答 | 0

1

个回答

提问


getting link error in mex or cuda
I am trying to compile a cuda file but getting the error in linkage >> nvmex -f nvmexopts.bat AddVectors....

10 years 前 | 1 个回答 | 0

1

个回答

提问


one input in mex is not read correctly
This is the code for mex file I created. mex file reads one input matrix I perfectly fine. but the values of other input m...

10 years 前 | 1 个回答 | 0

1

个回答

提问


how to allocate memory for these arrays.. in mex
i am trying to compile a mex file. which has variable sized arrays and i found out these arrays should be dynamically allocated....

10 years 前 | 1 个回答 | 0

1

个回答

提问


Need to find out errors in mex
I am trying to make file of this code. mex file is created but when i try to use this mex file my matlab crashes can someone ...

10 years 前 | 1 个回答 | 0

1

个回答

提问


needed help for mex with 3D output matrix
It is the code for mex I am trying to generate.. it generates mex file successfully but matlab crashes out.. can someone spot...

10 years 前 | 1 个回答 | 0

1

个回答

提问


What can be the vectorization of this code?
I am trying to vectorize this code.. what can be the vectorization of this code with input data function hat_y=omp(s...

10 years 前 | 0 个回答 | 0

0

个回答

提问


I need to optimize my matlab code through vectorization
I need to vectorize this loop in code.. can someone guide? function X = IDWT2DCT(x,Dct_matrix,IW_matrix) [K,MN]=size(x);...

10 years 前 | 1 个回答 | 0

1

个回答

提问


How to optimize this matlab code?
I am new to matlab and trying to optimize this matlab code through optimization function X = DWT2DCT(x,Dct_matrix,W_matrix)...

10 years 前 | 2 个回答 | 0

2

个回答

已回答
problem in using matlab mpi for parallel processing..
can you help me in installation of matlab mpi?

10 years 前 | 0

提问


if i have MxLxN matrix where N is number of slices and MxL are 2D image slices.
If i have MxLxN matrix where N is number of slices and MxL are 2D image slices. How can i visualize that 3D matrix

10 years 前 | 2 个回答 | 0

2

个回答