Wiki-Testseite: Unterschied zwischen den Versionen

Aus HSHL Mechatronik
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
Zeile 13: Zeile 13:
<big>groß &#9312;</big> &#9398;
<big>groß &#9312;</big> &#9398;


== 1/2 Leerzeichen ==
70<math>\mu s</math> Besser: 70&#160;&micro;s &#xA0;&NonBreakingSpace;
70<math>\mu s</math> Besser: 70&#160;&micro;s &#xA0;&NonBreakingSpace;
* 70&#8201;&micro;s  
* 70&#8201;&micro;s  
* 70 &micro;s  
* 70 &micro;s  
* 70&#x2009;&micro;s  
* 70&micro;s  
* 70&#8239;&micro;s  
* 70&#8239;&micro;s  
* 5 V
* z. B.
* 5&thinsp;V
* z.&thinsp;B.
* 5&#8201;V
* z.&#8239;B
* z.&#x2009;B
* z.&#8201;B





Version vom 24. März 2021, 09:13 Uhr

Sonderzeichen

➊ ② ② ㉑

{Unicodetabelle/Zeile|Hex=2460|Dez=9312|Kat=No|Bidi=ON|Klasse=|Name=CIRCLED DIGIT ONE|Text=Eingekreiste Ziffer Eins}

groß ①

1/2 Leerzeichen

70 Besser: 70 µs   

  • 70 µs
  • 70 µs
  • 70µs
  • 70 µs
  • z. B.
  • z. B.
  • z. B
  • z. B
  • z. B


farbig

groß ➊

klein ➊

Formeln


Quelltext

z. B. Matlab-Code über die source-Umgebung:

 

for i=1:10 
    %     try 
    %         image = CAMERA_DumpFrame(s);       
    %     catch err 
    %         error('MATLAB:RWTHMindstormsNXT:Sensor:unknown', 'An unknown Error occured while fetching the image. Please check that the Camera is connected and try again');  -->
    %     end  
    image = CAMERA_GetImage(com);
    handle = imshow(image);
    %pause(0.1)  
    currTime(i) = toc(startTime);
    disp(['Aktuelle Zeit: ',num2str(currTime(i))])
    %imwrite(image,sprintf('NXTCamImage%03d.png',i));  
    %imwrite(img,fullfile(workingDir,sprintf('HexBug%03d.png',n)));  
    % ca. alle 4.8 Sekunden ein Bild  
end;