Community Profile

photo

Balbheem NADPUROHIT


Last seen: ongeveer 2 maanden ago Active since 2022

Followers: 0   Following: 0

Passionate Simulink Modeling Engineer

Statistics

All
  • MATLAB Central Treasure Hunt Finisher
  • Solver

View badges

Feeds

View by

Solved


Whether the input is vector?
Given the input x, return 1 if x is vector or else 0.

11 maanden ago

Solved


Get the length of a given vector
Given a vector x, the output y should equal the length of x.

11 maanden ago

Solved


Inner product of two vectors
Find the inner product of two vectors.

11 maanden ago

Solved


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

11 maanden ago

Solved


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

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

bijna 2 jaar ago

Solved


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

meer dan 2 jaar ago

Solved


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

meer dan 2 jaar 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:...

meer dan 2 jaar ago

Question


Selected signal on bus selector is actually present but still why there is the error of not found?
I am selecting a signal that is already present on the bus. Its fine. But once the new signal is added, even though the select...

meer dan 2 jaar ago | 1 answer | 0

1

answer