Community Profile

photo

Rutvik Shete


Last seen: 2 years ago Active since 2020

Statistics

All
  • Personal Best Downloads Level 2
  • First Review
  • First Submission
  • Thankful Level 1
  • First Answer
  • Revival Level 1
  • Solver

View badges

Content Feed

View by

Question


Computed maximum size of the output of function 'cat' exceeds maximum allowed number of elements (134217728). The computed size is [:15000 x :15004]. Function 'Trial' (#235.3696.3716), line 88, column 20: "[tm1 tm1 tm1 tm1 V3]" Launch diagnostic r
I am facing this error when using Embedded Coder in matlab. I am calling Matlab function in state flow. The piece of code is as ...

3 years ago | 0 answers | 0

0

answers

Submitted


Sliding mode control for a double integrator system
A basic SMC model for position control of satellite with 2nd order system.

3 years ago | 3 downloads |

Thumbnail

Question


Feeding trajectory points to a SMC controller for vehicle lateral control
I have developed SMC controller for lateral movement of vehicle with help of some research papers and few books. All the math is...

3 years ago | 0 answers | 0

0

answers

Submitted


Linear Quadratic Integral controller for position control
Linear Quadratic Integral (LQI) controller for position control of PMDC Motor

3 years ago | 2 downloads |

Thumbnail

Submitted


DAQ Simulink block for Counter channel Position reading
Simulink block for Encoder position read using NI DAQ

3 years ago | 2 downloads |

Thumbnail

Question


Running .m and simulink (.slx) file together
I ran in to trouble while working with NI DAQ (USB 6251). I wanted to integrate everything is simulink and they dont provide blo...

3 years ago | 1 answer | 0

1

answer

Solved


Calculate BMI
Given a matrix |hw| (height and weight) with two columns, calculate BMI using these formulas: * 1 kilogram = 2.2 pounds * 1 ...

3 years ago

Solved


Plot Damped Sinusoid
Given two vectors |t| and |y|, make a plot containing a blue ( |b| ) dashed ( |--| ) line of |y| versus |t|. Mark the minimum...

3 years ago

Solved


Calculate a Damped Sinusoid
The equation of a damped sinusoid can be written as |y = A.ⅇ^(-λt)*cos(2πft)| where |A|, |λ|, and |f| ...

3 years ago

Solved


Solve a System of Linear Equations
*Example*: If a system of linear equations in _x&#8321_ and _x&#8322_ is: 2 _x₁_ + _x₂_ = 2 _x₁...

3 years ago

Solved


Verify Law of Large Numbers
If a large number of fair N-sided dice are rolled, the average of the simulated rolls is likely to be close to the mean of 1,2,....

3 years ago

Solved


Find the Oldest Person in a Room
Given two input vectors: * |name| - user last names * |age| - corresponding age of the person Return the name of the ol...

3 years ago

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

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

3 years ago

Answered
Data Acquisition Toolbox with Simulink: Counter Input Channel
facing same issue with NI USB 6251. Cant use commands when I code using Function block in Simulink. Error is "Function 'daq' n...

3 years ago | 0

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

3 years ago