Comments for Developer Zone https://blogs.mathworks.com/developer Developing, testing, and integrating production grade software using MATLAB. Mon, 14 Oct 2019 21:59:02 +0000 hourly 1 https://wordpress.org/?v=6.2.2 Comment on Leveraging cloud capabilities from MATLAB by Notifications from MATLAB » Developer Zone - MATLAB & Simulink https://blogs.mathworks.com/developer/2018/01/15/leveraging-cloud-capabilities-from-matlab/#comment-133510 Mon, 14 Oct 2019 21:59:02 +0000 https://blogs.mathworks.com/developer/?p=951#comment-133510 […] this post, I will describe how MathWorks developers can leverage cloud capabilities and quickly setup a fully managed publication / subscription (pub/sub) messaging system. Once […]

]]>
Comment on Driving Productivity … Without Losing Control by Jan https://blogs.mathworks.com/developer/2017/11/02/matlab-drive-and-github/#comment-131790 Mon, 30 Sep 2019 07:23:50 +0000 https://blogs.mathworks.com/developer/?p=1129#comment-131790 I’ve tried to put my git working directory to a OneDrive synced location and it was awful. Every checkout, every change in git obviously triggered the sync process and 1 cpu core was atb100% all the time.

Has Matlab drive the same issues?

Thanks, Jan

]]>
Comment on Git to the Lab! by Lehua Hu https://blogs.mathworks.com/developer/2018/08/23/gitlab-jenkins-workflow/#comment-131266 Tue, 24 Sep 2019 10:02:43 +0000 https://blogs.mathworks.com/developer/?p=1837#comment-131266 This is awesome.
Current I doing the thing on windows, and encounter the same issue with Akshat Sharma,@Akshat, Did you find the problem?

@Andy, I wrote both windows batch command and MATLAB plugin batch. the issue happens to both situation. I am very confused it. Thanks.

]]>
Comment on The Other Kind of Continuous Integration by Andy Campbell https://blogs.mathworks.com/developer/2015/01/20/the-other-kind-of-continuous-integration/#comment-129382 Tue, 27 Aug 2019 16:33:48 +0000 https://blogs.mathworks.com/developer/?p=7#comment-129382 Hi Cameron,

I answered this question on your other comment here.

Thanks!
Andy

]]>
Comment on Just TAP it in…give it a little TAP-py TAP TAP TAP-aroo by Andy Campbell https://blogs.mathworks.com/developer/2015/01/29/tap-plugin/#comment-129380 Tue, 27 Aug 2019 16:32:42 +0000 https://blogs.mathworks.com/developer/?p=51#comment-129380 Hi @Cameron,

There is no construct in the MATLAB test framework which maps to the TODO tap directive. Do you have a case where this is needed?Curious to hear any details if so.

As for the skip directive, tests are marked as #SKIP-ped in the tap output when the test experiences an assumption failure. An assumption failure means that some assumption the test makes, generally about the environment in which the test has been run, is invalidated and so the test is skipped, or filtered. In this case the user does not want to fail the test, but certainly doesnt want the test to “pass” either because it didnt run. THis will create skipped directives in the tap output. If you dont have a criteria to skip the test, but you jsut want to mark the test (perhaps temporarily) as skipped you can do so unconditionally by adding a call to

testCase.assumeFail('This is my reason for skipping');

at the top of the test.

More information about assumptions can be found here.

Hope that helps!
Andy

]]>
Comment on Just TAP it in…give it a little TAP-py TAP TAP TAP-aroo by Cameron Waite https://blogs.mathworks.com/developer/2015/01/29/tap-plugin/#comment-129368 Tue, 27 Aug 2019 10:17:07 +0000 https://blogs.mathworks.com/developer/?p=51#comment-129368 I’m not sure if people are still come here but does anyone know how to use the TODO and Skip function of a TAP stream in the matlab tests?

]]>
Comment on The Other Kind of Continuous Integration by Cameron Waite https://blogs.mathworks.com/developer/2015/01/20/the-other-kind-of-continuous-integration/#comment-129366 Tue, 27 Aug 2019 10:07:43 +0000 https://blogs.mathworks.com/developer/?p=7#comment-129366 Hello, I don’t know if this is still being monitored but I am looking to use this in a new build system I am setting up but I can’t find any documentation anywhere on how to mark a test as TODO or skippable as defined by the TAP protocol, all of my test come back as only pass / fail.

]]>
Comment on Running MATLAB in the Cloud with Reference Architectures by A quick dip in the lake » Developer Zone - MATLAB & Simulink https://blogs.mathworks.com/developer/2018/06/29/on-cloud-reference-architectures/#comment-129040 Tue, 20 Aug 2019 21:26:55 +0000 https://blogs.mathworks.com/developer/?p=1662#comment-129040 […] capabilities are more significant when viewed through the lens of our reference architectures for the Azure cloud. A MATLAB interface for the Azure Data Lake Storage is available on […]

]]>
Comment on Best Practices – Adapt, then Adopt! by Per Isaksson https://blogs.mathworks.com/developer/2017/01/13/matlab-toolbox-best-practices/#comment-127840 Fri, 26 Jul 2019 06:56:32 +0000 https://blogs.mathworks.com/developer/?p=848#comment-127840 Best Practices requires version control. Thus, in the _sandbox folder there shall be (in my case) a .git-folder. I want to adopt to this workflow and start by organising some legacy code in sandboxes. I fail miserably, which most likely is because I misunderstand the documentation of version control. (I’m used to TortoiseHg.) It seems to work, but suddenly the sandbox is not under source control. The context menu has only one entry, “Manage Files …”. (I use R2018b.)

I wish that Toolbox Tool created the repository for me and a text detailing the entire workflow from legacy code to a mltbx-file and the following version of the users toolbox.

]]>
Comment on MEX Debugging. Redefined. by Mohamed ElMossallamy https://blogs.mathworks.com/developer/2018/06/19/mex-debugging-vscode/#comment-127610 Wed, 24 Jul 2019 00:49:31 +0000 https://blogs.mathworks.com/developer/?p=1638#comment-127610 Hi Martijn,

After trying to attach to the MATLAB.exe process, I get this error: “Unable to start debugging. Unable to establish a connection to GDB. Debug output may contain more information.”

Any idea what is wrong?

Thank you!

]]>