Community Profile

photo

Sahil


Last seen: 1 year ago Active since 2022

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

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

1 year ago | 0

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

1 year ago | 0

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

1 year ago | 0