Feeds
질문
Develop a Matlab function that remove all zeros in an input vector(using while loop)
using while loop
대략 8년 전 | 답변 수: 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
대략 8년 전 | 답변 수: 0 | 0