![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/10317129_1522135725624_DEF.jpg)
geometry geometry
Followers: 0 Following: 0
Statistik
18 Fragen
0 Antworten
RANG
40.100
of 297.046
REPUTATION
1
BEITRÄGE
18 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
50.0%
ERHALTENE STIMMEN
1
RANG
of 20.422
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 157.776
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
Deblurring image with deconvolution
I have a picture 'image.jpg' that is blurred with function sin(x+y). How can I deblur it with deconvolution?
mehr als 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How can I clear the noise from a picture
Assume that a picture is multiplied by the noise sin(Ax+By). how can I clear the noise using deconvolution?
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Where is the problem with my code. it never ends !!
What is the problem with the following code? It calculates the exponential coefficients fo fourier series of periodic functio...
fast 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
creating function matlab code
How can write a function DFT(x) (in terms of jw) such that for the given discrete signal x[n]: <</matlabcentral/answers/uploa...
fast 7 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Error: Conversion to logical from sym is not possible.
Why I get the error in title? syms x h myconv myconv=0; h=0; x(n)=(1/2^(-n+1))*(heaviside(n+2)-heaviside(n-2)); ...
fast 7 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
why I get error using stem?
I tried this code to stem the convolution of two discrete time signals x and h without using conv function. but I get error e...
fast 7 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
why I'm getting error with symsum?
I have tried this code to calculate energy and power of discrete time functions. but I get errors. how can I fix it? syms ...
fast 7 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Calculating energy and power of a signal
I tried this code to calculate energy and power of the input function f(x). but I get error. how can I fix it? syms x y z e...
fast 7 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
why is my plot shows nothing?
why is my plot shows nothing? syms w w=-1*10*pi:0.005:10*pi; plot(w,sqrt(w.^2+w.^6)/(1+w.^4),'b');
fast 7 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
how can I write a function y(n) in terms of function x(n)?
I run this code and I get error. (the error is for function y which contains function x in its defenition). how can i fix this e...
fast 7 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Showing data values on markers in figure
When I run: x=0.4:3.6; x1=[.4 1 1.4 2 2.4 3 3.6]; y1=[17.25 33.6 36.72 37.2 36.8 36.75 32.7]; plot(x1,y1,'Marker','s...
etwa 7 Jahre vor | 1 Antwort | 1
1
AntwortFrage
Plotting dirac delta function's spectrum
I used the following code to plot the spectrum of some functions. but it doesn't work for the function dirac(t-t0) at t0=0. How ...
mehr als 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Error using plot ; spectrum of function
Why I get error using the following code? syms t w; syms g h; g=fourier(exp(-1*(t^2))); h=abs(g); w=-10.1:10.1; plot...
mehr als 7 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Polar : ERROR: Data must be numeric, datetime, duration or an array convertible to double.
In this code I want to enter the function f(r) in terms of 'r' and then plot its figure with polarplot and calculate grad(f(r)) ...
mehr als 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Error: The size of X must match the size of U or the number of columns of U.
What's the problem with this code? when I run it the following Error occurs: Error using quiver The size of X must match ...
fast 8 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
How to use gradient?
what is the problem with the following code? f=input('enter function: ','s') [DX,DY] = -gradient(f); f = str2func(['@...
fast 8 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Error using contour: Z must be at least a 2x2 matrix.
What's the problem with the following code? f=input('enter function: ','s'); f = str2func(['@(x,y)' vectorize(f)]); [...
fast 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
ERROR: Z must be a matrix, not a scalar or vector.
What's the problem with the following code? syms x y; f=input('enter function: ','s'); f = symfun(eval(f), [x y]); [...
fast 8 Jahre vor | 1 Antwort | 0