已发布


Cov’ed Code All Throughout the Interwebs
You may remember that MATLAB can generate code coverage information in the Cobertura format now. Been able to since R2017b....

7 years 前

Thumbnail

已回答
Error while running the script based Unit Tests
Hi Dipesh, The example you are referring to applies to more recent versions of MATLAB. R2014b was the first release in MATLAB...

7 years 前 | 0

| 已接受

已回答
Unit test with several data sets
Hello Maia, It sounds like you may be interested in leveraging <https://www.mathworks.com/help/matlab/matlab_prog/create-basi...

7 years 前 | 0

| 已接受

已发布


Flex your Specs
Wow folks, its been a long time! I feel like I am an old friend returning from traveling on a long epic adventure. Just call...

7 years 前

Thumbnail

已发布


Leveraging cloud capabilities from MATLAB
My day job involves using MATLAB analytics at the heart of big, powerful solution stacks both on the Cloud and running...

7 years 前

Thumbnail

已发布


The Gift of Property Cheer
Well, it's that time of year, Christmas, Hanukkah, Kwanzaa, Ramadan, Winter Solstice, or you know.......Friday. You deserve...

7 years 前

Thumbnail

已解决


How to subtract?
*&plusmn &plusmn &plusmn &plusmn &plusmn &plusmn &plusmn &plusmn &plusmn &plusmn &plusmn* * Imagine you need to subtract one...

8 years 前

已发布


Hola to the developers in Spain
If you are in Madrid, Spain at the Big Data Spain conference, please do come and visit us at booth #8. We have some...

8 years 前

Thumbnail

已发布


Driving Productivity … Without Losing Control
Hi all, today I'd like to turn the time over to Matt Tearle from our Training Services group who has a great story to share...

8 years 前

Thumbnail

已发布


We’ve Got You Covered
Coverage. It's all good. Health care coverage is good. Cell phone coverage is good. Even cloud coverage can provide a nice...

8 years 前

Thumbnail

已回答
How is the execution order defined between multiple tests within matlab.unittest.TestCase.run?
Hi William, The order is not guaranteed by design. This is so that the tests can follow the principle of <http://xunitpattern...

8 years 前 | 1

已发布


The (Build) Matrix Laboratory
Ah the joys of a new release! R2017b is now out and packed with some great new features. So here I go, heading out to an...

8 years 前

Thumbnail

已回答
Executing function inside script-based unit test?
Hi Nick, I might be missing something here, but you just execute the function from within your script based test. Does your f...

8 years 前 | 0

已发布


Packaging Pitfalls
Hello readers, today we have another post from Amy, who is here to share more of her valuable experience deploying...

8 years 前

Thumbnail

已发布


All things on the Tableau
Guess what? Tableau® has been updated to provide direct support for MATLAB algorithms via MATLAB Production Server! Now you...

8 years 前

Thumbnail

已发布


Don’t Mock Me!
Hi folks, it's been a long time! Thanks for your patience as we have a lot of great incubating topics to discuss on the...

8 years 前

Thumbnail

已回答
(How) Is it possible to set the 'Details' Property of a TestResult object in the Matlab Unit Test Framework?
Hi Alex, While this is not currently available, the purpose and principle behind the Details property is indeed that it can s...

8 years 前 | 0

已回答
Create a MATLAB Unit Test Suite to Test a Simulink Model
Hi Trevor, This was a feature introduced in R2016b. <https://www.mathworks.com/help/sltest/release-notes.html#bvb748x-1 Here>...

8 years 前 | 0

| 已接受

已回答
How can I set a unit test class variable from a test function?
Hello mg, In order to support the principle of <http://xunitpatterns.com/Principles%20of%20Test%20Automation.html#Independent...

8 years 前 | 1

| 已接受

已发布


Testing for Model-Based Design
Hi all, if you haven't seen it already, I wanted to make sure you were aware of some of the great testing related posts that...

8 years 前

Thumbnail

已发布


The Fast and the Fouriers!
UPDATE: We did it and it was a lot of fun! It looks like the tracking worked out as well so that was fun to see. One slight...

8 years 前

Thumbnail

已发布


From the MATLAB Command Prompt to the Cloud
A familiar blinking cursor at the MATLAB command prompt greets me as I look away from the grey clouds overhead - the kind...

8 years 前

Thumbnail

频道


The Fast and the Fouriers

8 years 前

已发布


Properties of properties
A while ago we discussed a good reason to appreciate and use MATLAB's model for properties. It had to do with encapsulation...

8 years 前

Thumbnail

已发布


What About the Apps, I Hear You Ask?
Hi all, if you are not yet aware, the R2017a release of MATLAB is now available, and it's packed full of features! If you...

8 years 前

Thumbnail

已解决


Fibonacci sequence
Calculate the nth Fibonacci number. Given n, return f where f = fib(n) and f(1) = 1, f(2) = 1, f(3) = 2, ... Examples: Inpu...

8 years 前

已解决


Words Count: A String Array Approach
Given an input character vector consisting of words, punctuation marks, white spaces, and possibly newline characters (\n), arra...

8 years 前

已解决


Combine the first and last names
MATLAB R2016 provides a rich set of functions to work with string arrays. In this problem, you will be given two string arrays o...

8 years 前

已发布


Accessing Twitter with HTTP Interface in MATLAB
Folks, today we have a nice collaboration between blogs. If you haven't already seen it, Toshi Takeuchi just posted on...

8 years 前

Thumbnail

已回答
Good examples for projects with unittests?
Hi Andreas, Here are a couple things to get you started: * The test framework <https://www.mathworks.com/help/matlab/matla...

8 years 前 | 0

加载更多