Community Profile

Swati Tiwari

MathWorks

Aktiv seit 2011

Statistiken

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

Abzeichen anzeigen

Content Feed

Anzeigen nach

Beantwortet
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...

etwa 8 Jahre vor | 2

Beantwortet
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> ...

mehr als 8 Jahre vor | 1

Beantwortet
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> ...

mehr als 8 Jahre vor | 1

Beantwortet
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...

mehr als 10 Jahre vor | 0

Beantwortet
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'); ...

mehr als 10 Jahre vor | 1

Frage


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 ...

mehr als 10 Jahre vor | 4 Antworten | 1

4

Antworten

Gelöst


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 ...

fast 12 Jahre vor

Gelöst


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...

fast 12 Jahre vor

Gelöst


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:...

fast 12 Jahre vor

Beantwortet
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...

etwa 13 Jahre vor | 1