Community Profile

photo

beginner94


Active since 2018

Statistics

  • First Review
  • Thankful Level 1
  • First Answer

View badges

Content Feed

View by

Question


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!

4 years ago | 0 answers | 0

0

answers

Question


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

4 years ago | 0 answers | 0

0

answers

Question


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

4 years ago | 1 answer | 0

1

answer

Question


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

5 years ago | 0 answers | 0

0

answers

Answered
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

5 years ago | 0

Question


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

5 years ago | 1 answer | 0

1

answer

Question


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

5 years ago | 0 answers | 0

0

answers

Question


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

6 years ago | 1 answer | 0

1

answer

Question


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

6 years ago | 2 answers | 0

2

answers

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

6 years ago | 0