photo

Mohammad


Last seen: 6 years 前 自 2015 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

12 个提问
0 个回答

排名
207,384
of 300,900

声誉
0

贡献数
12 个提问
0 个回答

回答接受率
50.0%

收到投票数
0

排名
 of 21,106

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,578

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0

1

个回答