0
Graph of a multivalued mapping in Scilab.

Can anyone please help me to draw the graph of the following multivalued mapping in SCILAB?

Let CB(X) denote the collection of closed and bounded subsets of the nonempty set X and let $T:[0,1]\rightarrow CB([0,1])$ be a multivalued mapping defined by $T(x)=\{y:0\leq y\leq \frac{x}{2}\}$.

I would be very grateful if anyone can share the code for plotting its graph in SCILAB.


Scilab 03-04-21, 1:29 a.m. pradip
0
  1. Plot the function y1(x). // Axis y1 c=color("slategray"); plot2d(x,y1,style=c) h1=gca(); h1.font_color=c; h1.children(1).children(1).thickness = 2; xlabel("$x$","FontSize",3) ylabel("$y_{1}(x)=\sin(x)$","FontSize",3) title("x-engineer.org","color","blue")
  2. Plot the function y2(x).
  3. Plot the function y3(x).
05-04-21, 2:25 p.m. MorrisAvila

Thank you! This method helps me to be successful!

sudoku 247


07-05-21, 6:37 p.m. theimpossiblegame

Login to add comment


-1
i am for the first time here. I found this board and I in finding It truly helpful & it helped me out a lot. I hope to present something back and help others such as you helped me. skribblio
26-10-21, 2:40 p.m. gmmelissa


Log-in to answer to this question.