Dev-iL
Followers: 0 Following: 0
Professional Interests: Mech. Eng.
Estadística
5 Preguntas
7 Respuestas
0 Problemas
5 Soluciones
CLASIFICACIÓN
4.509
of 295.448
REPUTACIÓN
11
CONTRIBUCIONES
5 Preguntas
7 Respuestas
ACEPTACIÓN DE RESPUESTAS
20.0%
VOTOS RECIBIDOS
5
CLASIFICACIÓN
of 20.227
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
50.563
of 153.872
CONTRIBUCIONES
0 Problemas
5 Soluciones
PUNTUACIÓN
61
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Why does my legend only display 50 entries?
I suggest using the following undocumented feature for this: hF = figure(); hAx = axes(hF); plot(hAx, magic(100)); hL = leg...
casi 4 años hace | 1
Resuelto
Alphabetize by last name
Given a list of names in a cell array, sort the list by the last name. So if list = {'Barney Google','Snuffy Smith','Dagwood ...
casi 4 años hace
How to setup gamultiobj to "explore farther" along a specific objective?
I've given up on trying to reconfigure gamultiobj and ended up taking the edge of the pareto, then feeding this into a 1D-optimi...
más de 5 años hace | 0
| aceptada
Pregunta
How to setup gamultiobj to "explore farther" along a specific objective?
Overview: This question deals with a scenario where one of the objectives is "more important" than another, and we want the Pare...
más de 5 años hace | 2 respuestas | 1
2
respuestasResuelto
Make a checkerboard matrix
Given an integer n, make an n-by-n matrix made up of alternating ones and zeros as shown below. The a(1,1) should be 1. Examp...
casi 6 años hace
Resuelto
The 5th Root
Write a function to find the 5th root of a number. It sounds easy, but the typical functions are not allowed (see the test su...
casi 6 años hace
Resuelto
Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...
casi 6 años hace
Help takes forever to load and I get a Java related error
I started having the same problem after a Win10 update, which for some reason messed up the permissions of the user Temp folder....
alrededor de 6 años hace | 0
Pregunta
Fit convergence to degenerated model - a reasonable expectation?
Hello everybody, the question below is partly about the curve-fitting tool and partly about the underlying math. I have some ...
casi 7 años hace | 2 respuestas | 0
2
respuestasPregunta
Can |setappdata| cause a memory leak if not cleared explicitly?
I'd like to know if I should explicitly call |rmappdata| on anything stored using |setappdata| before the relevant object is del...
casi 7 años hace | 0 respuestas | 1
0
respuestasPregunta
Testing if a Python executable was detected, gracefully
Hello everybody, I'm writing unit tests for code that calls some Python scripts. Early on, I would like to test whether MATLA...
alrededor de 7 años hace | 1 respuesta | 0
1
respuestaDistinguish uifigure from figure programmatically
I tried comparing the outputs of: F = struct(uifigure()); G = struct(figure()); There are several fields that are di...
más de 7 años hace | 1
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 8 años hace
Difference between tcpclient and tcpip?
* *tcpip* can act *both as a client and a server*, requires the _Instrument Control Toolbox_ and was last modified in *R2011a*. ...
más de 8 años hace | 0
definite integral in matlab
Hello, Generally, if you want to calculate some integral analytically, you can use symbolic math. Here's an example: sym...
más de 12 años hace | 0
matrix limits
What do you want to do with the 600? Delete it (making the vector shorter)? replace it with a different number? replace it with ...
más de 12 años hace | 0
| aceptada
Pregunta
GUI: How to "save a mouseclick" when editing a uitable and then clicking elsewhere in the the figure.
Dear MATLAB community, I will try to describe what I want to do as best I can: 1. Suppose you have a GUI with a uitable an...
más de 12 años hace | 1 respuesta | 1