Golnar - MATLAB Central
photo

Golnar


Ryerson University

自 2014 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB AnswersFrom 02/14 to 04/25Use left and right arrows to move selectionFrom 02/14Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

19 个提问
0 个回答

排名
10,125
of 298,116

声誉
4

贡献数
19 个提问
0 个回答

回答接受率
84.21%

收到投票数
4

排名
 of 20,535

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 160,402

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


What does this for-loop do?
for i=1:numSubj(group) subj=cell2mat(subjIDs{group}{1}(i, :)) subjDir=[/somewhere/somewhere]; v=dlmread(s...

7 years 前 | 0 个回答 | 0

0

个回答

提问


How do I troubleshoot this GUI error?
Everything was working until I changed the name of a file (IRRELEVANT to the functioning of the GUI) and now this error shows up...

11 years 前 | 1 个回答 | 0

1

个回答

提问


How do I load a .wrl file on to a GUI?
I have a .wrl file I'd like to show up in the 'axes' section of a GUI. Is this possible?

11 years 前 | 1 个回答 | 0

1

个回答

提问


str2double / str2num / conversion confusion
f1=fopen('report_data.txt', 'r'); f2=fopen('imaginary.txt', 'r'); area=[str2double(fgetl(f1)), str2double(fgetl(f2))]'...

11 years 前 | 1 个回答 | 0

1

个回答

提问


.mat file w/ vertices of 3D image inputted into axes in GUI
I have a GUI with an axes box, and I have a file V.mat which contains the vertices of a 3D image. How do I make this 3D image sh...

11 years 前 | 2 个回答 | 0

2

个回答

提问


How do I use the values in a .txt file to create a stacked bar graph?
I've already been successful at opening the file and obtaining the values fileID = fopen('report_data.txt','r'); pat...

11 years 前 | 1 个回答 | 0

1

个回答

提问


How do I program a pushback button on a GUI to open a folder?
How do I function a pushback button on a GUI to open a folder?

11 years 前 | 1 个回答 | 0

1

个回答

提问


grabbing values from .txt to create stacked bar graph
report_data.txt contains <</matlabcentral/answers/uploaded_files/10280/Screen%20Shot%202014-03-22%20at%204.43.12%20PM.png>> ...

11 years 前 | 1 个回答 | 0

1

个回答

提问


How do I go about saving a "published" output as a different name each consecutive time its created?
I have a code that uses the 'publish' prompt to output a PDF, I'd like this PDF to be called a different name each time, and hav...

11 years 前 | 2 个回答 | 0

2

个回答

提问


Question about fgetl(fileID)
I have a file named report_data.rtf which looks like <</matlabcentral/answers/uploaded_files/10254/Screen%20Shot%202014-03-22...

11 years 前 | 2 个回答 | 0

2

个回答

提问


How do I put in a specific mechanism to ensure that the execution due to the publish() run does not trigger another call to publish()
To save time not running through our entire program (3D imaging device that quantifies and monitors diabetic ulcers), I've made ...

11 years 前 | 1 个回答 | 1

1

个回答

提问


Why does the 'publish' code turn my program into a recursive one and NOT publish?
I've added options_pdf_nocode.format = 'pdf'; options_pdf_nocode.showCode = false; publish('clinicalreport.m',options...

11 years 前 | 1 个回答 | 0

1

个回答

提问


Instead of clicking 'publish', I want to write a code for it which makes use of saved settings. How?
I've edited 'publishing settings' for a certain code to output a PDF file and to not include code, I've saved these settings und...

11 years 前 | 1 个回答 | 0

1

个回答

提问


How do I program push button to request user input and insert it into array?
I'm creating a GUI w/ two push back buttons: 'Existing Patient', and 'New Patient'. To program New Patient, I want the GUI to re...

11 years 前 | 1 个回答 | 0

1

个回答

提问


How should I configure the 'Publishing Options' so that I don't get an error when user input is required?
I have a code that requires user input. I'm 'publishing' the report that is created after the user input with the 'publishing op...

11 years 前 | 1 个回答 | 2

1

个回答

提问


How do I create a report (.doc or .txt or PDF) with Matlab WITHOUT the report generator?
I need to output a clinical report after some image analysis and we don't have access to the report generator with student softw...

11 years 前 | 2 个回答 | 1

2

个回答

提问


How do I create a stacked bar graph from values in a structured array?
If I have a structured array patient.percentages = { [02 08 09]; [23 20 24]; [] } and I want to create a stacked bar graph...

11 years 前 | 1 个回答 | 0

1

个回答

提问


Problem w/ the setfield function
I have three variable outputs (healthy_exposed, pus, necrotic) that I want to enter into my structured field array in the third ...

11 years 前 | 1 个回答 | 0

1

个回答

提问


How do I correspond locations in a nested structured array to locations inside of its nest?
For example: patient.name = 'John Doe'; patient.dob = [042557]; patient.date = [040111; 022512]; patient.date.percent...

11 years 前 | 1 个回答 | 0

1

个回答