Community Profile

Swati Tiwari

MathWorks

Con actividad desde 2011

Followers: 0   Following: 0

Contacto

Estadísticas

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

Ver insignias

Feeds

Ver por

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

alrededor de 8 años hace | 2

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

más de 8 años hace | 1

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

más de 8 años hace | 1

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

más de 10 años hace | 0

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

más de 10 años hace | 1

Pregunta


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

más de 10 años hace | 4 respuestas | 1

4

respuestas

Resuelto


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

alrededor de 12 años hace

Resuelto


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

alrededor de 12 años hace

Resuelto


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

alrededor de 12 años hace

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

más de 13 años hace | 1