統計
All
Feeds
質問
"plot" versus "text" command
Why does the following code: x = [1, 2, 3, 4, 5]; y = [2, 4, 1, 5, 3]; labels = {'A', 'B', 'C', 'D', 'E'}; plot(x, y, ...
10ヶ月 前 | 1 件の回答 | 0
1
回答解決済み
Symmetry of vector
Determine whether the vector is symmetric or not (vector could be even or odd in length). For example: x = [1 2 3 3 2 1] is s...
約2年 前
解決済み
Getting the indices from a vector
This is a basic MATLAB operation. It is for instructional purposes. --- You may already know how to <http://www.mathworks....
約2年 前
解決済み
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:...
約2年 前
回答済み
Feature Request: Refactoring tool
It seems some added functionality is now available in the editor since release R2021b: (from the R2021b release notes) "Break ...
Feature Request: Refactoring tool
It seems some added functionality is now available in the editor since release R2021b: (from the R2021b release notes) "Break ...
4年以上 前 | 0
回答済み
Can this code run faster?
Use the MATLAB profiler to find out where your code is slow.
Can this code run faster?
Use the MATLAB profiler to find out where your code is slow.
5年以上 前 | 0



