Community Profile

photo

Shubha


Active since 2013

Statistics

All
  • Thankful Level 1
  • Solver

View badges

Content Feed

View by

Solved


Fahrenheit to Celsius using multiple statements
Given a Fahrenheit value F, convert to a Celsius value C. While the equation is C = 5/9 * (F - 32), as an exercise use two state...

8 years ago

Solved


Circle area using pi
Given a circle's radius, compute the circle's area. Use the built-in mathematical constant pi.

8 years ago

Solved


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

8 years ago

Solved


Simple equation: Annual salary
Given an hourly wage, compute an annual salary by multiplying the wage times 40 and times 50, because salary = wage x 40 hours/w...

8 years ago

Solved


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

9 years ago

Solved


Add two numbers
Given a and b, return the sum a+b in c.

9 years ago

Solved


Is my wife right?
Regardless of input, output the string 'yes'.

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

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

9 years ago

Question


How do I differentiate between integer and floating point numbers in a double array?
My requirement is to import data from Excel which has both integer and floating point numbers. For example, 1 and 2.5 I want to...

10 years ago | 1 answer | 0

1

answer

Answered
Is there a possible way to include enumeration in Signal builder function to define inputs?
Thanks for the answer! I am already importing data from Excel. I was wondering if it is possible to import in the form of enumer...

10 years ago | 0

Question


Is there a possible way to include enumeration in Signal builder function to define inputs?
I am trying to simulate a few test cases with enumeration. Is is possible to include them in the signal builder function? Has an...

10 years ago | 2 answers | 0

2

answers

Question


How do I simulate a Stateflow model?
I am looking for simulating a Stateflow model. I am not able to do it inspite of installing the SDK drivers. Could anyone help?...

10 years ago | 0 answers | 0

0

answers