![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/8324817_1554485699678.jpg)
AstroGuy1984
Followers: 0 Following: 0
Statistica
RANK
3.261
of 297.016
REPUTAZIONE
17
CONTRIBUTI
2 Domande
8 Risposte
ACCETTAZIONE DELLE RISPOSTE
50.0%
VOTI RICEVUTI
3
RANK
of 157.725
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
Where is the mistake of this code?
What's going wrong is in your logicals. For example, the first logical on the first loop will do if [0 0 0 0 0 99] == 0 ...
quasi 6 anni fa | 1
| accettato
hi i am a beginner to matlab? can anyone help me with this problem?
The problem is in how you're indexing your velocity vector. Think about how you're defining "t". For example, the way you're cal...
quasi 6 anni fa | 0
| accettato
Domanda
GUI Ignoring Changes to figure.Pointer Without a pause() command
Hello, apologies if this has been answered before. I couldn't find a satisfactory issue like this, despite quite a few questions...
quasi 6 anni fa | 1 risposta | 0
1
rispostaAxes fontsize not changing
A possible workaround may be to try: figure('DefaultAxesFontSize', 10); axes('Position', [.1,.1,.8,.8]); Out of c...
quasi 8 anni fa | 0
Matlab help! Need a little help!
Your first invocation of fread() failed because you had closed the file first, making fid invalid. You seem to have noticed this...
quasi 8 anni fa | 0
Matlab uses much more memory reading a file
Do you need to read the whole matrix at once or are you just doing a routine line by line? If you are just running something on ...
quasi 8 anni fa | 0
make axes bigger when mouse clicked
When you say "7 axes" are you meaning 7 separate axes objects or 7 series within a singular axes object? I am assuming you mean ...
quasi 8 anni fa | 0
Colour bars in a plot by data values
In any case, here's one way to do it, assuming your initial condition is as you want it. for i = 1:length(pltvar1srt) ...
quasi 8 anni fa | 1
| accettato
Colour bars in a plot by data values
Few things: 1) Your final else conditional is not working as you intend it to, but not for the reasons you think. MATLAB is n...
quasi 8 anni fa | 0
Domanda
Listbox is ignoring command to reset ListboxTop
I am writing a GUI (WITHOUT GUIDE) using 2016A. One element in this GUI is a uicontrol listbox in which the user can select mult...
quasi 8 anni fa | 2 risposte | 1