Joel Peeters
Followers: 0 Following: 0
Feeds
提问
How do I extract specific data from an array inside a cell array using indexing?
So I have a cell array B of size 4*101 in which each cell contains an array of size 1*3, like this: B = cell([4 101]); for i =...
4 years 前 | 3 个回答 | 0
3
个回答提问
Error while opening Simulink model
I've been trying to open a Simulink model that was last saved in 2017a in 2017b. The model was opened in 2017b before, and nothi...
6 years 前 | 1 个回答 | 0
1
个回答提问
How do I make a script that outputs all numbers containing a certain set of digits?
Say I want to make a vector containing all numbers with the digits [2,4,5,7,9], so 25497, 95742, etc. How can I make a script th...
7 years 前 | 1 个回答 | 0