Applets:Spektrum: Unterschied zwischen den Versionen

Aus LNTwww
Wechseln zu:Navigation, Suche
Zeile 241: Zeile 241:
 
                           {return 0;}}],
 
                           {return 0;}}],
 
             {strokeColor: "red", visible: false});
 
             {strokeColor: "red", visible: false});
 
+
var funcR1 = pltBox1.create('functiongraph',[function(x){
 +
            if (x<0)
 +
                          {return 0.5;}
 +
            else if(x==1)
 +
                          {return 0.25;}
 +
            else
 +
                          {return 0.1;}}],
 +
            {strokeColor: "red", visible: false});
  
  

Version vom 18. September 2017, 16:16 Uhr

Impuls 1

Impuls 2