![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/14541489_1547499082213_DEF.jpg)
Khalid Mojallid
Attivo dal 2019
Followers: 0 Following: 0
Statistica
RANK
244.589
of 297.046
REPUTAZIONE
0
CONTRIBUTI
1 Domanda
1 Risposta
ACCETTAZIONE DELLE RISPOSTE
0.0%
VOTI RICEVUTI
0
RANK
of 157.776
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
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...
quasi 6 anni fa | 0 risposte | 0
0
risposteRisposto
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 ...
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 ...
quasi 6 anni fa | 0