photo

Abeera Tariq


Last seen: fast 4 Jahre vor Aktiv seit 2014

Followers: 0   Following: 0

Nachricht

Statistik

MATLAB Answers

12 Fragen
1 Antwort

RANG
34.729
of 297.503

REPUTATION
1

BEITRÄGE
12 Fragen
1 Antwort

ANTWORTZUSTIMMUNG
66.67%

ERHALTENE STIMMEN
1

RANG
 of 20.449

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 158.938

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • First Review
  • Thankful Level 3
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 9 Jahre vor | 1 Antwort | 1

1

Antwort

Frage


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

fast 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 10 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

fast 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 10 Jahre vor | 2 Antworten | 0

2

Antworten

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

mehr als 10 Jahre vor | 0

Frage


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

mehr als 10 Jahre vor | 2 Antworten | 0

2

Antworten