photo

Sahil


Last seen: casi 2 años hace Con actividad desde 2022

Followers: 0   Following: 0

Estadística

  • First Answer

Ver insignias

Feeds

Ver por

Respondida
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...

casi 2 años hace | 0

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

casi 2 años hace | 0

Respondida
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...

casi 2 años hace | 0