About 50 results
Open links in new tab
  1. matlab - How to get the test case results from script? - Stack Overflow

    Aug 8, 2019 · I use matlab script to create test file (include test suite and test case) in test manager.And when I finished my test,I need use the results of test.If the test cases all passed then exit code is 0...

  2. How to get the type of a variable in MATLAB - Stack Overflow

    Feb 23, 2009 · Does MATLAB have a function/operator that indicates the type of a variable (similar to the typeof operator in JavaScript)?

  3. How to test private methods using matlab.unittest?

    Jan 15, 2015 · Per this answer in the MATLAB Help Community, you can expose class methods to matlab.unittest.TestCase while keeping them private from all other access. Example.

  4. Matlab Chi^2 Goodness of fit test for specified mean

    Jun 16, 2023 · I would like to perform a chi^2 goodness of fit test in Matlab and have found the function h = chi2gof (x) to do almost what I want. The only issue is that I want to perform the fit about a …

  5. MATLAB Class-based unit tests: How to pass in variable to test

    Aug 14, 2018 · I'm not sure how to pass in variables when executing a unit test. These variables were created from another function not placed within the unit test. Method 1: classdef myTest < …

  6. matlab - Function for 'does matrix contain value X?' - Stack Overflow

    Dec 16, 2009 · Is there a built in MATLAB function to find out if a matrix contains a certain value? (ala PHP's in_array())

  7. Test for existance of column in table Matlab - Stack Overflow

    Sep 18, 2015 · Test for existance of column in table Matlab Asked 10 years, 6 months ago Modified 8 years, 11 months ago Viewed 2k times

  8. An issue with `parfor` in MATLAB R2023a--R2025a - Stack Overflow

    Sep 18, 2025 · end fprintf('\nExiting try_parfor\n'); end If you have MATLAB R2023a--R2025a with the Parallel Computing Toolbox installed, try the following. Place profile.m in a directory named test. …

  9. matlab execute script from linux command line - Stack Overflow

    Aug 2, 2016 · ~$ matlab test.m and I expect to see the result of the product on the linux command line. I know that you can do that with python e.g.,

  10. Test if a data distribution follows a Gaussian distribution in MATLAB

    Nov 11, 2012 · Test if a data distribution follows a Gaussian distribution in MATLAB Asked 16 years, 3 months ago Modified 13 years, 4 months ago Viewed 39k times