Community Profile

photo

caroline


Active since 2019

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


2d truss analysis
doing trusses for statics class and i keep getting this error when running. triple checked my work i do not have any negative i...

5 years ago | 1 answer | 0

1

answer

Question


HOW TO USE FPRINTF TO CREATE OUTPUT FOR COMMAND WINDOW
x = 2; y = 4; z = 7; h = 9; sol1 = x + h sol2 = z/h sol3 = y*cos(z) sol4 = sqrt(h)*(z)^2 sol5 = abs(-x)/log(y) ...

5 years ago | 0 answers | 0

0

answers

Question


using for loop to solve a function
Given the following function ??(??) = 20000 * log(x) − 3x Use a for loop to compute f(x) for 1 ≤ x ≤ 20. my solution x = li...

5 years ago | 1 answer | 0

1

answer

Question


using while loop to solve a function
Given the following function ?(x) = x^3 − (5?)^2 + 2^x − 10000x Use a while loop to compute f(x) for many evenly spaced values o...

5 years ago | 0 answers | 0

0

answers

Question


How do i use a pair of nested for loops to store a series of 9 related numbers in a 3x3 matrix?
Use a pair of nested for loops to store a series of 9 related numbers in a 3 x 3 matrix (the outer loop determines which row and...

5 years ago | 1 answer | 0

1

answer

Question


Output the results for each of these five computations into the Command Window USING FPRINTF
x = 2; y = 4; z = 7; h = 9; sol1 = x + h sol2 = z/h sol3 = y*cos(z) sol4 = sqrt(h)*(z)^2 sol5 = abs(-x)/log(y) ...

5 years ago | 0 answers | 0

0

answers

Question


fprintf for command window
trying to Create output for the command window using fprintf " using matlab 2018b" x = 2; y = 4; z = 7; h = 9; sol1 = ...

5 years ago | 1 answer | 0

1

answer