Создайте программу, отображающую количество чисел больше 0,8 в матрице
New programmer here, I got a task to make a program that picks and displays number of numbers greater than 0.8 in a random matrix 5x6 with 2 for loops and would appreciate help if someone knows how to make it. Thanks in advance. this is how the code starts: clear clc rand(5,6); for row =….
Что я уже пробовал:
Я попробовал несколько вещей безрезультатно