Question


Import Image from Screen Capture of Google Earth.
I am applying screen capture to produce an image of the US using Google Earth. However, when I read the image into MATLAB to...

meer dan 11 jaar ago | 1 answer | 0

1

answer

Question


Slider Code Only Displaying One Image
I want to scroll through 3 plots with the slider inside GUIDE. But I'm only getting one plot and not 3. Here is the code: ...

meer dan 11 jaar ago | 1 answer | 0

1

answer

Question


Slider Using GUIDE with Code Example
I want to scroll through multiple plots using a slider inside GUIDE. I have used this code template that was recommended t...

meer dan 11 jaar ago | 1 answer | 1

1

answer

Question


Execute a function call in GUIDE
I have this independent function which runs optimal in the command line: function datacollect() filename = uigetfile('*...

meer dan 11 jaar ago | 1 answer | 0

1

answer

Question


Load Column Data in Popup Menu Guide
I have a two column text file: A.txt Winter Temp Summer Temp 23 78 43 87 34 9...

meer dan 11 jaar ago | 1 answer | 0

1

answer

Question


Purpose of guidata(hObject,handles)
I've been working with GUI GUIDE. What is the purpose or role of guidata(hObject,handles)? Thanks, Amanda

meer dan 11 jaar ago | 3 answers | 4

3

answers

Question


Load File in GUI GUIDE to Read 2 Columns
I've been at this for 3 hours -- so I need help. I have a push button on the GUI GUIDE to load a text file to store 2 colu...

meer dan 11 jaar ago | 1 answer | 0

1

answer

Question


Handles in Matlab Guide
I am having a difficult time understanding use of handles in MATLAB's guide. WHEN TO USE THEM? For example, this is MATLA...

meer dan 11 jaar ago | 1 answer | 0

1

answer

Question


Loaded Image Doesn't Retain Separate Colors
I have an image of a map loaded in MATLAB. BEFORE the map is loaded into MATLAB the appearance is: US Continent: Green ...

meer dan 11 jaar ago | 1 answer | 0

1

answer

Question


Matrix Resize Rows and Cols
I have imported data as a matrix called A with a size 48 x 52 (48 Rows X 52 Columns). How do I RESIZE the matrix to 48 X ...

meer dan 11 jaar ago | 2 answers | 0

2

answers

Question


Image Inserted in a Mesh Plot
This topic has been discussed but I've been unsuccessful. I have a basic mesh plot displaying on x,y,z axis and I want to ...

meer dan 11 jaar ago | 1 answer | 0

1

answer

Question


Contour Graph NOT Circular
I'm trying get a basic circular temperature contour graph. Instead, I'm getting a straight line and doesn't resemble at all t...

meer dan 11 jaar ago | 1 answer | 0

1

answer

Question


Color Map with Geoshow
I am plotting a contour over the mercator(planar) world map. And I am successful but when I use the geoshow('landareas.sh...

meer dan 11 jaar ago | 1 answer | 0

1

answer

Question


Slider for Multiple Plots in GUIDE
I need to be able to scroll through 10 graphs on a single axis in GUIDE. I don't know where to start. So the widgets I'm ...

meer dan 11 jaar ago | 2 answers | 0

2

answers

Question


GUI GUIDE Error with Map
I'm trying to insert a map into the GUI GUIDE and I'm getting the error: "Error while evaluating uicontrol Callback" The m...

meer dan 11 jaar ago | 1 answer | 0

1

answer

Question


Difference between a contour map and surface map
What is the difference btwn a contour map and surface map? I know that for both the lines are connecting the same quantity. ...

meer dan 11 jaar ago | 1 answer | 0

1

answer

Question


Map Projection and Contour Plot
When I plot a map created from MATLAB's Map Projection and overlay it over a contour plot, I get an error. Now it will work if...

meer dan 11 jaar ago | 1 answer | 0

1

answer

Question


Plot Lat, Long, and Temperature as a Contour Plot
I am really at a stand still -- thinking it would be easy. I have 3 arrays - Latitude, Longitude, and Temperature, and at ...

meer dan 11 jaar ago | 1 answer | 0

1

answer

Question


What is a Double Array
Concept question: What is a 20x10x3 double array? Thanks, Amanda

meer dan 11 jaar ago | 2 answers | 0

2

answers

Question


Excel to Text Conversion
I can convert the excel file to text manually inside of Excel. However, to make my MATLAB scripts more autonomous and not rel...

meer dan 11 jaar ago | 2 answers | 0

2

answers

Question


Conversion String to Integer with Positive or Negative
I have a 1 X 20 column vector of string data in a file name A.txt. %Input in A.txt: 60N 61N 50S 51S Ob...

meer dan 11 jaar ago | 2 answers | 0

2

answers

Question


textread not working with .text file
Before I try to apply textread to the .txt file, I have already split up the file from a large text file to smaller text files ...

meer dan 11 jaar ago | 1 answer | 0

1

answer

Question


Plot Contour Map Over a plot Map
I'm trying to plot a counter map over a general map (Asia or US). Generally speaking (input data is only by example) % D...

meer dan 11 jaar ago | 1 answer | 0

1

answer

Question


Parsing a Large Text File into Sections
I have a large text file as below: Run Lat Long Time 1 32 32 34 1 23 22 21 2 ...

meer dan 11 jaar ago | 3 answers | 0

3

answers

Answered
Parsing a Large Text File into Sections
Having a slight matrix dimensions error. Thanks Sven. Everything works great!!! Thanks a lot.

meer dan 11 jaar ago | 0

Answered
Parsing a Large Text File into Sections
Solved the matrix dimensions -- using a plain ascii file. Success in getting the output files. Only Problem which probably I...

meer dan 11 jaar ago | 0