Estadística
11 Preguntas
2 Respuestas
0 Problemas
6 Soluciones
CLASIFICACIÓN
12.959
of 300.765
REPUTACIÓN
4
CONTRIBUCIONES
11 Preguntas
2 Respuestas
ACEPTACIÓN DE RESPUESTAS
81.82%
VOTOS RECIBIDOS
2
CLASIFICACIÓN
of 21.084
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
53.775
of 170.941
CONTRIBUCIONES
0 Problemas
6 Soluciones
PUNTUACIÓN
70
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
Pregunta
How to get value of uicontrol object whose callback is executing?
I have a GUI with a variable number of uicontrol pushbuttons which share a single callback function. In order to make this work,...
alrededor de 7 años hace | 2 respuestas | 0
2
respuestasPregunta
How to isolate a figure created in the callback of a GUI?
I have a GUI which displays next to a graph and contains a single input of an offset value for the graph. The callback for the e...
alrededor de 7 años hace | 0 respuestas | 0
0
respuestasResuelto
Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...
casi 8 años hace
Resuelto
Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...
casi 8 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 8 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:...
casi 8 años hace
Resuelto
Count number of words in string
Count number of words in string Examples 'hi', answer is 1 'hi hi', answer is 2 'I enjoy cody', answer is 3
casi 8 años hace
Pregunta
Problem with textscan when file doesn't exist.
In my program I check if there is stored information on the user in userdata.txt. When the file doesn't exist yet I get the erro...
alrededor de 8 años hace | 2 respuestas | 0
2
respuestasPregunta
Red object detection picking up yellow color.
Part of my program isolates the red objects in an image and displays them in a binary image. It works well but has been includin...
alrededor de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
Reading strings from text file to a MATLAB cell array
I have a text file with data that looks like this: Ta Example Name1 Tn Example Name2 Th Example Name3 Td Example N...
alrededor de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
Getting 'Subscripted assignment dimension mismatch' error when my image dimensions match?
I am trying to overlay one image on another and I keep getting a dimension mismatch error. Here is the relevant block of code: ...
alrededor de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
Using 'default' as default answer in inputdlg.
I'm using an inputdlg prompt for user input and one of the options for another program I'm using is an input of the string 'defa...
alrededor de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
Try, Catch not working with system command.
In my program I have the following block of code, try !"C:\Program Files\MATLAB\R2016b\bin\matlab.exe" -r "foo" c...
alrededor de 8 años hace | 2 respuestas | 0
2
respuestasPregunta
Can my program add code to itself?
I'd like to add a sort of learning ability to my program where it recognizes new name inputs and adds them to my current list as...
alrededor de 8 años hace | 1 respuesta | 0
1
respuestaHow to run a .m file in a new MATLAB instance?
I found the solution <https://www.mathworks.com/help/matlab/matlab_env/startup-options.html here> . !"C:\Program Files\MATL...
alrededor de 8 años hace | 0
| aceptada
Pregunta
How to run a .m file in a new MATLAB instance?
I'm running a script which calls several functions, and one of these only works in a new version of MATLAB (R2016b). I'm trying ...
alrededor de 8 años hace | 1 respuesta | 0
1
respuestaError when deriving class from mlreportgen.dom.Document super-class
Solved previously by staff member Sean de Wolski, "... the DOM API was released in R2014b so you'll need to upgrade to that rele...
alrededor de 8 años hace | 2
| aceptada
Pregunta
Error when deriving class from mlreportgen.dom.Document super-class
I'm on the R2010b version of MATLAB and I have the report generator and license (license test matlab_report_gen == 1). When I tr...
alrededor de 8 años hace | 1 respuesta | 0

