Community Profile

photo

Kenneth Lamury


Wichita State Univ

Active since 2016

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

  • First Review
  • Thankful Level 3
  • Revival Level 1
  • First Answer

View badges

Content Feed

View by

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

meer dan 7 jaar ago | 1 answer | 0

1

answer

Question


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

meer dan 7 jaar ago | 2 answers | 0

2

answers

Question


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

meer dan 7 jaar ago | 0 answers | 0

0

answers

Question


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

meer dan 7 jaar ago | 2 answers | 0

2

answers

Question


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

meer dan 7 jaar ago | 1 answer | 0

1

answer

Question


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

meer dan 7 jaar ago | 1 answer | 0

1

answer

Question


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

meer dan 7 jaar ago | 2 answers | 0

2

answers

Question


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

meer dan 7 jaar ago | 1 answer | 0

1

answer

Question


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

meer dan 7 jaar ago | 2 answers | 0

2

answers

Question


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

meer dan 7 jaar ago | 2 answers | 0

2

answers

Question


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

meer dan 7 jaar ago | 1 answer | 0

1

answer

Question


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

meer dan 7 jaar ago | 2 answers | 0

2

answers