Feeds
질문
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년 전 | 답변 수: 1 | 0
1
답변질문
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년 초과 전 | 답변 수: 1 | 0
1
답변질문
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년 전 | 답변 수: 1 | 0
1
답변질문
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년 전 | 답변 수: 1 | 0
1
답변질문
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년 초과 전 | 답변 수: 0 | 0
0
답변질문
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년 초과 전 | 답변 수: 1 | 0
1
답변질문
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년 초과 전 | 답변 수: 1 | 0
1
답변질문
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년 초과 전 | 답변 수: 2 | 0
2
답변질문
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년 초과 전 | 답변 수: 1 | 0
1
답변질문
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년 초과 전 | 답변 수: 1 | 0
1
답변질문
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년 초과 전 | 답변 수: 1 | 0
1
답변질문
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년 초과 전 | 답변 수: 1 | 0
