
pradeep kumar
Statistics
RANK
152 700
of 276 005
REPUTATION
0
CONTRIBUTIONS
1 Question
1 Answer
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 18 587
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 125 773
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
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...
mer än 2 år ago | 1 answer | 0
1
answerWrite 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
ungefär 3 år ago | 0