T.A.
2017 年からアクティブ
Followers: 0 Following: 0
統計
All
Feeds
解決済み
Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...
約9年 前
解決済み
Determine if input is odd
Given the input n, return true if n is odd or false if n is even.
約9年 前
解決済み
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...
約9年 前
解決済み
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:...
約9年 前
回答済み
Using a for loop to determine the 3D distances between an array of points along a 2D plane and a single point in space.
It looks like you've already got most of the answer. Assuming that Xs, Ys,and Zs are the coordinates of your point, and that X, ...
Using a for loop to determine the 3D distances between an array of points along a 2D plane and a single point in space.
It looks like you've already got most of the answer. Assuming that Xs, Ys,and Zs are the coordinates of your point, and that X, ...
約9年 前 | 1
| 採用済み
質問
Why is MATLAB's tar function so slow?
MATLAB R2017a Windows 10 I have a directory with 256 subdirectories, each of those having 256 files inside. Total number o...
約9年 前 | 1 件の回答 | 0



