Feeds
已回答
Can anyone explain the absence of functions when testing
classdef convert_date_tests < matlab.unittest.TestCase %Mostly for proof of concept testing and example useage of the %convert_...
Can anyone explain the absence of functions when testing
classdef convert_date_tests < matlab.unittest.TestCase %Mostly for proof of concept testing and example useage of the %convert_...
9 years 前 | 0
已回答
Can anyone explain the absence of functions when testing
The answer is apparently that the test runner somehow has it's own 'path'. Can add the right directories using addPath ... b...
Can anyone explain the absence of functions when testing
The answer is apparently that the test runner somehow has it's own 'path'. Can add the right directories using addPath ... b...
9 years 前 | 0
提问
Can anyone explain the absence of functions when testing
See the below ... I've even gone so far as to attempt to 'addPath' to the directory which includes the convert_date.m file. I...
9 years 前 | 4 个回答 | 0
4
个回答已回答
Matlab and Jenkins CI
So, it appears to depend on how you install Jenkins. To someone reading this who wants matlab <-> Jenkins CI on windows. Some hi...
Matlab and Jenkins CI
So, it appears to depend on how you install Jenkins. To someone reading this who wants matlab <-> Jenkins CI on windows. Some hi...
9 years 前 | 2
| 已接受
提问
Matlab and Jenkins CI
In brief, I'm hoping to take over a matlab project of moderate complexity. The strategy is to unit test. My experience is that c...
9 years 前 | 2 个回答 | 1