David
Followers: 0 Following: 0
Feeds
提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 2 个回答 | 0
2
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 0 个回答 | 0
0
个回答提问
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 前 | 1 个回答 | 1
1
个回答提问
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...
4 years 前 | 1 个回答 | 0
1
个回答已回答
How 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?
How 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 前 | 0
| 已接受
提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 1 个回答 | 0