統計
All
Feeds
解決済み
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....
9年弱 前
解決済み
Check if number exists in vector
Return 1 if number _a_ exists in vector _b_ otherwise return 0. a = 3; b = [1,2,4]; Returns 0. a = 3; b = [1,...
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年弱 前
質問
Strings and numbers, strcat and num2str
I'm working with |SDSS| data and want to get rid of some |fits| files from the ones I have downloaded. I have stored the |pl #, ...
9年弱 前 | 1 件の回答 | 0
1
回答質問
Importing and merging header and column data from two files
I have a file that contains headers in a row wise fashion head_1 description head_2 description head_3 ...
9年以上 前 | 0 件の回答 | 0

