![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/8438791_1522126595032_DEF.jpg)
Programming Languages:
Ruby
Ruby
Feeds
已解决
Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...
5 years 前
已解决
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 years 前
已回答
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...
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...
7 years 前 | 1
已回答
YAxis Exponent doesnt change after flipping YTick
The following MATLAB Answers Discussion might prove helpful: <https://www.mathworks.com/matlabcentral/answers/14172-converting-...
YAxis Exponent doesnt change after flipping YTick
The following MATLAB Answers Discussion might prove helpful: <https://www.mathworks.com/matlabcentral/answers/14172-converting-...
7 years 前 | 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...
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...
7 years 前 | 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...
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...
7 years 前 | 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...
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...
7 years 前 | 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...
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...
7 years 前 | 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...
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...
7 years 前 | 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....
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....
7 years 前 | 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',...
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',...
7 years 前 | 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...
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...
7 years 前 | 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...
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...
7 years 前 | 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....
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 years 前 | 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 ...
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 years 前 | 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 ...
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 years 前 | 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...
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 years 前 | 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...
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 years 前 | 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...
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 years 前 | 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...
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 years 前 | 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...
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 years 前 | 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...
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 years 前 | 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...
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 years 前 | 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, ...
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, ...
8 years 前 | 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 ...
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 ...
8 years 前 | 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...
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...
8 years 前 | 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...
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...
8 years 前 | 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...
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...
8 years 前 | 0