Feeds
提问
Plot 3D data on a 2D profile
I have a dataset which roughly resembles a plane with dip direction 331 degrees. I want to generate a 2D plot where the x-axis i...
6 years 前 | 1 个回答 | 0
1
个回答提问
Eliminate rows in a matrix that have matching & different values
I have a matrix that looks like this: 2.0000 15.0000 1.0000 11.2427 2.0000 15.0000 1.0000 15.9927 ...
7 years 前 | 1 个回答 | 0
1
个回答提问
Select a set of variables from an array NOT equal to a set of indices
I need to select all of values in an array except for specified indices. A=[1 2 3 4 5 6 7 8 9]; set=[1 ...
7 years 前 | 2 个回答 | 0
2
个回答提问
Finding index of minimum of a subset of an array
I want to find the index of the greater array for a subset within that array. Example: A=[2 3; 1 8; 2 6; 3 1;] ...
7 years 前 | 2 个回答 | 0
2
个回答提问
Find unique rows in a cell array with mixed data types
Hi, I have a cell array formatted like the following: >> stations 'WOSB' [ NaN] [ NaN] 'YOUB' ...
7 years 前 | 1 个回答 | 0
1
个回答提问
Remove specific entry in a cell array
I want to remove an entry in a cell array if it is equal to something specifically. Explained in this example: animals={'cat'...
7 years 前 | 3 个回答 | 3
3
个回答提问
Want to define a cell vector according to the files in a directory
I want to define a variable (say "files") as a cell array containing the names of the folders in a specific directory. Consider ...
7 years 前 | 1 个回答 | 0