NN


Aktiv seit 2012

Followers: 0   Following: 0

Nachricht

Statistik

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

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
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

mehr als 11 Jahre vor | 0

Frage


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...

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
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...

mehr als 11 Jahre vor | 0

Frage


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...

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
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...

mehr als 11 Jahre vor | 0

| akzeptiert

Beantwortet
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...

mehr als 11 Jahre vor | 0

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

mehr als 11 Jahre vor | 2

| akzeptiert