Statistics
67 質問
4 回答
ランク
4,023
of 263,017
評価
10
貢献
67 質問
4 回答
回答採用率
68.66%
獲得投票数
10
ランク
of 113,953
貢献
0 問題
0 解答
スコア
0
バッジ数
0
貢献
0 投稿
貢献
0 パブリック チャネル
平均評価
貢献
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
質問
Selecting data from sorted table
Hello, In a GUIDE program I have loaded a table of files to read, according to criteria in different columns. To get selected ...
3ヶ月 前 | 0 件の回答 | 0
0
回答質問
How can one display multiple Heatmaps in one figure on the same scale?
Hello, I have spectral data from three components for several events. I have a short routine to plot the spectra: % heater1 ...
3ヶ月 前 | 1 件の回答 | 0
1
回答質問
Can the start position for ginput() crosshairs be chosen?
Hello, I have a GUIDE function that has a button defined for picking a location in an axes. When I click the button, the pick ...
4ヶ月 前 | 1 件の回答 | 0
1
回答質問
progressbar() issue, fails after one iteration
Hello! I downloaded and ran progressbar() today to replace waitbar() with the following code: FILE_LENGTH = 5000; % As...
4ヶ月 前 | 1 件の回答 | 0
1
回答質問
Find values in 2D array corresponding to vector of indices obtained from another array
Hello! I have a 3 x (variable number, in this case 5) array amp: amp = Columns 1 through 5 0.04 0.05 ...
4ヶ月 前 | 1 件の回答 | 0
1
回答質問
Using readtable() for Excel file where only one column has mixed numbers and text
Hello, When using readtable() for an Excel file, there are thirteen columns, some of which are only text and most of them only ...
4ヶ月 前 | 1 件の回答 | 0
1
回答質問
Separate one column of in a multi-column, (which is itself a cell array) into two columns in the existing cell array
I have an application that reads data (from someone else's code), in a cell array with 8 columns. Here is a snipped of the firs...
5ヶ月 前 | 1 件の回答 | 0
1
回答質問
Why does gcf in a GUIDE figure give the parent?
Hello, I've created a number of GUIDE windows called within one app, and one of them I would like to maximize. I have tested t...
6ヶ月 前 | 1 件の回答 | 0
1
回答質問
Put various buttons in a figure to toggle figures or print/save ONLY the figure parts. Will export_fig() work?? (using GUIDE)
Hello! I have an app that processes several signal analysis routines on many files. A specific format, consisting of several s...
6ヶ月 前 | 1 件の回答 | 0
1
回答質問
Calling latest version number of my own functions from one of my other functions?
Hello! I don't use git, but modify functions I write by appending a version number: e.g., "myfunc_3()" for the third version of...
6ヶ月 前 | 3 件の回答 | 0
3
回答質問
Find invertible matrix pairs where both matrices are integers
Hello! I think the summary says it all! Looking for 3x3, but assume that's not critical. Have found solution for matrix pair ...
7ヶ月 前 | 2 件の回答 | 0
2
回答質問
Is there a way to Identify the calling function within a function?
Hello! I would like a generic function that "knows" which function called it (to set certain variables) without having to pass ...
8ヶ月 前 | 1 件の回答 | 0
1
回答質問
warndlg() and msgbox() not passing string
Hello, All of a sudden, warndlg() and msgbox() don't pass the string. If I type warndlg('My Warning','Title') the dialog bo...
8ヶ月 前 | 1 件の回答 | 0
1
回答質問
uigetfile doesn't get all files with a certain extension
I have an app that calls [x,y] = uigetfile({'*.TXA;*.txt'}); where .TXA is a different type of text file. All of a sudden to...
9ヶ月 前 | 1 件の回答 | 0
1
回答質問
Assign double array to cell array
Hello, This seems like it should be obvious, but it isn't: I have several n x 1 cell arrays that I put into a table. Now I wan...
9ヶ月 前 | 2 件の回答 | 0
2
回答質問
Datetime doesn't work in uitable
Hello, I input several cell arrays to a uitable that I would like to be able to sort. The other cell arrays are numeric or str...
10ヶ月 前 | 1 件の回答 | 0
1
回答質問
Put structure data into GUIDE table
Hello! I would like to load data from a structure 'struc' into a GUIDE table 'file_table'. The structure has the following fie...
11ヶ月 前 | 1 件の回答 | 0
1
回答質問
Change one line in Excel file
Hello! I want to change one line (the header) in many Excel files for consistency (so I can merge them using readtable() ). In...
約1年 前 | 2 件の回答 | 0
2
回答質問
Linear Label on Logarithmic Plot
Hello! I have an "example" regression loglog graph to show someone. The Y axis is not very large, but is less than 1, so it sho...
1年以上 前 | 1 件の回答 | 0
1
回答質問
Eliminate Duplicates in a Legend
Hello! I am trying to plot 27 points that fit into 12 categories and then have a legend showing what symbols are used for each ...
1年以上 前 | 1 件の回答 | 0
1
回答質問
Grouping based upon differences in time, with some small scatter
Hello! We have an application to analyze digital signals from several events on separate instruments. There is a time stamp in...
1年以上 前 | 1 件の回答 | 0
1
回答質問
Error Handling Question: How to Loop Until User Enters NUMBERS(!) in GUIDE gui edit boxes and then presses an "Update" button
Hello! I don't think I have seen the answer to this particular situation. I have a GUIDE gui with several edit boxes (Can't us...
約2年 前 | 1 件の回答 | 0
1
回答質問
Button Colors and Shapes in GUIDE
Hello, I know that AppDesigner is preferred gui development environment, but there are many features (e.g., print) that my clie...
約2年 前 | 1 件の回答 | 0
1
回答質問
Reverse Slider Order -- App Designer
Hello, I have seen several questions about reversing the order in a slider. The recent questions have not been answered. In 2...
2年以上 前 | 1 件の回答 | 0
1
回答Compiled version not working because of path
Thank you for all the help! I actually found out that restoredefaultpath() was needed to clear up the mess! I've learned a lot...
2年以上 前 | 0
質問
Compiled version not working because of path
Hello, I have compiled similar programs successfully with earlier versions (e.g. 2017a), but now in 2019b have this issue. Get...
2年以上 前 | 3 件の回答 | 1
3
回答質問
Error in resizing GUIDE gui
Hello, I am using GUIDE, and now am getting this error in modifying a GUIDE gui. The gui works, but not sure what's going on h...
2年以上 前 | 1 件の回答 | 0
1
回答質問
Showing more than one image in a GUIDE gui
Hello. I have a GUIDE gui that worked fine for a while, until I try to put a new image in axes for a logo. % Plot the back...
2年以上 前 | 2 件の回答 | 0
2
回答質問
Border type for uipanel in App Designer -- why only line or none??
Hello, I am new to App Designer, used to use GUIDE. In designing an application (to look good) with GUIDE, I put a couple of u...
2年以上 前 | 0 件の回答 | 0