Community Profile

photo

Balbheem NADPUROHIT


Last seen: etwa 2 Monate vor Aktiv seit 2022

Followers: 0   Following: 0

Passionate Simulink Modeling Engineer

Statistiken

All
  • MATLAB Central Treasure Hunt Finisher
  • Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

Gelöst


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

11 Monate vor

Gelöst


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

11 Monate vor

Gelöst


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

11 Monate vor

Gelöst


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 Monate vor

Gelöst


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 Monate vor

Gelöst


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

fast 2 Jahre vor

Gelöst


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

mehr als 2 Jahre vor

Gelöst


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

mehr als 2 Jahre vor

Gelöst


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

mehr als 2 Jahre vor

Frage


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

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort