Mohammad Juned
Followers: 0 Following: 0
Statistics
4 Questions
0 Answers
RANK
76.646
of 295.527
REPUTATION
0
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
0
RANK
of 20.242
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154.057
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
Feeds
Question
removing specific column based on some condition
Hi all, I want to remove specific column from a matrix based on certain condition. let A be a matrix of order 8*3 A=[20 150 15...
meer dan 3 jaar ago | 1 answer | 0
1
answerQuestion
Storing elements to a matrix
Hi everyone. This my code clc clear all m=[ 1 2 3; 4 5 6; 7 8 9]; c=1; for k=1:3; for f= 1:3; m1(k,f)=(m(c+...
meer dan 3 jaar ago | 1 answer | 0
1
answerQuestion
Nested loop in 3 d matrix
I have a matrix of order 3*7 12 10 8 22 18 20 30 10 5 12 18 15 22 28 13 ...
meer dan 3 jaar ago | 1 answer | 0
1
answerQuestion
Deleting specific rows in a matrix
I want to delete rows that contain element of value 0 for example in the following matrix B row 3, 4 ,5 contains a zero...
meer dan 3 jaar ago | 1 answer | 0