David
Followers: 0 Following: 0
Statistics
RANK
31,559
of 295,527
REPUTATION
1
CONTRIBUTIONS
11 Questions
1 Answer
ANSWER ACCEPTANCE
54.55%
VOTES RECEIVED
1
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
Changing red colour to yellow colour
Hi, I am a newbie to matlab and I am having problem with changing my picture which I named red_dragon.jpg file. The dragon is r...
4 years ago | 1 answer | 0
1
answerQuestion
Problem with script use
Hi, I got a problem of using a script. Normally, when I can create a function in a script, I can apply the function in the comm...
4 years ago | 1 answer | 0
1
answerQuestion
Fixing an eroor in simple if-function
Hi everyone, I got a problem with an if-else function. I want to put the correct 4x2 matrix so here is my function: function ...
4 years ago | 1 answer | 0
1
answerQuestion
please help me check the error
Hi, I am just doing some homework after spring break so I forgot some important things about matlab saving sript. This is my ho...
4 years ago | 2 answers | 0
2
answersQuestion
Compute the sum of perimeter of matrix
My TA ask me to make a function code for this specific homework : computes the sum of the elements of an input matrix A that are...
4 years ago | 1 answer | 0
1
answerQuestion
Returning even column and row in a matrix
Hi, I got a problem with some error with my home work. The requirement is created a function that can return the even column and...
4 years ago | 0 answers | 0
0
answersQuestion
Matrix n x n with n is integer
this is my homework: Write a function called mat_extract that takes two inputs: a matrix N and a scalar nonnegative integer n, i...
4 years ago | 1 answer | 1
1
answerQuestion
How do I sum the elements of each corner of a matrix?
If I have a 4x4 matrix, how do i sum 4 elements in 4 corner of that matrix for example my matrix will be : A=[1 2 3 4; 5 6 7 8...
5 years ago | 1 answer | 0
1
answerHow to extract data in excel file in matlab
Thanks you so much for your help. Is that ind is the function code or something that i named before?
5 years ago | 0
| accepted
Question
How do i remove two or more elements in same row but different column?
I have matrix M [1,2,3;4,5,6;7,8,9] I know removing an element in different row and column but don't know how to extract elemen...
5 years ago | 1 answer | 0
1
answerQuestion
How do i find a maximum elements in a specific row ?
I want to find a maximum elements in a second row of this 3x3 matrix? [1,2,3;4,5,6;7,8,9]
5 years ago | 1 answer | 0