統計
MATLAB Answers
7 質問
0 回答
ランク
of 171,319
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
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年弱 前 | 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年弱 前 | 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年弱 前 | 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年弱 前 | 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年弱 前 | 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年弱 前 | 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年弱 前 | 1 件の回答 | 0
