photo

Sahil


Last seen: 2 years 前 自 2022 起处于活动状态

Followers: 0   Following: 0

统计学

  • First Answer

查看徽章

Feeds

排序方式:

已回答
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...

2 years 前 | 0

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

2 years 前 | 0

已回答
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...

2 years 前 | 0