pradeep kumar
Followers: 0 Following: 0
Statistica
RANK
198.351
of 295.467
REPUTAZIONE
0
CONTRIBUTI
1 Domanda
1 Risposta
ACCETTAZIONE DELLE RISPOSTE
0.0%
VOTI RICEVUTI
0
RANK
of 153.912
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
How to multiply three scalar value one by one to other five scalar value and get all the results in Simulink
suppose I have four values and each value has to be multiplied by another six values and get the all 15 values simultaneously in...
circa 4 anni fa | 1 risposta | 0
1
rispostaRisposto
Write a function called minimax that takes M, a matrix input argument and returns mmr, a row vector containing the absolute values of the difference between the maximum and minimum valued elements in each row. As a second output argument called mmm,
function [mmr,mmm]=minimax(M) mmr=abs(max(M')-min(M')); mmm=(max(max(M'))-min(min(M'))) end
Write a function called minimax that takes M, a matrix input argument and returns mmr, a row vector containing the absolute values of the difference between the maximum and minimum valued elements in each row. As a second output argument called mmm,
function [mmr,mmm]=minimax(M) mmr=abs(max(M')-min(M')); mmm=(max(max(M'))-min(min(M'))) end
oltre 4 anni fa | 0