Community Profile

photo

Mohammad


Last seen: 4 years ago Active since 2015

Statistics

  • Thankful Level 3

View badges

Content Feed

View by

Question


Fourier transformed with hanning window : What does it mean?
Hi, my question might be sounded easy question, but there is some knowledge behind that. In short, let us take FFT from a functi...

7 years ago | 1 answer | 0

1

answer

Question


MATLAB GPU Computing Support for NVIDIA CUDA-Enabled GPUs
Hello! GeForce 305M + Windows 7. >> gpuDevice Error using gpuDevice (line 26) No supported GPU device was found on this comp...

8 years ago | 1 answer | 0

1

answer

Question


How to do a double integration using Gauss quadrature?
I am looking for a method that helps me to do a double integration using gauss quadrature? The function (integrand) is not that ...

8 years ago | 1 answer | 0

1

answer

Question


FFT working within MATLAB
We were unable to get the FFT working within MATLAB, but this may be due to our minimal exposure to the concept and incorrect pr...

8 years ago | 1 answer | 0

1

answer

Question


How fix this GaussPivot code, since I got a nonsense results for this specific a, b matrix?
unction x = GaussPivot(a,b) format long % The function solves a system of linear equations ax = b using the Gauss % ...

8 years ago | 0 answers | 0

0

answers

Question


Connection matlab and Java - how they are connected?
I am looking for a way to use matlab code in Java in order to create objects. Instead, writing a code itself in java, is there...

8 years ago | 1 answer | 0

1

answer

Question


what is the function that let me add matrix?
I am looking for a function that can be utilized for adding several matrix, something like as what SIGMA from 1....n where the n...

8 years ago | 1 answer | 0

1

answer

Question


Parallel program required to be fixed for last couple of lines due to extensive time-consuming for saving variables in 3 by 3 matrix
parfor i=1:TotNu a=(fy(i)*eye(3))+(Cyabs(i)*([cosa(i);cosb(i);cosc(i)]*[cosa(i) cosb(i) cosc(i)])); b=a-Czabs(i)*([c...

8 years ago | 2 answers | 0

2

answers

Question


Parallel code for "multi for" loops
How make a multi for loop in parallel? See example below. for i = 1:Nodex for j=1:Nodey nodpos_X((i-1)*Nodey...

9 years ago | 1 answer | 0

1

answer

Question


Best way in Plotting lots of points
I have meshed a plate with 40000 point. Currently it is as following. abc(ii)=plot(kkk(ii,1),kkk((ii+n_node/3),1),'.',... ...

9 years ago | 1 answer | 0

1

answer

Question


Parallel programming and parfor
I have a couple of questions. what is sliced variable? please bring a clear example. How should use parfor when you have a for i...

9 years ago | 1 answer | 0

1

answer

Question


Parallel Matrix Multiplication
I am looking for a short tutorial/example explaining how we do matrix multiplication in parallel. Note that, the size of matrix ...

9 years ago | 1 answer | 0

1

answer