Statistik
20 Fragen
0 Antworten
RANG
5.257
of 295.448
REPUTATION
9
BEITRÄGE
20 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
75.0%
ERHALTENE STIMMEN
9
RANG
of 20.227
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.872
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
Symbolic limit does not perform the calculation
I'm trying to calculate a symbolic limit but, somehow, the calculation is not being performed...it returns the same function. I ...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Symbolic summation: how to set this index?
I'm trying to write the following symbolic sum in matlab: However, I can't define the function: T=(a^(mod(j-3,n))+ a^(n-mo...
fast 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Substituting an expression not giving intended result
I'm trying to simplify the following expression using the subs function. In the code below, I was expecting Asubs = 3*Phi. Any i...
fast 6 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Symsum not making the calculation
I'm running the following symsum script: clear all; clc; syms n k S3 = symsum(((2-sqrt(3))^(k-2)+(2-sqrt(3))^(n+2-k)+(...
fast 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Output formatting for symsum script
I'm running the following symsum script: clear all; clc; syms n j S3 = symsum((2-sqrt(3))^(j-2)+(2-sqrt(3))^(n+2-j)+(2-s...
fast 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Writing function based on a vector of roots
In the following code, one of lines plotted is a vector of solutions to a nonlinear function (plotted against a parameter). I wa...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to put latex in Xtick label? (Matlab 2015b)
How can I have latex \mu and \mu_2 on the dotted lines Xtick? No other Xtick is necessary. clc; clear all; mu=0...
fast 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to change axis style?
How can I change the style of the axis lines? The a portion of the y-axis coincide with the curve being plotted. So I would like...
etwa 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Legend when plot is inside a for loop
I could not get the legend to be right for this plot (which is inside a for loop). Any ideas what might have gone wrong? cl...
etwa 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Horizontal line common to 2 graphs
I have two graphs in two different figures. Is it possible to have them side by side in the same figure with a horizontal line g...
etwa 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
LaTeX interpreter on a legend
I want the greek letter on my legend to look like as it does in LaTeX. Here is the code: clc; clear all; phi=...
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to adjust figure size when using plotyy?
I'm trying to adjust the figure size when using plotyy: clc; clear all; t = 0:.1:4*pi; y = sin(t); figu...
fast 10 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How to change figure size?
I'm trying to change the figure size. In the example below, I expected figure(2) to have a different size. In order to achieve t...
fast 10 Jahre vor | 6 Antworten | 6
6
AntwortenFrage
How to adjust the legend for a variable number of plots?
In each figure I have a variable number of plots. However, in the legend I have all the plots. For instance, in the very first f...
fast 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to avoid a vertical line at discontinuity point?
When I plot a function with discontinuity points, I get a vertical line at such points, as it can be seen in this simple example...
fast 10 Jahre vor | 5 Antworten | 1
5
AntwortenFrage
Substituting a number for NaN in anonymous function
I'm trying unsuccessfully to substitute a number for NaN in anonymous function. Here it's an example of the problem. Bear with i...
fast 10 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
Defining anonymous function using an "if" statement
I'm trying to define an anonymous function using an "if" statement. Here is a minimum "not working" example (my code is more con...
fast 10 Jahre vor | 3 Antworten | 2
3
AntwortenFrage
How to test if each element of a matrix is not a real number?
I am trying substitute for zero each element that is not a real number, without using loops. Here is a mwe: clear all; c...
fast 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to plot this function?
I have a function that is "vectorized". I did that because I wanted to have one such function for each value of the parameter "a...
fast 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Help with anonymous function
I have always used a separate file for all my functions, but it's rather odd to have as many files as mathematical expressions i...
fast 10 Jahre vor | 1 Antwort | 0