Statistics
RANK
4.375
of 295.569
REPUTATION
12
CONTRIBUTIONS
2 Questions
5 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
2
RANK
of 20.247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154.105
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
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
ongeveer 12 jaar ago | 0
Question
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...
ongeveer 12 jaar ago | 1 answer | 0
1
answerIncorporate 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...
ongeveer 12 jaar ago | 0
Question
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...
ongeveer 12 jaar ago | 1 answer | 0
1
answerError 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...
ongeveer 12 jaar ago | 0
| accepted
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...
ongeveer 12 jaar ago | 0
image to an array
Might help Imagearray=double(imread('image's name (path).Image type e.g. tiff'));
ongeveer 12 jaar ago | 2
| accepted