Ruby
Estadística
0 Preguntas
29 Respuestas
0 Problemas
4 Soluciones
CLASIFICACIÓN
1.890
of 295.467
REPUTACIÓN
34
CONTRIBUCIONES
0 Preguntas
29 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.00%
VOTOS RECIBIDOS
5
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
47.361
of 153.912
CONTRIBUCIONES
0 Problemas
4 Soluciones
PUNTUACIÓN
70
NÚMERO DE INSIGNIAS
3
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Resuelto
Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...
alrededor de 5 años hace
Resuelto
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:...
más de 6 años hace
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...
más de 7 años hace | 1
YAxis Exponent doesnt change after flipping YTick
The following MATLAB Answers Discussion might prove helpful: <https://www.mathworks.com/matlabcentral/answers/14172-converting-...
más de 7 años hace | 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...
más de 7 años hace | 0
| aceptada
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...
más de 7 años hace | 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...
más de 7 años hace | 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...
más de 7 años hace | 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...
más de 7 años hace | 0
| aceptada
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....
más de 7 años hace | 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',...
más de 7 años hace | 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...
más de 7 años hace | 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...
más de 7 años hace | 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....
más de 7 años hace | 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 ...
más de 7 años hace | 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 ...
más de 7 años hace | 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...
más de 7 años hace | 0
| aceptada
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...
más de 7 años hace | 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...
más de 7 años hace | 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...
más de 7 años hace | 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...
más de 7 años hace | 0
| aceptada
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...
más de 7 años hace | 1
| aceptada
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...
más de 7 años hace | 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, ...
casi 8 años hace | 0
| aceptada
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 ...
alrededor de 8 años hace | 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...
alrededor de 8 años hace | 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...
alrededor de 8 años hace | 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...
alrededor de 8 años hace | 0