Muaaman


2014년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

17 질문
0 답변

순위
238,783
of 300,786

평판
0

참여
17 질문
0 답변

답변 채택
47.06%

획득한 표
0

순위
 of 21,091

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 171,061

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


Trying to get text file to align properly for data table
uData is a 30x5 matrix with numbers. name_Database is a 30x1 cell array with strings of Names (e.g. Fake Subject 1, Fake Subject...

대략 11년 전 | 답변 수: 1 | 0

1

답변

질문


Index exceeds matrix dimensions when writing to text file?
uData is 27x5 matrix containing numbers. name_Database is a 27x1 cell array containing names in the form of strings. I am ...

대략 11년 전 | 답변 수: 1 | 0

1

답변

질문


Remove element from cell array completely
I have a cell array with the following information: >> handles.guideGUI ans = Columns 1 through 8 @ar...

대략 11년 전 | 답변 수: 2 | 0

2

답변

질문


Which numeric type works for function table()?
The data I want to put into table were originally double, and I used the table function on them and I got: Undefined funct...

대략 11년 전 | 답변 수: 1 | 0

1

답변

질문


String for pushButton GUIDE GUI - using Greek letters
When I try to put in "α" into the String field of the GUIDE GUI pushButton, it replaces it with a blank character (as if there's...

대략 11년 전 | 답변 수: 1 | 0

1

답변

질문


If statement error code mistake - string input too long not working...
I essentially have this as code in the GUIDE GUI pushbutton1_Callback. Error Code II is not working properly. Even if I enter in...

대략 11년 전 | 답변 수: 1 | 0

1

답변

질문


Display GUIDE GUIs in random order?
I have 14 GUIDE GUI's and I want them to appear in a random order, one after another. i.e. GUIDE GUI #1 opens, press push but...

대략 11년 전 | 답변 수: 1 | 0

1

답변

질문


Bar graph plotting problem in GUIDE GUI (previous resolution didn't work; code shown)
I posted something like this before but when I examined it carefully, the issue is not resolved. I am trying to plot the bar...

대략 11년 전 | 답변 수: 1 | 0

1

답변

질문


Writeable did not match any valid parameter of the parser
In the GUIDE GUI.m file, I have a screen where I need to define a cell array variable that needs to be updated (add +1 to one of...

대략 11년 전 | 답변 수: 0 | 0

0

답변

질문


bar graph GUI GUIDE
How do I go about with making a (working) bar graph be displayed in the GUIDE GUI? Input would be much appreciated.

대략 11년 전 | 답변 수: 0 | 0

0

답변

질문


Randomly ordered GUIs sandwiched between fixed order GUI.
I would like to accomplish something like the following. Please note that these GUIs were all originally made with GUIDE: San...

대략 11년 전 | 답변 수: 0 | 0

0

답변

질문


Dialog box when try to close GUI window
I created a GUIDE GUI, but I want to prompt the user to a choice dialog box if they try to close the GUI window using the Close ...

대략 11년 전 | 답변 수: 1 | 0

1

답변

질문


Error dialog box for push button when empty textbox; GUI
I have a GUI where the user would input their name, then press a button to proceed to the next GUI. I want to make it so tha...

대략 11년 전 | 답변 수: 1 | 0

1

답변

질문


Store text in array as string from GUI text box
On the first screen of my GUIDE-made GUI I want the participant to enter their name in the text-box and press the OK push button...

대략 11년 전 | 답변 수: 1 | 0

1

답변

질문


Error with figure color function
I am trying to display a figure with color so I am entering: function class1() figure('name', 'Example',... ...

대략 11년 전 | 답변 수: 1 | 0

1

답변

질문


Changing image not showing upon display.
I am trying to crop an image and be able to manipulate in some way (I adjusted contrast) and show change in formatting as its di...

대략 11년 전 | 답변 수: 1 | 0

1

답변

질문


How to enter input variable from dialog box into text file?
if true % code prompt={['What is your name?']}; title = 'Name Machine'; answer = inputdlg(prompt, title); name = answ...

대략 11년 전 | 답변 수: 1 | 0

1

답변