統計
All
Feeds
質問
Format short - how does it work?
format short; A = 12.3456789 B = 1234.56789 Output is: A = 12.3457 B = 1.2346e+03 Why is output A no...
9年以上 前 | 1 件の回答 | 1
1
回答質問
Format output at Command window and Workspace inconsistent
format shortEng; a=12345.6789; Command window output is: 12.3457e+003 But in Workspace a is: 1.2346e+04 ...
9年以上 前 | 1 件の回答 | 0
1
回答解決済み
Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...
約10年 前
解決済み
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...
約10年 前
解決済み
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:...
約10年 前
質問
tfestimate() - does it work for swept sine input?
I want to study the FRF of a electromechanical: Input excitation: swept sine, 1Hz-2000Hz in 5s, repeat 20 times So I have meas...
10年以上 前 | 0 件の回答 | 0
0
回答質問
How to find out the TimeUnits?
I did this: s = tf('s'); sys = s/(s^2 + 2*s + 10); [mag, phase, wout] = bode(sys); How can I find out the TimeUnits ...
10年以上 前 | 1 件の回答 | 0

