Community Profile

photo

Shruti Shivaramakrishnan

MathWorks

Aktiv seit 2016

Followers: 0   Following: 0

Kontakt

Programming Languages:
Ruby

Statistiken

All
  • Explorer
  • First Review
  • Commenter
  • Promoter
  • Solver
  • Revival Level 1
  • Knowledgeable Level 2
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Gelöst


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

mehr als 4 Jahre vor

Gelöst


Add two numbers
Given a and b, return the sum a+b in c.

mehr als 4 Jahre vor

Gelöst


Is my wife right?
Regardless of input, output the string 'yes'.

mehr als 5 Jahre vor

Gelöst


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

fast 6 Jahre vor

Beantwortet
Transparency in 3D Scatter plot
This Answer's Post might help: https://www.mathworks.com/matlabcentral/answers/10855-how-can-i-apply-variable-transparency-to...

mehr als 6 Jahre vor | 1

Beantwortet
YAxis Exponent doesnt change after flipping YTick
The following MATLAB Answers Discussion might prove helpful: <https://www.mathworks.com/matlabcentral/answers/14172-converting-...

mehr als 6 Jahre vor | 0

Beantwortet
Does the function estimateFrontier find the global or local optimal portfolios?
The following link provides more information about the portfolio optimization theory: <https://www.mathworks.com/help/finance/p...

mehr als 6 Jahre vor | 0

| akzeptiert

Beantwortet
How to find weighted centroid of an entire image in MATLAB
Consider the following code snippet from the example: https://www.mathworks.com/help/images/examples/measuring-regions-in-grays...

mehr als 6 Jahre vor | 0

Beantwortet
Multiple UNDO in gui
You could store the values that are being modified in a structure and "undo" them by removing it from the structure. This new up...

mehr als 6 Jahre vor | 1

Beantwortet
Can MatLab set up and analyze a factorial design of experiments using extreme vertices?
It might be helpful if you could provide further information such as what would be the overall context, any working calculations...

mehr als 6 Jahre vor | 0

Beantwortet
Beginner: How to get age-adjusted Z scores of a variable?
I think the following explanation should help: zscore(X,flag,dim) If flag is 0 (default), then zscore scales X using the s...

mehr als 6 Jahre vor | 0

| akzeptiert

Beantwortet
Is it possible to draw a 3D choropleth (heatmap) Map in Matlab?
I believe that the following example link might be helpful in creating chloropleth graphs using the mapping toolbox: http://es....

mehr als 6 Jahre vor | 0

Beantwortet
plotting with pcolor instead of imagesc but with a similar coloring algorithm
There are functions available in MATLAB which can perform 1-D, 2-D, or 3-D data interpolation. The function names are 'interp1',...

mehr als 6 Jahre vor | 1

Beantwortet
I am using the "print" function after putting an uitable in a figure, but bottom rows of my table is cut off in the printed pdf
The "uiputfile" method might be helpful in this scenario: http://www.mathworks.com/help/matlab/ref/uiputfile.html Ensure tha...

mehr als 6 Jahre vor | 0

Beantwortet
Can't load a specific *.mlapp file to AppDesigner
If the particular .mlapp file was created on versions prior to R2016b, and you are attempting to edit from prior versions, the f...

fast 7 Jahre vor | 1

Beantwortet
Curve fitting with coefficient as function of x
I might have missed it, however, how is n2 defined or assigned? Also you mentioned that n3 and n4 values are being averaged out....

fast 7 Jahre vor | 0

Beantwortet
How to connect several coordinates (latitude and longitude) and show them on map
I believe that the following Answers link might help: https://www.mathworks.com/matlabcentral/newsreader/view_thread/141559 ...

fast 7 Jahre vor | 0

Beantwortet
Creating a list of components with their information
There are multiple data types available that may be of help: http://www.mathworks.com/help/matlab/functionlist.html#data-types ...

fast 7 Jahre vor | 0

Beantwortet
How do I share a file using Matlab Online?
I believe that, currently the published folder would provide permissions to share your Drive files. I have forwarded the request...

fast 7 Jahre vor | 0

| akzeptiert

Beantwortet
What are some methods to maintain population diversity in genetic algorithm (binary, linear constraints)?
I believe the following link might prove helpful to understand a bit more about the population diversity in MATLAB: https://www...

fast 7 Jahre vor | 0

Beantwortet
Creating a drop-down list of available fonts in App Designer
Please view the attached mlapp file. It contains the code specified which performs the functionality specified. Please provide d...

fast 7 Jahre vor | 0

Beantwortet
Portfolio optimisation-Urgent help
I believe that the following link should be able to provide you with further guidance regarding the query: https://www.mathwork...

fast 7 Jahre vor | 0

Beantwortet
how can i get matlab code Bacterial foraging optimization in cluster head selection
The following file-exchange link might prove helpful: https://www.mathworks.com/matlabcentral/fileexchange/45774-bacteria-fo...

fast 7 Jahre vor | 0

| akzeptiert

Beantwortet
how can i create code that triggers message automatically to mobile when test strips picture is uploaded
You could use the "Image Acquisition Toolbox" to acquire the pictures: https://www.mathworks.com/products/imaq/features.html#ap...

fast 7 Jahre vor | 1

| akzeptiert

Beantwortet
How to create a worldmap with color gradient ?
Hello Thomas,  I believe that the "contourcmap" function might be helpful in this case: https://www.mathworks.com/help/map/r...

fast 7 Jahre vor | 0

Beantwortet
Does Matlab R2014a need Java to run on a Macbook Pro?
Could you post the Mac OSx version you are using as there was a bug regarding the use of MATLAB R2014a on the Yosemite Mac OSx, ...

etwa 7 Jahre vor | 0

| akzeptiert

Beantwortet
How to get rid of extra contour lines?
I tried executing your code to reproduce the issue, but noticed the following issues: * The for loop for i ranging from 1 to ...

mehr als 7 Jahre vor | 0

Beantwortet
How to use MAP estimate instead of Maximum Likelihood Estimate while modelling Gaussian Mixture Model for a data set? Please read description.
Unfortunately, MATLAB currently does not have a built-in function for the MAP estimate calculation while modelling Gaussian Mixt...

mehr als 7 Jahre vor | 0

Beantwortet
Hi ,I have this problem(datatypeformat) in mdfimport ,Can you help me?
The author of the File-Exchange MDF Import Tool and Function seems to have answered your question here: https://www.mathworks...

mehr als 7 Jahre vor | 0

Beantwortet
Generating the right plot
The figure posted seems to represent a mesh of lines and would mostly require multiple lines to be plotted. I notice that the co...

mehr als 7 Jahre vor | 0

Mehr laden