photo

Sufyan Parkar


Last seen: quasi 5 anni fa Attivo dal 2019

Followers: 0   Following: 0

Statistica

All
MATLAB Answers

0 Domande
2 Risposte

Cody

0 Problemi
2 Soluzioni

RANK
297.259
of 300.331

REPUTAZIONE
0

CONTRIBUTI
0 Domande
2 Risposte

ACCETTAZIONE DELLE RISPOSTE
0.00%

VOTI RICEVUTI
0

RANK
 of 20.920

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK
80.572
of 168.124

CONTRIBUTI
0 Problemi
2 Soluzioni

PUNTEGGIO
30

NUMERO DI BADGE
1

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Solver
  • First Answer

Visualizza badge

Feeds

Visto da

Risolto


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

oltre 5 anni fa

Risolto


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

oltre 5 anni fa

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

circa 6 anni fa | 0

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

oltre 6 anni fa | 0