![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/7951494.jpg)
Jeffery Devereux
National Oceanic and Atmospheric Administration
Followers: 0 Following: 0
NOAA RF Spectrum Engineer International - NTIA OSM Engineer - RF Engineer @ DISA Advanced Research - PMRF Radar Systems engineer - Microwave design engineer @ Qualcomm
Programming Languages:
Python, C++, C, C#, Javascript, MATLAB, SQL, HTML, Assembly, Fortran, Visual Basic
Spoken Languages:
English
Python, C++, C, C#, Javascript, MATLAB, SQL, HTML, Assembly, Fortran, Visual Basic
Spoken Languages:
English
Feeds
已解决
Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...
5 years 前
已回答
How can I use the GoTo-command to go to a Bookmark in a word document using actxserver
COMM = actxserver('Word.Application'); wdoc = COMM.Documents.Open([pwd '\Documents\YourWordDOC.docx']); TH2 = []; Headers = ...
How can I use the GoTo-command to go to a Bookmark in a word document using actxserver
COMM = actxserver('Word.Application'); wdoc = COMM.Documents.Open([pwd '\Documents\YourWordDOC.docx']); TH2 = []; Headers = ...
5 years 前 | 0
已回答
axesm from mapping toolbox in App Designer
I have the same issue. I am going to use google api and plot it as an image
axesm from mapping toolbox in App Designer
I have the same issue. I am going to use google api and plot it as an image
6 years 前 | 0
已回答
How do I insert text label on my map?
You might check the x and y axis.. lat lon sometimes becomes lon lat
How do I insert text label on my map?
You might check the x and y axis.. lat lon sometimes becomes lon lat
6 years 前 | 0
已回答
How can I use the GoTo-command to go to a Bookmark in a word document using actxserver
word_connector.Selection.GoTo(-1,0,0,'Evaluation') Try this...
How can I use the GoTo-command to go to a Bookmark in a word document using actxserver
word_connector.Selection.GoTo(-1,0,0,'Evaluation') Try this...
6 years 前 | 0
已提交
Merge Multiple Word Documents
Merge Multiple Word documents and create a single pdf using a page tracker cell array
6 years 前 | 3 次下载 |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/138b2774-b8be-4982-93ec-55a6912a2357/6f8eb82a-d6a1-4794-ac9e-a29cf101afe3/images/screenshot.png)
已回答
For I uidropdown how do I specify numeric ItemsData within App Designer?
Value = app.SystemCertsDropDown.Value; A = app.SystemCertsDropDown.Items; AppData.N = find(strcmp(A,Value),1); d...
For I uidropdown how do I specify numeric ItemsData within App Designer?
Value = app.SystemCertsDropDown.Value; A = app.SystemCertsDropDown.Items; AppData.N = find(strcmp(A,Value),1); d...
6 years 前 | 0
已回答
Is there an option to write to a specific cell of a uitable
LBT = uitable(SimDat.LBFig,'Position',[5 60 595 450],... 'BackgroundColor',[1 1 1 ;0.85 1 1],... ...
Is there an option to write to a specific cell of a uitable
LBT = uitable(SimDat.LBFig,'Position',[5 60 595 450],... 'BackgroundColor',[1 1 1 ;0.85 1 1],... ...
6 years 前 | 1
已回答
Assign value zero to n elements of cell array
Nice! Thanks (Had the same issue) Never thought about using the curly brackets around the zero.
Assign value zero to n elements of cell array
Nice! Thanks (Had the same issue) Never thought about using the curly brackets around the zero.
7 years 前 | 0
已回答
How to solve an equation in terms of the other variable
you need to use two equal signs g^2+6*g*h+3*h==0
How to solve an equation in terms of the other variable
you need to use two equal signs g^2+6*g*h+3*h==0
7 years 前 | 0
已回答
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException using CreateTable() / Java
I am going to try adding this to my code to catch the error before it crashes my program. It only happens when I leave it runnin...
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException using CreateTable() / Java
I am going to try adding this to my code to catch the error before it crashes my program. It only happens when I leave it runnin...
7 years 前 | 0
已回答
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException using CreateTable() / Java
Same problem here...
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException using CreateTable() / Java
Same problem here...
7 years 前 | 0
已回答
How can I highlight or change the color of certain values in a table
use html format for your cell data.. the set the background color accordingly: TableCell = strcat('<html><b><font face = "Lu...
How can I highlight or change the color of certain values in a table
use html format for your cell data.. the set the background color accordingly: TableCell = strcat('<html><b><font face = "Lu...
8 years 前 | 0