amal -88
自 2017 起处于活动状态
Followers: 0 Following: 0
Feeds
提问
Develop a Matlab function that remove all zeros in an input vector(using while loop)
using while loop
7 years 前 | 1 个回答 | 0
1
个回答提问
Consider the following vector X=[25, 23,17,34,85,33] Using for loop, develop a Matlab solution to find how many values are greater than 30?
vector X=[25, 23,17,34,85,33] we use for loop and condition greater than 30
7 years 前 | 0 个回答 | 0