Community Profile

photo

Kishore Kumar


Active since 2016

I am a freelancer seeking job under Control & Instrumentation. I know working with MATLAB and SIMULINK. Good at using different Toolboxes provided by Matlab(Ex : OPC Toolbox, System Identification Toolbox, MPC Toolbox etc.,). Also capable of building dynamic systems on MATLAB Simulink. Little knowledge on GUI creation.

Statistics

All
  • First Answer
  • Scavenger Finisher
  • Solver
  • Commenter

View badges

Content Feed

View by

Answered
how to solve too many arguments error?
if true % code X1 = image; X2 = image2; subplot(1,2,1), imshow(X1,map1) subplot(1,2,2), imshow(X2,map...

7 years ago | 0

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