NN


2012 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

2 質問
5 回答

ランク
4,220
of 300,756

評判
12

コントリビューション
2 質問
5 回答

回答採用率
50.0%

獲得投票数
2

ランク
 of 21,077

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 170,890

コントリビューション
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年 前 | 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年 前 | 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年 前 | 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年 前 | 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年 前 | 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年 前 | 0

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

約13年 前 | 2

| 採用済み