Wiki-Testseite: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 1: | Zeile 1: | ||
= Sonderzeichen = | |||
➊ | |||
[https://de.wikipedia.org/wiki/Hilfe:Sonderzeichenreferenz] | |||
<span style="color:red;">farbig</span> | |||
<big>groß ➊</big> | |||
<small>klein ➊</small> | |||
= Formeln = | = Formeln = | ||
<math>\mathrm{L\!\!^{{}_{\scriptstyle A}} \!\!\!\!\!\;\; T\!_{\displaystyle E} \! \! X}</math> | <math>\mathrm{L\!\!^{{}_{\scriptstyle A}} \!\!\!\!\!\;\; T\!_{\displaystyle E} \! \! X}</math> |
Version vom 5. März 2021, 15:08 Uhr
Sonderzeichen
➊
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;