I need to write this recurring system in MATLAB $$ x_{n+1}=1-a|x_n|+y_n$$ $$ y_{n+1}=bx_n $$ and take its plot for every $x_i,y_i$,with let's say a=1.4 and b=0.7. $$$$This is the Lozi map. And this link might help: http://mathworld.wolfram.com/LoziMap.html
Thanks in advance and hope for your help!
Try the following
Then call the function with desired parameters and plot the result.