Community Profile

Swati Tiwari

MathWorks

2011 年からアクティブ

Followers: 0   Following: 0

連絡

統計

All
  • First Review
  • Thankful Level 1
  • First Answer
  • Solver

バッジを表示

Feeds

表示方法

回答済み
Fail Reasons exportable in the UnitTest-Framework?
Now with R2016a, you can use DiagnosticsRecordingPlugin to add diagnostics on test results. http://www.mathworks.com/help/mat...

約8年 前 | 2

回答済み
xml output for matlab.unittest results
In R2015b, MATLAB has <http://www.mathworks.com/help/matlab/ref/matlab.unittest.plugins.xmlplugin-class.html included a plugin> ...

8年以上 前 | 1

回答済み
How can I integrate the MATLAB testing framework with Team Foundation Server
In R2015b, MATLAB has <http://www.mathworks.com/help/matlab/ref/matlab.unittest.plugins.xmlplugin-class.html included a plugin> ...

8年以上 前 | 1

回答済み
How do I find the last occurrence of a match using regexp in MATLAB?
Thank you all. I also figured out a way to do it! str = '/* This is a sectionEndExample comment */ int x; /* sectionEndExam...

10年以上 前 | 0

回答済み
Extracting files saved in .mat file
You should be able to load the image matrix into the MATLAB workspace using the LOAD function. var = load('filename.mat'); ...

10年以上 前 | 1

質問


How do I find the last occurrence of a match using regexp in MATLAB?
If I have the following string in MATLAB: str = '/* This is a comment */ int x; /* sectionEndExample */'; How do I find ...

10年以上 前 | 4 件の回答 | 1

4

回答

解決済み


Find all elements less than 0 or greater than 10 and replace them with NaN
Given an input vector x, find all elements of x less than 0 or greater than 10 and replace them with NaN. Example: Input ...

12年弱 前

解決済み


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

12年弱 前

解決済み


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

12年弱 前

回答済み
Why do I get an error 'undefined function initprintexporttemplate' when creating a figure using GUIDE?
Every time a file from matlabroot/toolbox is changed, added, or removed , it is necessary to execute the following command at th...

13年以上 前 | 1