Community Profile

photo

Kenneth Lamury


Wichita State Univ

2016 年からアクティブ

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.

統計

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

バッジを表示

Feeds

表示方法

質問


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

7年以上 前 | 1 件の回答 | 0

1

回答

質問


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

7年以上 前 | 2 件の回答 | 0

2

回答

質問


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

7年以上 前 | 0 件の回答 | 0

0

回答

質問


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年弱 前 | 2 件の回答 | 0

2

回答

質問


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年弱 前 | 1 件の回答 | 0

1

回答

質問


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年弱 前 | 1 件の回答 | 0

1

回答

質問


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年弱 前 | 2 件の回答 | 0

2

回答

質問


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年弱 前 | 1 件の回答 | 0

1

回答

質問


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年弱 前 | 2 件の回答 | 0

2

回答

質問


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年弱 前 | 2 件の回答 | 0

2

回答

質問


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年弱 前 | 1 件の回答 | 0

1

回答

質問


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年弱 前 | 2 件の回答 | 0

2

回答