統計
MATLAB Answers
6 質問
0 回答
ランク
of 157,897
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
refline - logaritmic/linear scale
Hi, I'm building a GUI that usually has tracks that have a linear scale, but I give the option for the user to change to log sc...
6年以上 前 | 0 件の回答 | 0
0
回答質問
scroll within an uipannel that has multiple checboxes
Hello, I'm trying to create a fixed figure that may have multiple check boxes within it. I've created a pannel to aggregate all...
約7年 前 | 0 件の回答 | 0
0
回答質問
Get details from a file
Is there a simple way to get the name of the "authors" of a given file? In the example of the image attached, I want to be able...
7年以上 前 | 1 件の回答 | 0
1
回答質問
Update axes position properly
I have a GUI that has 2 options on the toolbarmenu. User may change the width of the axes or change the "template display", e.g....
7年以上 前 | 1 件の回答 | 0
1
回答質問
Update scatter plot with different colors set by the user
Hello, I have a Gui that is plotting a scatter data into an axes. I want to be able to update the scatter with different colo...
7年以上 前 | 1 件の回答 | 0
1
回答質問
I'm trying to build a calculator. I have a listbox and a series of pushbuttons for the operations (+,-,/,sqrt,cos,sin.). I display what the user is clicking on an edit box. When the user clicks on 'cos' e.g., it only displays 'c'. Please check the co
function calculator(hObject,~,~) %Calculator handles=guidata(hObject); h=figure(...)); (...) uicontrol('Parent',h,...
7年以上 前 | 1 件の回答 | 0