Community Profile

photo

AstroGuy1984


Con actividad desde 2017

Estadísticas

  • Knowledgeable Level 2
  • Thankful Level 1
  • First Answer

Ver insignias

Content Feed

Ver por

Respondida
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 ...

casi 5 años hace | 1

| aceptada

Respondida
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...

casi 5 años hace | 0

| aceptada

Pregunta


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...

casi 5 años hace | 1 respuesta | 0

1

respuesta

Respondida
Axes fontsize not changing
A possible workaround may be to try: figure('DefaultAxesFontSize', 10); axes('Position', [.1,.1,.8,.8]); Out of c...

casi 7 años hace | 0

Respondida
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...

casi 7 años hace | 0

Respondida
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 ...

casi 7 años hace | 0

Respondida
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 ...

casi 7 años hace | 0

Respondida
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) ...

casi 7 años hace | 1

| aceptada

Respondida
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...

casi 7 años hace | 0

Pregunta


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...

casi 7 años hace | 2 respuestas | 1

2

respuestas