Estadística
12 Preguntas
15 Respuestas
CLASIFICACIÓN
3.546
of 295.467
REPUTACIÓN
15
CONTRIBUCIONES
12 Preguntas
15 Respuestas
ACEPTACIÓN DE RESPUESTAS
50.0%
VOTOS RECIBIDOS
14
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
of 153.912
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
find a string in a character array
Great. Thanks. Was just missing the "all" part.
alrededor de 12 años hace | 0
Pregunta
find a string in a character array
A is an m x n character array (I think that is the right term. It says m x n char in the workspace under value). I want to fi...
alrededor de 12 años hace | 3 respuestas | 1
3
respuestasHow can I use fmincon in the mle function?
Simple answer. Type: help fmincon It contains all the info for fmincon and some simple examples. Don't see a need to repea...
alrededor de 12 años hace | 0
Printing to text file
Nevermind. When I open with notepad I see "41234". When I open with notepad++, I see 4 1 2 3 4 So I guess it is not Ma...
alrededor de 12 años hace | 0
Printing to text file
Well I'm not sure what to do. It's definitely updating the file each time (if I change it to z = 5), I see "512345" printed to t...
alrededor de 12 años hace | 0
Pregunta
Printing to text file
Pretty simple. I want to print this to a text file: 4 1 2 3 4 but instead I am getting this: 41234 H...
alrededor de 12 años hace | 4 respuestas | 0
4
respuestasPregunta
redirect terminal output to file
I have a commercial solver that I use in Matlab. It internally prints information to the Matlab terminal and I have no control o...
más de 12 años hace | 2 respuestas | 4
2
respuestasuitable / string question
Looks like this is what uitable is designed to do. From: http://www.mathworks.com/help/techdoc/ref/uitableproperties.html#...
más de 12 años hace | 0
Handling uitable in GUI
Gui a text box over it so the user could never be able to edit it?
más de 12 años hace | 0
Pregunta
uitable / string question
I create a uitable to capture a user input of strings. global num_groups; num_tech = uitable('Data',cell(1,num_groups))...
más de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
Vectorize this?
yidx = [false(18144,1);true(24,1);false(36882,1);true(64,1);false(6,1);true(198,1)]; temp = find(yidx); for i=1:1:size(t...
más de 12 años hace | 3 respuestas | 0
3
respuestasPregunta
Ensure x label never cut off
I have a bar plot with some x labels that can be fairly lengthy (rotated vertically with rotateticklabel). If left on its own, M...
más de 12 años hace | 2 respuestas | 2
2
respuestasxlsread error
I had a different error with .xlsx read. I ended up saving my file as a .csv and reading it into matlab function csvread. Do...
más de 12 años hace | 0
Pregunta
Max / Min of sparse matrices
I previously asked this question: http://www.mathworks.com/matlabcentral/answers/35224-max-min-of-nonzero-rows-cols It was...
más de 12 años hace | 4 respuestas | 1
4
respuestasPregunta
Max/Min of nonzero rows/cols
I have a Matrix, A. I want to find the max and min for every row and column in A, excluding the zero entries. I have coded...
más de 12 años hace | 2 respuestas | 0
2
respuestasPregunta
Find multiple elements in an array.
I have an array a = [1 5 2 5 3 5 4 5]. I have a second array b = [2,3,4]. I want to type something like c = find(a == b), but...
más de 12 años hace | 3 respuestas | 5
3
respuestasTable size limit?
The reason I didn't do any of what you have suggested is that I have successfully used this file before, no errors. The only thi...
más de 12 años hace | 0
Table size limit?
I apologize. It must not have been on the exchange. I found it through google: http://infohost.nmt.edu/~borchers/readmps.html...
más de 12 años hace | 0
Pregunta
Table size limit?
Here is what I am seeing: >> mnl = readmps('mnl.mps'); ??? Error using ==> addtotable at 12 Too many entries in tab...
más de 12 años hace | 5 respuestas | 0
5
respuestasxlsread only works once per matlab session
I ended up just saving my workbook as a csv and using csvread. Works fine. Thanks, though.
más de 12 años hace | 1
xlsread only works once per matlab session
I am also running into this exact same problem. Matlab 2010a, excel 2010. I write: price_per_mile = xlsread('C:\Users\Ed\D...
más de 12 años hace | 0
Pymex compiling
Yeah, I didn't have the python development packages. Installed with no errors. Haven't used it yet though. Thanks!
alrededor de 13 años hace | 0
Pymex compiling
To add to this, I was unaware of mex files when I originally posted. I have set them up now. I still get this error: pymex.cp...
alrededor de 13 años hace | 0
Pregunta
Pymex compiling
Not sure if this is the best forum to ask a question about something from the file exchange, but here I go: I am trying to solv...
alrededor de 13 años hace | 3 respuestas | 0
3
respuestasControlling X variable when using Fmincon
Thanks for your answer. I am aware of points 1 and 2. What I wrote above was just quick pseudocode. I know I will have co...
alrededor de 13 años hace | 0
Pregunta
Controlling X variable when using Fmincon
Hi, I have a problem where I want to reference previous iterations of Fmincon to use in current function evaluations. For exa...
alrededor de 13 años hace | 2 respuestas | 0