Feeds
문제를 풀었습니다
Number of nonzero elements in matrix
Calculate the number of nonzero elements for given matrix
대략 9년 전
문제를 풀었습니다
Find the sum of the negative elements under the main diagonal.
Example Input A=[1 2; -3 0] Output -3
대략 9년 전
문제를 풀었습니다
Logical array indexing - part 1
Given an array |A| of size |m x n| , return an array |Y| of the same size such that the following conditions are satisfied. (...
대략 9년 전
문제를 풀었습니다
Sort rows of a matrix
Sort rows of matrix A in an ascending order according to the last column Example input: A = [1 2 3;7 8 9;4 5 6]; Exam...
대략 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년 전
질문
How to create a virtual serial port using MATLAB only that would eliminate the use of softwares like HW VSP and Eltima
As of now, I use HW to create a COMPORT and then use the standard procedures for reading and writing data to it. However, things...
9년 초과 전 | 답변 수: 0 | 1
