Diwakar Ravichandran
MathWorks
2018 年からアクティブ
Followers: 0 Following: 0
All that I mention or post is my own and is no way related to MathWorks. So please feel free to correct me if you think I am wrong.
統計
MATLAB Answers
0 質問
15 回答
ランク
of 153,912
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
回答済み
Solving 2 differential equations simultaneously
Hi Bhagyashree, As I was going through your equations, I noticed that when you substitute equation 2 in equation 1 we get, ...
Solving 2 differential equations simultaneously
Hi Bhagyashree, As I was going through your equations, I noticed that when you substitute equation 2 in equation 1 we get, ...
6年以上 前 | 0
回答済み
BackProgation Neural network on GPU
Hi Tiki, As I try to understand you want to implement back propagation by hard coding the variables. To do the same you have ...
BackProgation Neural network on GPU
Hi Tiki, As I try to understand you want to implement back propagation by hard coding the variables. To do the same you have ...
6年以上 前 | 0
| 採用済み
回答済み
Can I modify a matlab Built in Function like "nwalign"
Yes, you can edit the code by typing edit <function_name> in your command window as per your requirement. However, it is advised...
Can I modify a matlab Built in Function like "nwalign"
Yes, you can edit the code by typing edit <function_name> in your command window as per your requirement. However, it is advised...
6年以上 前 | 1
| 採用済み
回答済み
Problem with image processing using edge detection
Hi Shahrin, I tried reproducing the issue, One thing for you to note in your code is that the name of the image is differe...
Problem with image processing using edge detection
Hi Shahrin, I tried reproducing the issue, One thing for you to note in your code is that the name of the image is differe...
6年以上 前 | 0
回答済み
Symbolic Integration Problem of Univariate Expression : Integral 1/x to ln(x) + c
Hi Herwin, So going through your question, Both the answers are correct. So, to clarify what I mean, In your question ...
Symbolic Integration Problem of Univariate Expression : Integral 1/x to ln(x) + c
Hi Herwin, So going through your question, Both the answers are correct. So, to clarify what I mean, In your question ...
6年以上 前 | 1
| 採用済み
回答済み
Error using plot: Too many input arguments
Hi Hrithik, I did try reproducing the issue, and wasn't able to. You can try one of these two things. 1) As KSSV sugges...
Error using plot: Too many input arguments
Hi Hrithik, I did try reproducing the issue, and wasn't able to. You can try one of these two things. 1) As KSSV sugges...
6年以上 前 | 0
回答済み
MATLAB Video compression
Hi Krithika, Have you tried or are looking for something like this? <https://www.mathworks.com/help/vision/examples/video-...
MATLAB Video compression
Hi Krithika, Have you tried or are looking for something like this? <https://www.mathworks.com/help/vision/examples/video-...
6年以上 前 | 0
回答済み
Problem with parpool - not enough arguments ???
Hi Mariusz, There was another answer on the forum for the same question. The link to it <https://www.mathworks.com/mat...
Problem with parpool - not enough arguments ???
Hi Mariusz, There was another answer on the forum for the same question. The link to it <https://www.mathworks.com/mat...
6年以上 前 | 0
回答済み
Hi, How do I resize a video to satisfy google net's size input layer ?
Hi Syafiqah, This is a question that was already answered on MATLAB answers. This should give you some headway for your probl...
Hi, How do I resize a video to satisfy google net's size input layer ?
Hi Syafiqah, This is a question that was already answered on MATLAB answers. This should give you some headway for your probl...
6年以上 前 | 0
回答済み
non linear curve fitting for kinetic parameters
Hi Mohammad, I am assuming that you have gone through the documentation for lsqnonlin. If not, then this is the link to the s...
non linear curve fitting for kinetic parameters
Hi Mohammad, I am assuming that you have gone through the documentation for lsqnonlin. If not, then this is the link to the s...
6年以上 前 | 0
| 採用済み
回答済み
How can i lock (set password) a part of a mfile as the mfile can run?
Hi xosro, So a similar question had been raised in the community earlier and the link to it is as shown Please do have a l...
How can i lock (set password) a part of a mfile as the mfile can run?
Hi xosro, So a similar question had been raised in the community earlier and the link to it is as shown Please do have a l...
6年以上 前 | 0
回答済み
how to read series of images from folder in specific order?
As the solution is already given by @dpb please close this question so that it is off the unanswered questions list. Thank you ...
how to read series of images from folder in specific order?
As the solution is already given by @dpb please close this question so that it is off the unanswered questions list. Thank you ...
6年以上 前 | 0
回答済み
How to choose the fixed points in fitgeotrans method for image rectification
Hi, As I try to understand your problem, there remains a few things I am not yet clear on. So, fitgeotrans is a function tha...
How to choose the fixed points in fitgeotrans method for image rectification
Hi, As I try to understand your problem, there remains a few things I am not yet clear on. So, fitgeotrans is a function tha...
6年以上 前 | 0
| 採用済み
回答済み
What is wrong with this linear regression code ?
Hi Hassan, As I tried to reproduce the same error, I noticed that you are trying to use the variable 'k' as a index. This is no...
What is wrong with this linear regression code ?
Hi Hassan, As I tried to reproduce the same error, I noticed that you are trying to use the variable 'k' as a index. This is no...
6年以上 前 | 0
| 採用済み
回答済み
Removing Rows Based on Repeated Values in a Single Column of Matlab Table
Hi Sarvesh, As I understand, you want to search for the value of element in column 'b' and make the second row of your table ...
Removing Rows Based on Repeated Values in a Single Column of Matlab Table
Hi Sarvesh, As I understand, you want to search for the value of element in column 'b' and make the second row of your table ...
6年以上 前 | 0