charu sharma
2015 年からアクティブ
Followers: 0 Following: 0
統計
MATLAB Answers
0 質問
12 回答
ランク
of 154,057
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
回答済み
I tried many times but can't get solution....plz help me
Try this: http://farzicoders.blogspot.in/2015/08/write-function-called-sparsearrayout.html
I tried many times but can't get solution....plz help me
Try this: http://farzicoders.blogspot.in/2015/08/write-function-called-sparsearrayout.html
約9年 前 | 0
回答済み
how to find the total no of letters in a text file in matlab
you can try this: http://farzicoders.blogspot.in/2015/08/write-function-called-lettercounter.html
how to find the total no of letters in a text file in matlab
you can try this: http://farzicoders.blogspot.in/2015/08/write-function-called-lettercounter.html
約9年 前 | 0
回答済み
how to find the element which is greater than or equal to its row and smaller or equal to its column in a matrix
You should use two for loops to check for each element of a row and a column. Refer this for much simpler code: http://farzicod...
how to find the element which is greater than or equal to its row and smaller or equal to its column in a matrix
You should use two for loops to check for each element of a row and a column. Refer this for much simpler code: http://farzicod...
約9年 前 | 0
回答済み
I need a function that returns the smallest prime number p smaller than 100,000 such that (p + n) is also prime, where n is a scalar integer and is the sole input argument to the function
For simple code refer this and ask if you have any query: http://farzicoders.blogspot.in/2015/08/write-function-called-primepai...
I need a function that returns the smallest prime number p smaller than 100,000 such that (p + n) is also prime, where n is a scalar integer and is the sole input argument to the function
For simple code refer this and ask if you have any query: http://farzicoders.blogspot.in/2015/08/write-function-called-primepai...
約9年 前 | 0
回答済み
Write a function called bell that returns the first n rows of the Bell triangle, where n is an input argument. The function must return an n-by-n array where the the top left triangle contains the Bell triangle with each row of the Bell triangle posi
You should add a condition to check if n is a positive integer or not. Here is a complete solution of this program: http://far...
Write a function called bell that returns the first n rows of the Bell triangle, where n is an input argument. The function must return an n-by-n array where the the top left triangle contains the Bell triangle with each row of the Bell triangle posi
You should add a condition to check if n is a positive integer or not. Here is a complete solution of this program: http://far...
約9年 前 | 0
回答済み
How do I "backward" a string in matlab: turn "a" into "z", "b" into "y", "c" into "x", etc.
For a simple understanding you can follow this too: http://farzicoders.blogspot.in/2015/08/write-function-called-codeit-that-ta...
How do I "backward" a string in matlab: turn "a" into "z", "b" into "y", "c" into "x", etc.
For a simple understanding you can follow this too: http://farzicoders.blogspot.in/2015/08/write-function-called-codeit-that-ta...
9年以上 前 | 0
回答済み
how to make function that return struct vector whose elements are days of month
you need to mention the number of dates in MAY that is 1 to 31 and days Here is the more simple solution for you: http://farzi...
how to make function that return struct vector whose elements are days of month
you need to mention the number of dates in MAY that is 1 to 31 and days Here is the more simple solution for you: http://farzi...
9年以上 前 | 0
回答済み
how to seperate even or odd elements and make row vectors from a matrix
Your order of output is not correct as they asked even ones in first output. You can refer this for different solution of same ...
how to seperate even or odd elements and make row vectors from a matrix
Your order of output is not correct as they asked even ones in first output. You can refer this for different solution of same ...
9年以上 前 | 0
回答済み
A problem based on Matrix Division
There is no need of any loop, logical indexing can be used and it can be done in one line. Refer this with explanation: http://f...
A problem based on Matrix Division
There is no need of any loop, logical indexing can be used and it can be done in one line. Refer this with explanation: http://f...
9年以上 前 | 0
回答済み
how to make a function that takes a matrix and integer and divide every divisible element of matrix by integer
There is no need of if else case, it can be done in one line. Refer this with explanation: http://farzicoders.blogspot.in/2015...
how to make a function that takes a matrix and integer and divide every divisible element of matrix by integer
There is no need of if else case, it can be done in one line. Refer this with explanation: http://farzicoders.blogspot.in/2015...
9年以上 前 | 0
回答済み
how to make a function that take an integer as input and return ture if this prime otherwise false
For number n being prime, if it is divisible by any of the numbers from 2 to n/2 then it is not prime so you just need to check ...
how to make a function that take an integer as input and return ture if this prime otherwise false
For number n being prime, if it is divisible by any of the numbers from 2 to n/2 then it is not prime so you just need to check ...
9年以上 前 | 0
回答済み
I don't understand what is the problem.....i tried it, but get an error. So plz help me to solve the problem...
You can refer this: http://farzicoders.blogspot.in/2015/08/write-function-called-integerize-that.html
I don't understand what is the problem.....i tried it, but get an error. So plz help me to solve the problem...
You can refer this: http://farzicoders.blogspot.in/2015/08/write-function-called-integerize-that.html
9年以上 前 | 0