Statistik
RANG
12.134
of 300.765
REPUTATION
4
BEITRÄGE
16 Fragen
2 Antworten
ANTWORTZUSTIMMUNG
75.0%
ERHALTENE STIMMEN
3
RANG
of 21.084
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 170.941
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 Discussions
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
Gaussian quadrature for arbitrary weight functions
Dear all, there are several Matlab codes available to compute an integral of the form with Gaussian quadrature, where is a ...
etwa 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to fix a colormap
Dear all, the following toy problem figure; hold on; [X,Y] = meshgrid(1:0.5:10,1:20); Z = sin(X) + cos(Y); surf(X,Y,Z); co...
etwa 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to get Alpert multiwavelets?
Dear all, I would like to have the Alpert multiwavelets (not a wavelet-transform, only the set of functions). Thanks for any ...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Laplace–Stieltjes transform
Hey, I would like to have an (inverse) Laplace–Stieltjes transform. I know there is a function for the Laplace transform. How...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to define LineSpec in one variable?
Hello everyone, I would like to specify the line properties in one variable. For example, the code plot([1,2],[1,2],'Color',...
etwa 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to define a piecewise anonymous function
Hello everyone, the example code syms x continuous_function = x^2+x; matlabFunction(continuous_function,'Vars',x) gives me...
mehr als 6 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
How to shift a fsurf plot?
Hello, I would like to shift the plot produced by openExample('graphics/ParameterizedSurfacePlotExample') with respe...
mehr als 7 Jahre vor | 1 Antwort | 0
1
AntwortHow to rotate a fsurf plot
Thank you very much. I summarize your idea in this code: % ax = axes('XLim',[-1.5 1.5],'YLim',[-1.5 1.5],'ZLim',[-1.5 1.5...
mehr als 7 Jahre vor | 1
| akzeptiert
Frage
How to rotate a fsurf plot
Hello everyone, the following code rotates the plot that is produced by the function surf(). %example for surf: hsurf=...
mehr als 7 Jahre vor | 2 Antworten | 1
2
AntwortenFrage
How to plot a filled box?
Hello everyone, in 2 dimensions I can plot a shaded rectangle with the following code: h=fill([0,1,1,0],[0,0,2,2],'red...
etwa 8 Jahre vor | 1 Antwort | 1
1
AntwortFrage
Anonymous function with vector instead of multiple inputs
Hello everyone, I have the following example code that creates an array of functions. The size of the array and the number ...
etwa 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to set legend for filled areas.
Hello everyone, the following code creates a figure with two shaded areas. My question is, how to label the areas by a legend...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to force eig() to return a triangular matrix
Hello everyone, the following code gives an example, where eig() should use the cholesky decomposition, i.e. should return a ...
mehr als 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How to determine Coordinates in a plot
Hello everyone, I have the following simplified code, creating a subplot in one larger main plot. I want to draw a line betwe...
mehr als 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How to set space-varying boundary conditions?
Hello, the following code gives 6 faces. I want to add a space-varying boundary condition for one face (F6). I think it is no...
fast 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How the implement a 3-fold sum?
Hello, there are answers for implementing a double sum. But what about a 3-fold sum of the type \sum (x_i*y_j*z_k)*M_{i,j,k...
fast 9 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
How to fill a 3D plot?
Hello everyone, I have the following code showing a square. What I have to do to get it filled? Many thanks! figure...
etwa 9 Jahre vor | 2 Antworten | 0
