Community Profile

photo

Shruti Shivaramakrishnan

MathWorks

2016년부터 활동

Programming Languages:
Ruby

통계

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

배지 보기

Content Feed

보기 기준

문제를 풀었습니다


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

4년 초과 전

문제를 풀었습니다


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

4년 초과 전

문제를 풀었습니다


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

5년 초과 전

문제를 풀었습니다


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

거의 6년 전

답변 있음
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...

6년 초과 전 | 1

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

6년 초과 전 | 0

답변 있음
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...

6년 초과 전 | 0

| 수락됨

답변 있음
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...

6년 초과 전 | 0

답변 있음
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...

6년 초과 전 | 1

답변 있음
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...

6년 초과 전 | 0

답변 있음
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...

6년 초과 전 | 0

| 수락됨

답변 있음
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....

6년 초과 전 | 0

답변 있음
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',...

6년 초과 전 | 1

답변 있음
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...

6년 초과 전 | 0

답변 있음
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...

6년 초과 전 | 1

답변 있음
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....

거의 7년 전 | 0

답변 있음
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 ...

거의 7년 전 | 0

답변 있음
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 ...

거의 7년 전 | 0

답변 있음
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...

거의 7년 전 | 0

| 수락됨

답변 있음
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...

거의 7년 전 | 0

답변 있음
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...

거의 7년 전 | 0

답변 있음
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...

거의 7년 전 | 0

답변 있음
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...

거의 7년 전 | 0

| 수락됨

답변 있음
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...

거의 7년 전 | 1

| 수락됨

답변 있음
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...

거의 7년 전 | 0

답변 있음
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, ...

대략 7년 전 | 0

| 수락됨

답변 있음
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 ...

7년 초과 전 | 0

답변 있음
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...

7년 초과 전 | 0

답변 있음
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...

7년 초과 전 | 0

답변 있음
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...

7년 초과 전 | 0

더 보기