<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.davidhaberthuer.ch/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://wiki.davidhaberthuer.ch/feed.php">
        <title>wiki.davidhaberthuer.ch - code:matlab</title>
        <description></description>
        <link>https://wiki.davidhaberthuer.ch/</link>
        <image rdf:resource="https://wiki.davidhaberthuer.ch/_media/wiki/dokuwiki.svg" />
       <dc:date>2026-05-05T10:31:11+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.davidhaberthuer.ch/code/matlab/main.m?rev=1591818237&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.davidhaberthuer.ch/_media/wiki/dokuwiki.svg">
        <title>wiki.davidhaberthuer.ch</title>
        <link>https://wiki.davidhaberthuer.ch/</link>
        <url>https://wiki.davidhaberthuer.ch/_media/wiki/dokuwiki.svg</url>
    </image>
    <item rdf:about="https://wiki.davidhaberthuer.ch/code/matlab/main.m?rev=1591818237&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-06-10T19:43:57+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>main.m</title>
        <link>https://wiki.davidhaberthuer.ch/code/matlab/main.m?rev=1591818237&amp;do=diff</link>
        <description>this is my rudimentary file skeleton I use for new MATLAB-scripts...


%% Description
%% - first version
%% - edited:

%% reset workspace, start timer
clear;close all;clc;disp([&#039;It`s now &#039; datestr(now) ]);tic;

%% setup

%% work this thing! http://is.gd/swoK
disp(&#039;i`m calculating some heavy stuff&#039;);
pause(5);

%% output
disp(&#039;i`m outputting some stuff&#039;);

%% finish
disp(&#039;I`m done with all you`ve asked for...&#039;);disp([&#039;It`s now &#039; datestr(now) ]);
zyt=toc;sekunde=round(zyt);minute = round(sekunde/6…</description>
    </item>
</rdf:RDF>
