Community Profile

Mukul Rao

MathWorks

Aktiv seit 2015

Followers: 0   Following: 0

Kontakt

I'm an aerospace engineer by education with a specialization computational fluid dynamics.

I enjoy kayaking when the weather permits and I like to bar hop regardless of the weather :) !

Statistiken

  • Knowledgeable Level 4
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
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/...

mehr als 6 Jahre vor | 0

Beantwortet
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 "...

mehr als 6 Jahre vor | 1

Beantwortet
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,...

mehr als 6 Jahre vor | 0

Beantwortet
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.

mehr als 6 Jahre vor | 0

Beantwortet
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...

mehr als 6 Jahre vor | 3

| akzeptiert

Beantwortet
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....

mehr als 6 Jahre vor | 3

| akzeptiert

Beantwortet
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. ...

mehr als 6 Jahre vor | 0

| akzeptiert

Beantwortet
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...

mehr als 6 Jahre vor | 0

Beantwortet
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...

mehr als 6 Jahre vor | 0

Beantwortet
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...

mehr als 6 Jahre vor | 0

Beantwortet
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...

mehr als 6 Jahre vor | 0

Beantwortet
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...

mehr als 6 Jahre vor | 0

Beantwortet
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...

mehr als 6 Jahre vor | 0

Beantwortet
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...

mehr als 6 Jahre vor | 1

Beantwortet
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?

mehr als 6 Jahre vor | 0

Beantwortet
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"; ...

mehr als 6 Jahre vor | 1

| akzeptiert

Beantwortet
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...

mehr als 6 Jahre vor | 0

Beantwortet
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...

fast 7 Jahre vor | 0

Beantwortet
RMSE of Weighted Nonlinear Regression
Hi, I believe the reason is that traditional weighted regression computes R-square based on transformed variables, the better...

fast 7 Jahre vor | 0

Beantwortet
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...

fast 7 Jahre vor | 0

Beantwortet
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...

fast 7 Jahre vor | 1

| akzeptiert

Beantwortet
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. ...

fast 7 Jahre vor | 4

Beantwortet
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...

fast 7 Jahre vor | 0

| akzeptiert

Beantwortet
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/...

fast 7 Jahre vor | 1

Beantwortet
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...

fast 7 Jahre vor | 0

| akzeptiert

Beantwortet
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...

fast 7 Jahre vor | 1

Beantwortet
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...

fast 7 Jahre vor | 0

| akzeptiert

Beantwortet
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......

fast 7 Jahre vor | 0

Beantwortet
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...

fast 7 Jahre vor | 0

Beantwortet
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...

fast 7 Jahre vor | 0

Mehr laden