Community Profile

photo

beginner94


Aktiv seit 2018

Followers: 0   Following: 0

Statistiken

  • First Review
  • Thankful Level 1
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


How to change the Interpreter for an inputdlg to 'tex' in Matlab R2007b?
Hello everyone, how can I change the textinterpreter for a inputdlg to 'text' with Matlab R2007b? Thanks!

mehr als 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How to incorporate a picture into an inputdlg?
Good morning, did anyone already manage to incorporate a picture into an inputdlg or something similar? The inputdlg is asking...

mehr als 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How to create a GUI with changing buttons?
Good morning, I am looking for a possibility to create a GUI (with GUIDE, if possible) with changing buttons. This means, that...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


What are possible issues if MATLAB doesn't recognise a variable?
if strcmp(str(1:3), 'Min') == 1 VZ = 1; end if strcmp(str(1:3), 'Max') == 1 VZ = -1; end VZ [k l s] = evIII...

etwa 5 Jahre vor | 0 Antworten | 0

0

Antworten

Beantwortet
Setting default Interpreter to Latex
It does not work for me either and I need to define an overlined variable (in R2007b). Thanks for help

mehr als 5 Jahre vor | 0

Frage


Is there a method for finding the period of temperature data in R2007b?
Good morning, I need to find the period of temperature data, but I'm working with R2007b and ''xcorr()'', ''findpeaks()'' don...

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


What are possible issues if ''datetick()'' has no effect on the date format?
Good morning, What are possible issues if ''datetick()'' has no effect on the date format in a plot? I already used ''datenu...

mehr als 5 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How to adapt the space between the grid lines to the space between the ticks?
Good evening everyone As I wanted the grid lines of my plot to have a different color from the axis, I put a second axis und...

fast 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to make my code run faster
Good Morning, this line apparently takes 21s to run: s = size(xlsread(filename, 1, 'F:F')) It is supposed to count th...

etwa 6 Jahre vor | 2 Antworten | 0

2

Antworten

Beantwortet
popupmenu in GUI
How can I connect the values I added to the popupmenu with their files? They are configfiles in this case, so no m files.

etwa 6 Jahre vor | 0