Statistica
RANK
14.093
of 300.753
REPUTAZIONE
3
CONTRIBUTI
19 Domande
3 Risposte
ACCETTAZIONE DELLE RISPOSTE
73.68%
VOTI RICEVUTI
3
RANK
of 170.858
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
Numerical Multiplication in MATLAB
Using MATLAB as a simple calculator, we get the results 2 * 0.155 * 100 = 31, 2 * 0.165 * 100 = 33, 2 * 0.135...
circa 6 anni fa | 1 risposta | 0
1
rispostaDomanda
Help Writing One's Own Functions
Writing a function in MATLAB was clear enough, but I ran into a little issue I want to correct. When I wrote functions in the p...
oltre 6 anni fa | 1 risposta | 0
1
rispostaDomanda
How to Save Multiple MATLAB plots as Fig files?
With MATLAB 2018b, one can now hover over a gridpoint with the cursor to obtain a location. This ability is only present when t...
quasi 7 anni fa | 0 risposte | 0
0
risposteDomanda
How to save multiple MATLAB figures automatically in program?
In my script, I may save the figures as jpg files via the code (which works): % print(1,'-painters,'-djpeg',strcat(fil...
circa 7 anni fa | 1 risposta | 2
1
rispostaDomanda
If Else Statements With Conditions
I am looking to write an 'ifelse' statement with the conditions such as the following: a+7+b <= index <= c where _a_, _b...
oltre 7 anni fa | 1 risposta | 0
1
rispostaDomanda
What Are The Common Causes of Wild Fluctuations In An Array of Data?
While I cannot post the code, I hopefully should be able to describe the issue in enough detail. I have a program that work...
oltre 7 anni fa | 0 risposte | 0
0
risposteDomanda
How to Properly Use VPA in MATLAB?
I have a couple of questions regarding _vpa_ in MATLAB. MATLAB states that " *You must wrap all inner inputs with _vpa_, such a...
oltre 7 anni fa | 1 risposta | 1
1
rispostaDomanda
Exponentiation Turns Values Into Zeros.
After I solved an equation, I have good non-zero, numerical data. After exponentiation, some of these values go to zero, so lit...
oltre 7 anni fa | 1 risposta | 0
1
rispostaSimple Method for Finding if ANY NaN values occur in a matrix.
Too bad! I was hoping I could get away with working in the command prompt rather than write a routine directly in the program, ...
quasi 8 anni fa | 0
Domanda
Simple Method for Finding if ANY NaN values occur in a matrix.
Is there a quick method of finding out whether or not a matrix or a vector in matlab has *any* NaN values? A large matrix filled...
quasi 8 anni fa | 4 risposte | 0
4
risposteHow to plot a vector (array) as a vertical line?
Ok, I think I found a solution, but I would definitely appreciate some feedback to make sure my solution is in line with what I ...
quasi 8 anni fa | 0
Domanda
How to plot a vector (array) as a vertical line?
Say I have, from my data, a vector x, where x is a 1 x n row vector. How do I plot this as a vertical column vector on an alrea...
quasi 8 anni fa | 1 risposta | 0
1
rispostaDomanda
How many cores does MATLAB use in a given program?
This might be an odd question, but my code has to be run on a more powerful machine. What would be helpful is to know how many ...
circa 8 anni fa | 1 risposta | 0
1
rispostaDomanda
Vectorizing Code Yields Different Answer to For-Loop
I ended up quickly writing a piece of code that theoretically should plot one value for each plot, giving 10 of them in total. ...
circa 8 anni fa | 0 risposte | 0
0
risposteHow to Get MATLAB to Save Non-Corrputed PDF Files?
Please discard the first part of this question. Everything now seems to work, and I am a little perplexed, as I literally chang...
circa 8 anni fa | 0
Domanda
How to Get MATLAB to Save Non-Corrputed PDF Files?
Ok, I have an issue that seems quite strange to me, and I don't exactly understand why I am getting mixed results when I run the...
circa 8 anni fa | 1 risposta | 0
1
rispostaDomanda
Rem function yields wrong output.
I am assuming that there is a little error (perhaps floating point), in my test loop. This particular loop I wrote is supposed ...
circa 8 anni fa | 1 risposta | 0
1
rispostaDomanda
How to plot row vectors in a matrix in which every marker is a different color and repeated amongst the other rows?
I am trying to essentially plot three things on a single 2-D graph. That is, say we have a matrix p(m,n) = [1 2 4; 3 5 7; ...
circa 8 anni fa | 2 risposte | 0
2
risposteDomanda
How to obtain a no-loop iteration in MATLAB using anonymous functions?
I tried to adapt this base program to my needs, but I am running into an issue. In my particular program I have my function F de...
oltre 8 anni fa | 1 risposta | 0
1
rispostaDomanda
Iteration Without the Implementation of Loops
I am interested in being able to run this particular code using i as the iterating vector. While this can easily be accomplishe...
oltre 8 anni fa | 1 risposta | 0
1
rispostaDomanda
How to graph two different functions on different axes
Hopefully I am asking this correctly. Is there a way to plot two different functions on two different axes in MATLAB? Say alon...
oltre 8 anni fa | 1 risposta | 0
1
rispostaDomanda
Create a circle function
I am interested in creating an actual path where I calculate a given function for a particle that travels along a given path. I...
oltre 8 anni fa | 1 risposta | 0
