photo

Edward Umpfenbach


Wayne State University

2011년부터 활동

Followers: 0   Following: 0

메시지

통계학

  • 3 Month Streak
  • Thankful Level 3
  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
find a string in a character array
Great. Thanks. Was just missing the "all" part.

거의 12년 전 | 0

질문


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

거의 12년 전 | 답변 수: 3 | 1

3

답변

답변 있음
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...

거의 12년 전 | 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...

거의 12년 전 | 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...

거의 12년 전 | 0

질문


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

거의 12년 전 | 답변 수: 4 | 0

4

답변

질문


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

대략 12년 전 | 답변 수: 2 | 4

2

답변

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

대략 12년 전 | 0

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

대략 12년 전 | 0

질문


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

대략 12년 전 | 답변 수: 1 | 0

1

답변

질문


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

대략 12년 전 | 답변 수: 3 | 0

3

답변

질문


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

대략 12년 전 | 답변 수: 2 | 2

2

답변

답변 있음
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...

12년 초과 전 | 0

질문


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

12년 초과 전 | 답변 수: 4 | 1

4

답변

질문


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

12년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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

12년 초과 전 | 답변 수: 3 | 5

3

답변

답변 있음
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...

12년 초과 전 | 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...

12년 초과 전 | 0

답변 있음
Table size limit?
Still hoping for an answer. Bump.

12년 초과 전 | 0

질문


Table size limit?
Here is what I am seeing: >> mnl = readmps('mnl.mps'); ??? Error using ==> addtotable at 12 Too many entries in tab...

12년 초과 전 | 답변 수: 5 | 0

5

답변

답변 있음
xlsread only works once per matlab session
I ended up just saving my workbook as a csv and using csvread. Works fine. Thanks, though.

12년 초과 전 | 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...

12년 초과 전 | 0

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

거의 13년 전 | 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...

거의 13년 전 | 0

질문


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

거의 13년 전 | 답변 수: 3 | 0

3

답변

답변 있음
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...

거의 13년 전 | 0

질문


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

거의 13년 전 | 답변 수: 2 | 0

2

답변