
Kenneth Lamury
Wichita State Univ
Followers: 0 Following: 0
Kenneth W Lamury
4617 S Laura St
Wichita, KS 67216-1946
316.529.3846 home, 316.737.4505 cell
Education: Univ TX at Arlington, 1973, BS Aerospace Engineering
Control Data Institute, Dallas, TX, 1975, Computer Programmer
Wichita State Univ, Wichita, KS, engineering courses when possible
Military Service: USMC, Jan 1974 - May 1975, 2nd Lt, studying to be an air-traffic controller, Honorable Discharge
Retired from Boeing-Wichita in 2009. Contracted with them twice during their move to Oklahoma City, OK.
Statistics
12 Questions
0 Answers
RANK
230,782
of 297,503
REPUTATION
0
CONTRIBUTIONS
12 Questions
0 Answers
ANSWER ACCEPTANCE
83.33%
VOTES RECEIVED
0
RANK
of 20,449
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 159,017
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Why can't I use a format statement that has alphanumeric, numeric and integer variables?
Here are two formats I want to use. They both come from FORTRAN format statements. The first is 6F7.0,2F3.0,2I3,I2,6A4, while th...
8 years ago | 1 answer | 0
1
answerQuestion
Why do I receive "exceeds matrix dimensions" after reading a fixed numbered format?
When I ask MATLAB to read 5 variables up to 20 times it gives an error message I cannot understand. Can anybody see the error on...
8 years ago | 2 answers | 0
2
answersQuestion
Can anyone see my error?
I've tried various combinations, but still get wrong answers. The attached Fuel_Test_Read.m script file reads the first 10x2 mat...
8 years ago | 0 answers | 0
0
answersQuestion
Why does my output formatting not print multiple times?
This is the best I can get from this MATLAB 2016 Student source code: fmt_num10='%10.4f%10.4f%10.4f%10.4f%10.4f%10.4f%10.4f...
8 years ago | 2 answers | 0
2
answersQuestion
Why am I getting "Dimensions of matrices being concatenated are not consistent." after 53 successful reads?
I'm puzzled about this error message after 53 successful reads using the same setup. "Spoiler" inputs print out as "2nd Control ...
8 years ago | 1 answer | 0
1
answerQuestion
Does MATLAB permit the entrance of a loop from some point outside of the loop?
I'm an established FORTRAN programmer, and an intermediate MathCad user, who relies on their concepts to understand MATLAB. I've...
8 years ago | 1 answer | 0
1
answerQuestion
After using this sequence of statements several times, why am I getting an error message?
This sequence of statements has worked numerous times in my program, but now gives an error message. I'm 49 lines into my fixed ...
8 years ago | 2 answers | 0
2
answersQuestion
Is there a way to convert FORTRAN source code into MATLAB coding without using MEX?
I'm a beginner using MatLab 2016 Student wanting to convert FORTRAN source code into MatLab. I've read about MEX converting FORT...
8 years ago | 1 answer | 0
1
answerQuestion
What is wrong with this FORTRAN to MATLAB conversion?
I'm running MATLAB R2016a Student and getting error messages. Here is the CNSMTX program: fid=fopen('ZLS918_919_KCR_Test_Up...
8 years ago | 2 answers | 0
2
answersQuestion
Can one read one line of string title followed by multiple lines of numeric data like FORTRAN?
My test.txt file consist of one line of 80 characters followed by multiple FORTRAN lines that use both integer & floating-point ...
8 years ago | 2 answers | 0
2
answersQuestion
My annotation of Greek letters fails with capital letters and without them. Any answer?
>> Tbox=annotation('textbox',[.13,.39,.17,.085],'String','\alpha \beta \gamma \Gamma',... ' \delta \Delta \epsilon \zeta \e...
8 years ago | 1 answer | 0
1
answerQuestion
Why do I get an invalid interpreter on my annotation request?
TBox10=annotation('textbox',[.13,.39,.17,.085],'String', ... {'\alpha\Beta\Gamma\delta\epsilon\zeta\eta\theta\iota\kappa', .....
8 years ago | 2 answers | 0