統計
All
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
