Question


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 years ago | 4 answers | 5

4

answers

Answered
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 years ago | 0

Question


"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 years ago | 1 answer | 0

1

answer

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

14 years ago | 0

| accepted

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 2 answers | 0

2

answers

Question


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 years ago | 1 answer | 3

1

answer

Question


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 years ago | 1 answer | 1

1

answer

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 4 answers | 0

4

answers

Question


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 years ago | 1 answer | 0

1

answer