Community Profile

photo

Vineet Vishwakarma


HZDR, Dresden, Germany

Active since 2016

Followers: 0   Following: 0

Message

Statistics

All
  • First Review
  • Scavenger Finisher
  • Solver

View badges

Feeds

View by

Question


How to fill a bar graph with colored (hatching) patterns?
Y = xlsread('Data'); X = Y(:,1); Y1 = Y(:,2); Y2 = Y(:,3); figure('Name','Data - Bar Chart'); bar(X,Y1,1.0,'FaceC...

6 years ago | 1 answer | 0

1

answer

Solved


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

7 years ago