![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/10665705_1522137051843_DEF.jpg)
Lisa Lee
Followers: 0 Following: 0
Statistik
RANG
19.729
of 297.016
REPUTATION
2
BEITRÄGE
13 Fragen
2 Antworten
ANTWORTZUSTIMMUNG
38.46%
ERHALTENE STIMMEN
2
RANG
of 20.419
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 157.725
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
Help function for comments not working
Below is the script named ConeVol. After I saved the script and typed the statement of, help ConeVol, in the command window, I d...
mehr als 7 Jahre vor | 1 Antwort | 0
1
Antwortplot and axis function
What I don't understand is why not axis([1 100 -1.1 1.1]) instead of axis([0 100 -1.1 1.1])? The default x array is the index nu...
mehr als 7 Jahre vor | 0
Frage
plot and axis function
I am confused about how plot and axis functions are used here. Normally, plot should be used as plot(time, ySound), but here plo...
mehr als 7 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
fprintf('One number is %f\n', 436598989898987.124132)
I am wondering if someone can explain why after I input the command below: fprintf('One number is %f\n', 436598989898987.1241...
mehr als 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Is the speed of Variable Precision always faster than a Double Precision?
I am reading the link below: <https://www.mathworks.com/help/symbolic/choose-symbolic-or-numeric-arithmetic.html> Is the s...
mehr als 7 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Is there a way to get rid of all the ";" in the script?
If you know there is an easy way to get rid of all the ";" in a script, please let me know. Thank you.
mehr als 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Why does sprintf('%0.7g', pi) only print out 6 decimal places?
I don't understand why sprintf('%0.7g', pi) only prints out 6 decimal places, since it is given a "7". Can someone please help m...
mehr als 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
help to fix this numeric symbolic array
I need some help with the code below: scaleFactors = [ 3.4, 2.3; 1.7, 1.9 ] xMatSym = sym('X',[ 2, ...
mehr als 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
symbolic, vpa and double decision
I am reading the link below: <https://www.mathworks.com/help/symbolic/choose-symbolic-or-numeric-arithmetic.html> I wrote ...
mehr als 7 Jahre vor | 1 Antwort | 1
1
AntwortFrage
Function [output]=FunctionName(input)
I don't understand why sometimes a pair of brackets is used when a function is created. I have seen it in two cases: 1. the o...
mehr als 7 Jahre vor | 2 Antworten | 1
2
AntwortenFrage
Editor/Debugger show the column line numbers
I am curious, since the editor shows the line numbers, can it show the column line numbers too? Thank you,
mehr als 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
simplify(~(~(x | y) & ~(y | z)))
I don't understand why it is equivalent to x | y | z . Can someone please help to explain this to me?
mehr als 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Size of a structure
After I looked at the Example1 below, I thought the size of a structure was the same as the size of the largest field. However, ...
mehr als 7 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
What is the difference between %d and %i?
I am wondering what the difference is between %d and %i. For fprintf, they are the same. If there is no difference at all, then ...
mehr als 7 Jahre vor | 1 Antwort | 0