what happened to the blue bar in my Matlab user interface?
    24 Ansichten (letzte 30 Tage)
  
       Ältere Kommentare anzeigen
    
    Richard Goldberg
 am 19 Dez. 2023
  
    
    
    
    
    Kommentiert: Dyuman Joshi
      
      
 am 20 Dez. 2023
            One way to start execution of a script is to click on the blue vertical bar to the left of the code. Unfortunately, this bar has recently disappeared from my version of Matlab. This happened while I was using 2023a and there is still no blue bar even after I upgraded to 2023b. I am using a Mac. Can you help me figure out how to get the blue bar to reappear?
9 Kommentare
  Dyuman Joshi
      
      
 am 20 Dez. 2023
				Yes, you are right - https://in.mathworks.com/help/matlab/matlab_prog/create-and-run-sections.html
Akzeptierte Antwort
Weitere Antworten (1)
  Image Analyst
      
      
 am 19 Dez. 2023
        The blue margin indicates the extent of the section you are in, meaning that the blue bar runs from the starting line of the section until the last line of the section.  If you don't have any sections (started by a double %) then you should have the blue bar since it's all one section.  If you have two sections it will appear if you're cursor is in the section and the section is displayed and you hover the mouse over the margin.  If the current section is scrolled off the screen, then hovering over the margin will not show blue because the section is not in the viewport.  If you click in the viewport, now the current section and displayed section are both visible and you will get a blue margin upon hovering the mouse.
1 Kommentar
Siehe auch
Kategorien
				Mehr zu Environment and Settings finden Sie in Help Center und File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!








