Feeds
질문
copyobj from GUI to new figure but after closing figure GUI obj disappears
So I have a gui that reads some data and plots it on an axis figure on the GUI itself. The GUI also has a "export graph" butt...
12년 초과 전 | 답변 수: 0 | 0
0
답변질문
How to manipulate a file path
I have a file path obtained from user selection, however, I want to save the output of my function into a higher directory than ...
12년 초과 전 | 답변 수: 1 | 1
1
답변질문
excel decimal time conversion
I have a PW protected excel spreadsheet that has a date/time column, but formatted as "general" using xlsread, the timestamps...
거의 13년 전 | 답변 수: 1 | 0
1
답변답변 있음
How to transfer axes from GUI to figure and save as PDF
Mahdi, I figured out the solution. First you have to find all the axes on the GUI that are NOT legends with the command: ...
How to transfer axes from GUI to figure and save as PDF
Mahdi, I figured out the solution. First you have to find all the axes on the GUI that are NOT legends with the command: ...
거의 13년 전 | 0
질문
How to transfer axes from GUI to figure and save as PDF
I have a GUI (handle = main) that allows the user to select some data and then plots it on the axis built into the GUI (handle =...
거의 13년 전 | 답변 수: 2 | 0
2
답변질문
adding plot to existing axis, xlim not changing automatically
I have a GUI where upon generation a blank plot is generated with AX, H1, and H2 handles As data is read by reading files obt...
거의 13년 전 | 답변 수: 0 | 0
0
답변질문
exporting data to excel / csv using fprintf
So i have a data structure where I want to export into a csv or excel file. the fieldnames are the headers of the columns, and ...
거의 13년 전 | 답변 수: 1 | 1
1
답변질문
My First GUI: open a file, read the data, select which columns to plot, then plot it
This is my first GUI build using GUIDE, please bear with me, as I have watched about a dozen tutorial videos, but have yet to ha...
거의 13년 전 | 답변 수: 1 | 0
1
답변질문
textscan of csv files produces empty rows and cols
I have been using textscan to read large batches of CSV files, and every once in a while, I'd get a file that has "invisible" bl...
13년 초과 전 | 답변 수: 0 | 0
0
답변질문
strange plotting issue
my code currently plots several series of data and then prints it to pdf in landscape mode however, i'm trying to add a few n...
13년 초과 전 | 답변 수: 1 | 0
1
답변질문
both text and numbers in axis
I'm wondering if matlab is able to customize the axis where some of the ticks are strings and some of the ticks are number? ...
13년 초과 전 | 답변 수: 1 | 0
1
답변답변 있음
double array of 0's and 1's conversion help
just tried A(A==1) = 256; A(A==0) = NaN; and the same thing happened. The A==1 part worked, but as soon as it tried t...
double array of 0's and 1's conversion help
just tried A(A==1) = 256; A(A==0) = NaN; and the same thing happened. The A==1 part worked, but as soon as it tried t...
13년 초과 전 | 0
질문
double array of 0's and 1's conversion help
I have an array of 0's and 1's Im trying to convert the 0's to nans and 1's to another value. A(find(A==1)=256; %this pa...
13년 초과 전 | 답변 수: 2 | 0
2
답변질문
vlookup similar operation on unequal matrix size
I have a series of timestamps, x1, and values associated with it, y1, and another series of timestamps, x2 (different length) wi...
13년 초과 전 | 답변 수: 2 | 0
2
답변질문
plotting with text display
I have a multi day graph, that I must present in 12 hour blocks. Currently, my code creates the graph, labels the graph, and ...
13년 초과 전 | 답변 수: 1 | 0
1
답변질문
removing entire row in cell array if first column is a NaN
My data matrix (after reading into matlab with xlsread) contains many rows of string and numerical data, and at the end, there s...
13년 초과 전 | 답변 수: 2 | 0
2
답변질문
plotyy and legend display
hi everyone, i'm trying to plot multiple graphs on a plot using multiple y-axes i'm using the plotyy function and everything ...
13년 초과 전 | 답변 수: 1 | 0
1
답변질문
date time convert to elapsed time
I have a vector of date times in 'HH:MM:SS' format which I want to convert to elapsed time. Each cell is a 1 minute increment fr...
13년 초과 전 | 답변 수: 2 | 0
2
답변질문
plot and ignore certain values
I have a vector I need to plot that contains numerics gathered from a data acquisition board collecting at 1 hz (1 point / sec)....
13년 초과 전 | 답변 수: 2 | 1
2
답변질문
Reading excel files ignoring first X rows
New to matlab here so please excuse me if my questions are too simple I'm trying to use the xlsread function, but have it omi...
13년 초과 전 | 답변 수: 2 | 0
