pradeep kumar
Followers: 0 Following: 0
Statistiques
RANG
198 351
of 295 569
RÉPUTATION
0
CONTRIBUTIONS
1 Question
1 Réponse
ACCEPTATION DE VOS RÉPONSES
0.0%
VOTES REÇUS
0
RANG
of 20 247
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 154 105
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
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...
environ 4 ans il y a | 1 réponse | 0
1
réponseWrite 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
plus de 4 ans il y a | 0