Community Profile

photo

Khalid Mojallid


Active since 2019

Statistics

  • First Answer

View badges

Content Feed

View by

Question


can someone change this javascript to matlab script
public class Ass5 { public static void intro() { System.out.println("Hangman Game!"); System.out.println("I will think of a rand...

ungefär 5 år ago | 0 answers | 0

0

answers

Answered
Find the maximum value and its location from a matrix using two nested loops
MaxValue = -Inf; row = 0; column = 0; for i = 1:size(K, 1) for j = 1:size(K, 2) if K(i, j) > MaxValue ...

ungefär 5 år ago | 0