Mukul Rao
MathWorks
2015 年からアクティブ
Followers: 0 Following: 0
統計
MATLAB Answers
0 質問
64 回答
ランク
of 170,837
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
回答済み
Optimize two dependent equations
Hi, if you are looking to optimize both equations together, I would recommend looking at some of the <https://www.mathworks.com/...
Optimize two dependent equations
Hi, if you are looking to optimize both equations together, I would recommend looking at some of the <https://www.mathworks.com/...
約8年 前 | 0
回答済み
Saving Matricies from a Loop
Hello, I made some minor changes. Note that you had reused "i" as a loop-variable inside a nested for-loop, I renamed these to "...
Saving Matricies from a Loop
Hello, I made some minor changes. Note that you had reused "i" as a loop-variable inside a nested for-loop, I renamed these to "...
約8年 前 | 1
回答済み
What is the default figure export format from matlab live script?
Hi Timmaso, I work for the MathWorks Technical Support team. As of R2017b, you can control the size of the exported EPS figures,...
What is the default figure export format from matlab live script?
Hi Timmaso, I work for the MathWorks Technical Support team. As of R2017b, you can control the size of the exported EPS figures,...
約8年 前 | 0
回答済み
Painters and openGL Renderer - shift marker or blurr marker in print to .pdf
Hi, what you describe is indeed an unexpected behavior with printing that has been fixed in MATLAB R2017b.
Painters and openGL Renderer - shift marker or blurr marker in print to .pdf
Hi, what you describe is indeed an unexpected behavior with printing that has been fixed in MATLAB R2017b.
約8年 前 | 0
回答済み
How can I use a switch in AppDesigner to call different functions?
Hi, you can basically call one of the two functions within the button callback based on the state of the toggle switch (app.Togg...
How can I use a switch in AppDesigner to call different functions?
Hi, you can basically call one of the two functions within the button callback based on the state of the toggle switch (app.Togg...
約8年 前 | 3
| 採用済み
回答済み
How to get the weight after training a SeriesNetwork?
Hello, I work for the MathWorks technical support team. The "getwb" function is only supported by legacy neural network objects....
How to get the weight after training a SeriesNetwork?
Hello, I work for the MathWorks technical support team. The "getwb" function is only supported by legacy neural network objects....
約8年 前 | 3
| 採用済み
回答済み
How can i give a trained model some images as an input ?
Hello, in order to use the trained model to predict new data, you will first have to export the trained model to the workspace. ...
How can i give a trained model some images as an input ?
Hello, in order to use the trained model to predict new data, you will first have to export the trained model to the workspace. ...
約8年 前 | 0
| 採用済み
回答済み
How to get rid of unwanted comment in the data imported using 'readtable'
Hello, if each element "sealevel" is a character array, you could use the " <https://www.mathworks.com/help/matlab/ref/regexp.ht...
How to get rid of unwanted comment in the data imported using 'readtable'
Hello, if each element "sealevel" is a character array, you could use the " <https://www.mathworks.com/help/matlab/ref/regexp.ht...
約8年 前 | 0
回答済み
Discontinuous Galerkin Method 2D
Hi Bilal, you could model your domain as two rectangles sharing a common face at y = 0. You can then use the <https://www.mathwo...
Discontinuous Galerkin Method 2D
Hi Bilal, you could model your domain as two rectangles sharing a common face at y = 0. You can then use the <https://www.mathwo...
約8年 前 | 0
回答済み
How do I click a point on a GUI and have it open another GUI?
Hi, the <https://www.mathworks.com/help/matlab/ref/matlab.graphics.axis.axes-properties.html#property_d119e58735 CurrentPoint> p...
How do I click a point on a GUI and have it open another GUI?
Hi, the <https://www.mathworks.com/help/matlab/ref/matlab.graphics.axis.axes-properties.html#property_d119e58735 CurrentPoint> p...
約8年 前 | 0
回答済み
How to create a Network Node Incidence Matrix?
Hi. It seems like at some point you are creating a graph object with an edge list that has duplicate edges, for example there ar...
How to create a Network Node Incidence Matrix?
Hi. It seems like at some point you are creating a graph object with an edge list that has duplicate edges, for example there ar...
約8年 前 | 0
回答済み
Why are the results to the fit command getting cleared from the workspace?
Hi Jeff, the function "FriedlanderFourierSeries2" does not run to completion because of the error. Therefore, it does not return...
Why are the results to the fit command getting cleared from the workspace?
Hi Jeff, the function "FriedlanderFourierSeries2" does not run to completion because of the error. Therefore, it does not return...
約8年 前 | 0
回答済み
How can I plot segments in a scatter plot?
Hi, very interesting question. If my understanding is correct, I believe you should be looking at different possible combination...
How can I plot segments in a scatter plot?
Hi, very interesting question. If my understanding is correct, I believe you should be looking at different possible combination...
約8年 前 | 0
回答済み
Finding equation of a smoothing spline representing experimental data
Hello, if you are looking to export this spline fit as either M-code or an object, so it can be evaluated at new points, you can...
Finding equation of a smoothing spline representing experimental data
Hello, if you are looking to export this spline fit as either M-code or an object, so it can be evaluated at new points, you can...
約8年 前 | 1
回答済み
I want to plot a function of two variables
Hi, to clarify, are you trying to plot a series of different "f" values for different input "x" values?
I want to plot a function of two variables
Hi, to clarify, are you trying to plot a series of different "f" values for different input "x" values?
約8年 前 | 0
回答済み
Special characters in datacursormode
Hi, I work for the MathWorks Technical Support team. There is no documented way to change the interpreter for the "datacursor"; ...
Special characters in datacursormode
Hi, I work for the MathWorks Technical Support team. There is no documented way to change the interpreter for the "datacursor"; ...
約8年 前 | 1
| 採用済み
回答済み
How do I create and solve a system of N coupled differential equations?
Hi Patrick, taking a quick look at the error message, it seems that "ode45" is attempting to call your function "Millennium" wit...
How do I create and solve a system of N coupled differential equations?
Hi Patrick, taking a quick look at the error message, it seems that "ode45" is attempting to call your function "Millennium" wit...
約8年 前 | 0
回答済み
Quantifying cells with different membrane stains
Hi, You can try the <https://www.mathworks.com/help/images/examples/color-based-segmentation-using-the-l-a-b-color-space.html...
Quantifying cells with different membrane stains
Hi, You can try the <https://www.mathworks.com/help/images/examples/color-based-segmentation-using-the-l-a-b-color-space.html...
8年以上 前 | 0
回答済み
RMSE of Weighted Nonlinear Regression
Hi, I believe the reason is that traditional weighted regression computes R-square based on transformed variables, the better...
RMSE of Weighted Nonlinear Regression
Hi, I believe the reason is that traditional weighted regression computes R-square based on transformed variables, the better...
8年以上 前 | 0
回答済み
how to get the coeffients out of a sfit object after creating it on some data using 'cubicinterp'.
Hi, Here is an example that demonstrates how to extract fit coefficients from the "sfit" object: <https://www.mathworks.co...
how to get the coeffients out of a sfit object after creating it on some data using 'cubicinterp'.
Hi, Here is an example that demonstrates how to extract fit coefficients from the "sfit" object: <https://www.mathworks.co...
8年以上 前 | 0
回答済み
Move file to online folder using movefile/copyfile
Hi, You can consider the <https://www.mathworks.com/help/matlabdrive/ug/install-matlab-drive.html MATLAB Drive Connector>. Es...
Move file to online folder using movefile/copyfile
Hi, You can consider the <https://www.mathworks.com/help/matlabdrive/ug/install-matlab-drive.html MATLAB Drive Connector>. Es...
8年以上 前 | 1
| 採用済み
回答済み
Renderer: 'painters' vs. Opengl
Hi, As per my understanding there is no definitive answer as to when OpenGL will perform better than Painters or vice versa. ...
Renderer: 'painters' vs. Opengl
Hi, As per my understanding there is no definitive answer as to when OpenGL will perform better than Painters or vice versa. ...
8年以上 前 | 4
回答済み
stepwiselm: Can I limit the maximum number of variables to a fixed integer?
Hi, I work for the MathWorks, and I believe what you are trying to accomplish is not currently supported by "stepwiselm". You...
stepwiselm: Can I limit the maximum number of variables to a fixed integer?
Hi, I work for the MathWorks, and I believe what you are trying to accomplish is not currently supported by "stepwiselm". You...
8年以上 前 | 0
| 採用済み
回答済み
Bad classification accuracy... What could be making my pattern recognition network perform so poorly?
Hi, You can try steps mentioned in the following links to improve neural network performance : <https://www.mathworks.com/...
Bad classification accuracy... What could be making my pattern recognition network perform so poorly?
Hi, You can try steps mentioned in the following links to improve neural network performance : <https://www.mathworks.com/...
8年以上 前 | 1
回答済み
How to extract true positive and true negative rates from confusion matrix obtained using classification learner
Hi, I believe there is a limit of 20 classes for labels to be displayed in the confusion matrix. There is an existing enhance...
How to extract true positive and true negative rates from confusion matrix obtained using classification learner
Hi, I believe there is a limit of 20 classes for labels to be displayed in the confusion matrix. There is an existing enhance...
8年以上 前 | 0
| 採用済み
回答済み
How do I communicate between an AppDesigner app and a function
Hi, Here is a simplistic template to illustrate the workflow to access App Designer plot data: * Create an axes for your a...
How do I communicate between an AppDesigner app and a function
Hi, Here is a simplistic template to illustrate the workflow to access App Designer plot data: * Create an axes for your a...
8年以上 前 | 1
回答済み
Functions with same evaluation outputs and same starting point have different fminsearch outcomes?
Hi, Vectorizing an expression can change its final value due to optimizations from the execution engine and in some cases, du...
Functions with same evaluation outputs and same starting point have different fminsearch outcomes?
Hi, Vectorizing an expression can change its final value due to optimizations from the execution engine and in some cases, du...
8年以上 前 | 0
| 採用済み
回答済み
Time Delay Neural Network: How to separate measurements in dynamic data for the use either in the training or the test data?
Hi, I am not sure I understand your question correctly. If the training set looked like: { (a1a2...a140) (b1b2b3......
Time Delay Neural Network: How to separate measurements in dynamic data for the use either in the training or the test data?
Hi, I am not sure I understand your question correctly. If the training set looked like: { (a1a2...a140) (b1b2b3......
8年以上 前 | 0
回答済み
For loops and financial regressions
Hi, You could consider the example on estimation of the CAPM on multiple stocks here: <https://www.mathworks.com/help/fina...
For loops and financial regressions
Hi, You could consider the example on estimation of the CAPM on multiple stocks here: <https://www.mathworks.com/help/fina...
8年以上 前 | 0
回答済み
Can I run Matlab on a Intel® Atom™ x5-z8550 Prozessor?
Hello, Depending on which version of MATLAB, the minimum requirements to run MATLAB are mentioned here: <https://www.mathw...
Can I run Matlab on a Intel® Atom™ x5-z8550 Prozessor?
Hello, Depending on which version of MATLAB, the minimum requirements to run MATLAB are mentioned here: <https://www.mathw...
8年以上 前 | 0

