NN


自 2012 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

2 个提问
5 个回答

排名
4,227
of 300,863

声誉
12

贡献数
2 个提问
5 个回答

回答接受率
50.0%

收到投票数
2

排名
 of 21,100

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,413

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Review
  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

查看徽章

Feeds

排序方式:

已回答
What is this error means? on mac r2012b: "Undefined function 'impulse' for input arguments of type 'double'."
It seems that your function is not defined. e.g. try something like this to define a function impuls= @(x,y) x+y

13 years 前 | 0

提问


Complex Variables and Memory mapping
Hi, does anyone know if it is possible to use memory mapping with complex variables? I wanted to use the memmapfile construct...

13 years 前 | 1 个回答 | 0

1

个回答

已回答
Incorporate images taken from different heights and form a 3D model
I would try imread. If you want to do any calculation with them I would use something like: for k=1:n A(k,:,:)=d...

13 years 前 | 0

提问


How can I save a huge matrix to a mat file?
Hi everyone, I've got a small problem I am working with large matrices and it seems that matlab cant save them as soon as the...

13 years 前 | 1 个回答 | 0

1

个回答

已回答
Error problems when trying to solve cubic equation
Have a look at the manual. roots needs an array of coefficients to solve the problem. You gave it an equation. I am also not q...

13 years 前 | 0

| 已接受

已回答
Convolution of Fourier Series Coefficients
As far as I know the convolution theorem is only valid if you convolute the full time series with each other, else wise you will...

13 years 前 | 0

已回答
image to an array
Might help Imagearray=double(imread('image's name (path).Image type e.g. tiff'));

13 years 前 | 2

| 已接受