Community Profile

photo

Kenneth Lamury


Wichita State Univ

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

Statistiken

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

Abzeichen anzeigen

Content Feed

Anzeigen nach

Frage


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

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 7 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

mehr als 7 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

mehr als 7 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 7 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 7 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

mehr als 7 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 7 Jahre vor | 2 Antworten | 0

2

Antworten