photo

Sahil


Last seen: fast 2 Jahre vor Aktiv seit 2022

Followers: 0   Following: 0

Statistik

  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
Implementation of infinite series in MATLAB.
function [out] = H(y,z,l) Pi = sym(pi); %gam, y,z,l are user inputs m = -1/log2(cos(Pi/6)); % in paper its u...

fast 2 Jahre vor | 0

Beantwortet
simulating a poker game
%----------DEFINE THE DECK DECK = {'Ah' 'Kh' 'Qh' 'Jh' 'Th' '9h' '8h' '7h' '6h' '5h' '4h' '3h' '2h'... 'Ad' 'Kd' 'Qd' ...

fast 2 Jahre vor | 0

Beantwortet
hwo can i do this image that shades from white at the image edges to black in the image centre
% Set image size imSize = 100; % Make a left-top part of the image [xGrid,yGrid] = meshgrid(1:imSize,1:imSize); xGrid = fl...

fast 2 Jahre vor | 0