photo

Sufyan Parkar


Last seen: más de 3 años hace Con actividad desde 2019

Followers: 0   Following: 0

Estadística

All
  • Solver
  • First Answer

Ver insignias

Feeds

Ver por

Resuelto


Calculate Amount of Cake Frosting
Given two input variables |r| and |h|, which stand for the radius and height of a cake, calculate the surface area of the cake y...

alrededor de 4 años hace

Resuelto


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

alrededor de 4 años hace

Respondida
Matlab source code for Image compression algorithm
Well Steven Lord, I have tried to write a code myself. Please try to assist me here. clc; clear all; close all; a = imre...

casi 5 años hace | 0

Respondida
gray image to 8 bit planes using bit plane slicing
A=imread('boy.tif'); B=rgb2gray(A); %..............as for me i took a color image so i had to do rgb2gray % the workspace show...

más de 5 años hace | 0