photo

mufq zedan


Active since 2016

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
2 Answers

RANK
172,499
of 301,383

REPUTATION
0

CONTRIBUTIONS
3 Questions
2 Answers

ANSWER ACCEPTANCE
66.67%

VOTES RECEIVED
0

RANK
 of 21,252

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,306

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


CREATE MATRIX FROM MATRIX
please i need program create from this matrix (matrix *A*) -------> matrix *B* SHOW BELOW A=[1:1:5;2:2:10;3:3:15;4:4:20;...

10 years ago | 0 answers | 0

0

answers

Question


Create a new matrix of the old matrix
CREATE THIS MATRIX *B* 5*9 CREATE *B* FROM *A* BY USING *FOR* STAEMENT 0 0 0 0 1 2 3 4 5 0 0 0 2 4 ...

10 years ago | 3 answers | 0

3

answers

Answered
input matrix as below
I know that the solution to the question is using a prompt to mod , but the problem of establishing a matrix even numbers and od...

10 years ago | 0

Answered
input matrix as below
My question is of the matrix in question I want a program that creates the first two matrices comprising all the even-numbered s...

10 years ago | 0

Question


input matrix as below
writ the program to separate the even and odd number by using for and if statement .assume the input matrix as below a=...

10 years ago | 3 answers | 0

3

answers