Community Profile

photo

Sufyan Parkar


Last seen: 3년 초과 전 2019년부터 활동

Followers: 0   Following: 0

통계

All
  • Solver
  • First Answer

배지 보기

Feeds

보기 기준

문제를 풀었습니다


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

거의 4년 전

문제를 풀었습니다


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

거의 4년 전

답변 있음
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...

4년 초과 전 | 0

답변 있음
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...

대략 5년 전 | 0