統計
MATLAB Answers
12 質問
0 回答
ランク
of 171,413
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
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
