Statistics
12 Questions
0 Answers
RANK
149,018
of 300,756
REPUTATION
0
CONTRIBUTIONS
12 Questions
0 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 21,077
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 170,890
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
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...
9 years ago | 1 answer | 0
1
answerQuestion
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...
9 years ago | 1 answer | 0
1
answerQuestion
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 ...
10 years ago | 1 answer | 0
1
answerQuestion
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...
10 years ago | 1 answer | 0
1
answerQuestion
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 % ...
10 years ago | 0 answers | 0
0
answersQuestion
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...
10 years ago | 1 answer | 0
1
answerQuestion
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...
10 years ago | 1 answer | 0
1
answerQuestion
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...
10 years ago | 2 answers | 0
2
answersQuestion
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...
10 years ago | 1 answer | 0
1
answerQuestion
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),'.',... ...
10 years ago | 1 answer | 0
1
answerQuestion
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...
10 years ago | 1 answer | 0
1
answerQuestion
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 ...
10 years ago | 1 answer | 0
