photo

caroline


自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

7 个提问
0 个回答

排名
183,768
of 300,763

声誉
0

贡献数
7 个提问
0 个回答

回答接受率
14.29%

收到投票数
0

排名
 of 21,082

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 170,923

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


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

7 years 前 | 1 个回答 | 0

1

个回答

提问


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

7 years 前 | 0 个回答 | 0

0

个回答

提问


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

7 years 前 | 1 个回答 | 0

1

个回答

提问


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

7 years 前 | 0 个回答 | 0

0

个回答

提问


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

7 years 前 | 1 个回答 | 0

1

个回答

提问


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

7 years 前 | 0 个回答 | 0

0

个回答

提问


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

7 years 前 | 1 个回答 | 0

1

个回答