Pregunta


Only close specific figures?
Currently I use this code to close all figures. figHandles=findobj('Type','figure'); figHandles(1)=[]; close(figHandles) ...

alrededor de 11 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Matlab Listbox GUI No Selection
I asked previously about setting the listbox properties so that when a list of files is loaded, the first one is not selected. I...

alrededor de 11 años hace | 3 respuestas | 0

3

respuestas

Pregunta


GUI checkbox set visibility
Is it possible to hide the entire check box, then make it visible when conditions are met? I know I can have no text, then set t...

alrededor de 11 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Configure GUI listbox to initially have no selections
When I populate a listbox with a list of filenames, the first string in the list is always highlighted. I want it so nothing is ...

alrededor de 11 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Comparing contents of structures
A little background info: in a Matlab GUI, I load the files from a directory into a listbox. I have a structure with 8 possible ...

alrededor de 11 años hace | 2 respuestas | 0

2

respuestas

Pregunta


GUI Push Button Behavior
I have a push button which, when pressed, uses the uigetdir function to get a directory. However, when I press it again, I get a...

más de 11 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Call C++ class from Matlab
Is it possible to call C++ classes from Matlab? When I use loadlibrary to load a DLL into Matlab, I get the following errors: ...

más de 11 años hace | 3 respuestas | 0

3

respuestas

Pregunta


Convolutional Coding/Decoding Using Matlab Functions
I'm trying to perform convolutional coding/decoding using built in Matlab functions. I'm trying to implement (2,1,3) code. ...

más de 11 años hace | 3 respuestas | 0

3

respuestas

Pregunta


Converting from Binary to Text
I receive a binary bit stream, of 7 ascii bits per letter, into an array. I convert it to char by doing the following: out=...

más de 11 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Binary String to ASCII
If I have a character array of binary numbers, representing the ASCII code of a text string, how do I convert those numbers back...

más de 11 años hace | 1 respuesta | 0

1

respuesta

Pregunta


ASCII to Binary Bit Stream
I am trying to convert an ASCII test string to a binary bit stream for output to an external device down the line. As a test, I ...

más de 11 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Reading in and storing binary data
I have very large binary files which have data points at points of time, with recorded parameters such as freq, amplitude, etc a...

más de 11 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Error when exectued from GUI, no error when executed in Command Window
I'm having a hard time tracking this issue down. I have four 1x15 doubles: for i=1:15 center(i)=double(pdata{i}{6}...

más de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Very easy issue with division
I'm sure this is something very simple, but I've been messing around and can't figure it out... I read in a value and store i...

más de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Display number with engineering notation
I'm trying to display a number I read in with textscan in engineering notation. I was trying to switch the format to short eng a...

más de 12 años hace | 3 respuestas | 0

3

respuestas

Pregunta


Best way to read in CSV file with header
I was looking at textread and textscan, but they seem like they won't be useful in my case. I have a 1010 column file, with head...

más de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Location of value in cell array
I have a 2 element cell array: cell={x y} x & y are both the same length. I am trying to compare each value in y against...

más de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Adjusting axis limits
I am trying to have the axis limits automatically adjust. I know they do by default, but they way it does it, the extreme data p...

más de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Get lineseries handle
I'm trying to use set to set the display name of each legend label. If I have: h=plot(); Then try to do: set(h(...

más de 12 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Plotting cell array with empty cells - changing linespec
I have up to 6 data pairs stored in a cell array. f={x1 y1 x2 y2 x3 y3 x4 y4 x5 y5 x6 y6} However, it many not always be all...

más de 12 años hace | 3 respuestas | 2

3

respuestas

Pregunta


Plotting cell array with empty data colums
I've gotten along to debugging my plotting function. Fisrt up to 6 raw multi-data type files are loaded. Then for one parameter,...

más de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Accessing value of toggle button in GUIDE
I made a GUI in GUIDE, and ran into what seems like a simple issue, but I can't figure out what I'm overlooking. I have an "e...

más de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


One last question about plotting cell array
So I get that I can have my data arranged like: x1, y1, linespec1, x2, y2, linespec2, etc... What about creating a legend?...

más de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Plotting a cell
I asked before about plotting a cell and need some clarification. What I have is the ability to load up to 6 data files. Say ...

más de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Creating an "update" button in GUI
I have a few check boxes and toggles which will affect the display of a plot I create with a GUI. If I create a plot, then th...

más de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Plotting multiple data files on 1 plot
Sounds simple enough. I know I can just use plot, hold on, plot, hold on, etc, to overlay multiple data files in one plot figure...

más de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Creating a reset button in GUI
I'm trying to create a reset button in my GUI. Is there any command to make everything go back to it's default state? Current...

más de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Accessing function data in GUI
I'm new to creating GUIs, and am trying to construct something that seems on the basic side. However, I have some questions... ...

más de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Using pushbutton to load file in GUI
I am new to creating a GUI. I am using guide, and have a push button that opens a uigetfile dialog box using the code: [fil...

más de 12 años hace | 4 respuestas | 2

4

respuestas

Pregunta


Adressing a cell
I ran into an issue today and got it sorted out, but I want to understand what the reasoning behind it is. I have a 1x10 cell...

más de 12 años hace | 2 respuestas | 0

2

respuestas

Cargar más