Community Profile

photo

TEJAS PHUTANE


Last seen: 2 years ago Active since 2020

Pursuing Bachelor in electronics and telecommunication engineering

Statistics

All
  • MATLAB Central Treasure Hunt Finisher
  • Thankful Level 1
  • First Review
  • Solver
  • Explorer

View badges

Content Feed

View by

Solved


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

3 years ago

Question


Simulation of Micromouse using simulink 3d
I have created a plant model for 3d micromouse simulation using simscape multibody.The maze and robot are designed using Solidw...

3 years ago | 1 answer | 1

1

answer

Question


vex LTI DC motor Model
I have estimated parameters of my dc motor.I have tried to create a discrete LTI motor model but the step response is not like a...

3 years ago | 0 answers | 0

0

answers

Question


2d micromouse simulation using mobile robotics toolbox
I have created a plant model for 2d micromouse simulation using Mobile robotics toolbox.The maze is generated using simulation ...

4 years ago | 1 answer | 0

1

answer

Question


How to use array elements as transition condition in stateflow
I have a vector input to stateflow chart a =[1 4 1 3 3 2 1 4 1] In first state I am defining i=0 Initially in first state i i...

4 years ago | 0 answers | 1

0

answers

Question


Replace array elements with another small array using indexing
Hi everyone,how to replace array with another small array using indexing a=[1 1 4 1 3 3 1 1 1 3 4 1 0 0 0 0 0 0 0 0 0]; %repla...

4 years ago | 1 answer | 0

1

answer

Solved


Convert from Fahrenheit to Celsius
Given an input vector |F| containing temperature values in Fahrenheit, return an output vector |C| that contains the values in C...

4 years ago

Solved


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 years ago

Solved


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 years ago