photo

Edward Umpfenbach


Wayne State University

Con actividad desde 2011

Followers: 0   Following: 0

Mensaje

Estadística

  • 3 Month Streak
  • Thankful Level 3
  • First Answer

Ver insignias

Feeds

Ver por

Respondida
find a string in a character array
Great. Thanks. Was just missing the "all" part.

casi 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...

casi 12 años hace | 3 respuestas | 1

3

respuestas

Respondida
How 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...

casi 12 años hace | 0

Respondida
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...

casi 12 años hace | 0

Respondida
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...

casi 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...

casi 12 años hace | 4 respuestas | 0

4

respuestas

Pregunta


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...

alrededor de 12 años hace | 2 respuestas | 4

2

respuestas

Respondida
uitable / string question
Looks like this is what uitable is designed to do. From: http://www.mathworks.com/help/techdoc/ref/uitableproperties.html#...

alrededor de 12 años hace | 0

Respondida
Handling uitable in GUI
Gui a text box over it so the user could never be able to edit it?

alrededor 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))...

alrededor de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

alrededor de 12 años hace | 3 respuestas | 0

3

respuestas

Pregunta


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...

alrededor de 12 años hace | 2 respuestas | 2

2

respuestas

Respondida
xlsread 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

respuestas

Pregunta


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

respuestas

Pregunta


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

respuestas

Respondida
Table 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

Respondida
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

Respondida
Table size limit?
Still hoping for an answer. Bump.

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

respuestas

Respondida
xlsread 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

Respondida
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

Respondida
Pymex compiling
Yeah, I didn't have the python development packages. Installed with no errors. Haven't used it yet though. Thanks!

casi 13 años hace | 0

Respondida
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...

casi 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...

casi 13 años hace | 3 respuestas | 0

3

respuestas

Respondida
Controlling 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...

casi 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...

casi 13 años hace | 2 respuestas | 0

2

respuestas