질문


Best reason to replace structures with classes
I use structures a lot. For example I might find the statistics of data contained in a structure containing measurements of ocea...

14년 초과 전 | 답변 수: 4 | 5

4

답변

답변 있음
Matlab graphical optimum point
I believe you are varying D, E, Rd, and I (they are finite in your example), and that you seek to optimize WACC. In general if ...

14년 초과 전 | 0

질문


"Round towards even" in sprintf
It seems that sprintf doesn't always round up if a value is halfway between two integers: sprintf('%4.1f', 0.95) ; % Return...

14년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
CSWWrite
I would suggest using fprintf since you are mixing a string and a number in the CSV file. %% Create example input data ...

14년 초과 전 | 0

| 수락됨

질문


Running Matlab code from LabView
I have a set of Matlab code that processes incoming measurements and does some calculations on them. The incoming measurements w...

14년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Running Matlab code on an industrial PC
At a remote site, we will have an industrial PC that must read incoming measurements and process them. Communication to the indu...

14년 초과 전 | 답변 수: 2 | 0

2

답변

질문


Best practices for small scientific computing projects
If your group of a few engineers/scientists shares Matlab code and data across projects, what tools or approaches have been help...

14년 초과 전 | 답변 수: 1 | 3

1

답변

질문


Export figure to Microsoft Outlook
Seeking a good way to email plots to my coworkers via Outlook. The following are not satisfactory: 1) From Matlab figure window,...

14년 초과 전 | 답변 수: 1 | 1

1

답변

질문


Select directory for File Exchange downloads via desktop
When accessing the File Exchange from Matlab's desktop, there are only two options for where to download the mfile, U:\Documents...

14년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to manage a list of variables with parameters?
I need to keep track of a list of variables and their parameters, for example one variable might be 'Students' and the parameter...

14년 초과 전 | 답변 수: 4 | 0

4

답변

질문


When running script from command line, how to close Matlab after?
I have a script that I will be running from the command line, inside Windows 7 Scheduled Tasks. After the script completes, I ne...

14년 초과 전 | 답변 수: 1 | 0

1

답변