Community Profile

photo

Frank


Montana Tech

Active since 2014

Professor
Professional Interests: Teaching

Statistics

All
  • Thankful Level 1
  • Solver

View badges

Content Feed

View by

Question


How to get past cd error on starting GUIDE?
Frustration! All the posts I can find on GUIDE start by selecting from GUIDE Quick Start/Create New GUI. But when I select “Bl...

8 years ago | 1 answer | 0

1

answer

Question


using GUIDE Quick Start
All of my GUIDE Quick Start /Create New GUI options bomb because I have jdkl.6.0_23 and R2014a wants jdkl.6.0_21. Is there somep...

9 years ago | 0 answers | 0

0

answers

Solved


Logic variables
* Assign isAvailable with true.

9 years ago

Solved


Declaring a string
* Assign streetAddress with the string 1313 Mockingbird Lane.

9 years ago

Solved


Character variable: Compass direction
* Assign compassDirection with sensorReading's value. Both are character variables.

9 years ago

Solved


Declaring a character
* Assign middleInitial with the character T.

9 years ago

Solved


Computing wind chill
On a windy day, a temperature of 15 degrees may feel colder, perhaps 7 degrees. The formula below calculates the "wind chill," i...

9 years ago

Solved


Compute total cost
A drink costs 2 dollars. A taco costs 3 dollars. Write a statement that assigns totalCost with the total meal cost given the num...

9 years ago

Solved


Circle area using pi
Write a statement that assigns circleArea with the circle's area given circleRadius. Use the built-in mathematical constant pi. ...

9 years ago

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

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

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