TEJAS PHUTANE
Followers: 0 Following: 0
Pursuing Bachelor in electronics and telecommunication engineering
Statistics
RANK
21,513
of 295,467
REPUTATION
2
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
2
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Solved
Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...
4 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...
4 years ago | 1 answer | 1
1
answerQuestion
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...
4 years ago | 0 answers | 0
0
answersQuestion
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
answerQuestion
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
answersQuestion
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
answerSolved
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