Community Profile

photo

Cordelle


Viasat

Active since 2013

Statistics

  • First Review
  • Thankful Level 4

View badges

Content Feed

View by

Question


How do I convert my .m file into a .exe file?
I do NOT have license compiler. I have some .m file i need some one to test on there computer and i am not sure if they hav...

meer dan 10 jaar ago | 3 answers | 1

3

answers

Question


How do you write a .csv file into excel without carrying along the commas with it?
Here is my code to read and write the .csv file: %---------------------------------------------------------------------------...

meer dan 10 jaar ago | 1 answer | 0

1

answer

Question


Is it possible to configure data in a excel file from matlab? If so, How can I do it?
for example, I have an excel file with data in it, i would like to delete the first 5 rows in the first 14 columns. Also inst...

meer dan 10 jaar ago | 3 answers | 0

3

answers

Question


How to read a .csv file in matlab?
my .csv file opens in excel and every row is in the form: 2013 *|* 094 *|* 22:57:13 *|* 2456387.456 *|* 5.002 *|* 0.006 *|* 4...

meer dan 10 jaar ago | 1 answer | 0

1

answer

Question


How do you edit a table that has already been set?
I created a GUI using GUIDE, the GUI consists of a (7x3)table and a pushbutton. The pushbutton does some calculations when pushe...

meer dan 10 jaar ago | 0 answers | 0

0

answers

Question


How do you display calculated values in uitable without using set(handles.uitable,'data',value)?
I created a GUI using GUIDE that consists of a 7X3 table (uitable1) and a pushbutton (Calculate). The pushbutton places 7 calcul...

meer dan 10 jaar ago | 1 answer | 0

1

answer

Question


In matlab uitables, Is it possible to add the data in each row together to get its summation? If so, how can i do it?
I created the table using guide. i have a 7x3 table and four each row i would like to add the data in the first 2 columns so ...

meer dan 10 jaar ago | 1 answer | 0

1

answer

Question


How do you transfer numeric data between 2 tables in 2 different GUI's?
GUI1 has table1 and GUI2 has table2. table2 has editable cells which enable the user to type numeric data in the cells. I would ...

meer dan 10 jaar ago | 0 answers | 0

0

answers

Question


How can i make a dynamic GUI in Guide?
I am having issues making my GUI dynamic. Currently, I can resize my GUI; however, when i make the GUI bigger the tables in the ...

meer dan 10 jaar ago | 2 answers | 0

2

answers

Question


How do you transfer numeric data to an excel file?
The following code is what i used to try to transfer data from the file *passReport.EO1_2013_107_193146* to the excel file *EO1_...

meer dan 10 jaar ago | 1 answer | 0

1

answer

Question


creat a excel file from matlab
I have data that I want to put in a excel file from matlab. the data is coming from a text file that I read in using textscan, h...

meer dan 10 jaar ago | 2 answers | 0

2

answers

Question


How do you enable a GUI to adjust to fit screens of varying resolution
I created a GUI in Guide and I want my GUI to adjust to fit screens of different varying resolution, because my application will...

meer dan 10 jaar ago | 2 answers | 0

2

answers

Question


Why is GUIDE not allowing me to have one (1) column and three (3) rows in my table? It seems as if the default table is 4 x 2
Is there away i can get a 3x1 table thanks in advance, Cordelle

bijna 11 jaar ago | 3 answers | 0

3

answers

Question


sharing data between two gui's
I basically have one main GUI that is calling for a smaller GUI which simply contains a table and a push button. What I want to ...

bijna 11 jaar ago | 0 answers | 0

0

answers

Question


How do you get the handles of a table from another GUI?
I have two GUI's, we can call them GUI A and GUI B. In GUI B i would like to call for the handles of a table in GUI A. We can ca...

bijna 11 jaar ago | 1 answer | 0

1

answer

Question


How do tranfer data from one GUI uitable to another GUI uitable?
I have two seperate GUI's with uitable 1 in the first GUI and uitable2 in the second GUI. After the user types all of the data i...

bijna 11 jaar ago | 1 answer | 0

1

answer

Question


how to convert a .txt file into a .xls file in matlab?
I suspect that I can actually read the log file data directly into Matlab without conversion. It is just a comma separated vari...

bijna 11 jaar ago | 3 answers | 0

3

answers

Question


How do you enable a user to maximize an axes on a matlab GUI?
Maximize a graph like you would maximize a windows application. I used guide to make the GUI. thanks in advance, Cordelle...

bijna 11 jaar ago | 2 answers | 0

2

answers

Question


What does this error message mean?
Undefined function or variable 'fcn'. Error in tabpanelcopyfcn (line 40) switch fcn

bijna 11 jaar ago | 1 answer | 0

1

answer

Question


How do i allow the user to add additional tabs to my matlab GUI if they please too? Like how a individual would add a tab in excel
Hi, Currently I have a main gui with various GUI controls on it to do calculations. Is it possible to make GUI with tabs( sim...

bijna 11 jaar ago | 1 answer | 0

1

answer

Question


How do you enable a slider to scroll an entire panel?
So far, I have only succeeded in scrolling the contents in the panel. However, I want the whole panel to scroll along with the c...

bijna 11 jaar ago | 3 answers | 0

3

answers

Question


Is it possible to enable a slider to scroll subpanels up and down?
My GUI has an add button that allows the user to add additional subpanels when desired. Being that eventually the length of the ...

bijna 11 jaar ago | 1 answer | 0

1

answer

Question


Sliders in Matlab GUI
I am trying to enable my slider to scroll up and down the GUI window. The code is below if you dont mine running it you'll see t...

bijna 11 jaar ago | 1 answer | 0

1

answer

Question


How do you create a push button that saves data from a GUI?
Basically, I just want to give the user the option to save the numerical data that are in the cells of a table on my GUI

bijna 11 jaar ago | 1 answer | 0

1

answer

Question


How do you connect to a remote machine in MatLAB?
I need be able to communicate with a remote machine. Like send data between machines and etc. Basically, I would like to transfe...

bijna 11 jaar ago | 1 answer | 0

1

answer

Question


How do you allow the USER to edit a table in a matlab GUI?
editing tables on the Interface

bijna 11 jaar ago | 1 answer | 0

1

answer

Question


Is it possible to construct the code below?
% --- Executes on button press in Calculate. function Calculate_Callback(~, ~, handles) % hObject handle to ...

bijna 11 jaar ago | 1 answer | 0

1

answer

Question


Is it possible to convert a word documenet to an .xls file using matlab code? If so, can you help or refer me to a link that will help me do that
Convert a microsoft word document to an excel document using matlab code

bijna 11 jaar ago | 2 answers | 0

2

answers

Question


How do you place values in the cells of a empty table on a GUI?
I made GUI with a calculate button and a table; I want the results from the calculations to appear on the table. I would gladly ...

bijna 11 jaar ago | 1 answer | 0

1

answer

Question


How do you share a variable from another function to be used in a different function?
function Browse1_Callback(~, ~, handles) % hObject handle to Browse1 (see GCBO) % eventdata reserved - to be...

bijna 11 jaar ago | 1 answer | 0

1

answer

Load more