BM
Followers: 0 Following: 0
Statistiques
RANG
14 126
of 295 467
RÉPUTATION
3
CONTRIBUTIONS
19 Questions
3 Réponses
ACCEPTATION DE VOS RÉPONSES
73.68%
VOTES REÇUS
3
RANG
of 20 234
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 153 912
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
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...
environ 5 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 5 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 6 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
environ 6 ans il y a | 1 réponse | 2
1
réponseQuestion
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...
plus de 6 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 6 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
plus de 6 ans il y a | 1 réponse | 1
1
réponseQuestion
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...
plus de 6 ans il y a | 1 réponse | 0
1
réponseSimple 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, ...
plus de 6 ans il y a | 0
Question
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...
plus de 6 ans il y a | 4 réponses | 0
4
réponsesHow 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 ...
plus de 6 ans il y a | 0
Question
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...
plus de 6 ans il y a | 1 réponse | 0
1
réponseQuestion
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 ...
environ 7 ans il y a | 1 réponse | 0
1
réponseQuestion
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. ...
environ 7 ans il y a | 1 réponse | 0
0
réponseHow 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...
environ 7 ans il y a | 0
Question
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...
environ 7 ans il y a | 1 réponse | 0
1
réponseQuestion
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 ...
environ 7 ans il y a | 1 réponse | 0
1
réponseQuestion
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; ...
environ 7 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
environ 7 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
environ 7 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 7 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 7 ans il y a | 1 réponse | 0