Community Profile

Sanjana Ramakrishnan

MathWorks

Actif depuis 2017

Statistiques

  • Knowledgeable Level 2
  • First Answer

Afficher les badges

Content Feed

Afficher par

A répondu
How does one get polynomial features like in python but for MatLab?
There is not a direct way of creating a polynomial matrix in MATLAB. Refer the below link for information on polynomial matrice...

environ 6 ans il y a | 0

A répondu
Controlling random number generation in simulation
The following are the quantile values with different sample sizes: Sample size: 10000 Quantile value: -1.5971e+03 Sample siz...

plus de 6 ans il y a | 0

A répondu
Testing private functions in classes
Refer the below link for an example of writing MATLAB unit tests relevant to your case: <https://www.mathworks.com/help/matl...

plus de 6 ans il y a | 0

A répondu
R2017a - Multiple Webcam image capture in .m code
Please provide the reproduction script and any error message that you might be facing.

plus de 6 ans il y a | 0

A répondu
Convolutional 1d net
Please note that for image and sequence-to-label classification problems, Y must be a categorical vector of labels. Refer the be...

plus de 6 ans il y a | 1

A répondu
NO MATLAB command specified
Since you are using -r flag with matlab command, you would not require the pipe symbol to invoke the 'hello.m'. Modifying the co...

plus de 6 ans il y a | 0

| A accepté

A répondu
Why does the arduinosetup command not pop up the interface?
Execute the below command in MATLAB command window to check if the Arduino support package is installed correctly: >>which -a...

plus de 6 ans il y a | 0

A répondu
Mex files and parallel processing on a supercompouter: Issue with addAttachedFiles
The attached mex files may not be in the location where the job in the cluster is executing. To get the location of attached fil...

plus de 6 ans il y a | 0

A répondu
End user installation of standalone application on Linux
The end user would be specifying the path to download the MCR while installing the compiled application through the installer. A...

plus de 6 ans il y a | 0

A répondu
Why could I specify a file path and file name for the logfile in Matlab Compiler 2012b but I can only specify the file name in 2016a?
In step 6 described in the below link to create a standalone application with MATLAB Compiler, when you click package button, yo...

plus de 6 ans il y a | 0

A répondu
Is there a way to access data from a local ThingSpeak server using the ThingSpeak Matlab Toolbox?
Refer the below link to connect to ThingSpeak server by providing IP address: https://www.mathworks.com/help/thingspeak/chann...

plus de 6 ans il y a | 0

A répondu
Packaged app automatic update ?
There are two ways to accomplish this. Approach I: Store the compiled application in Network drive, and make all users to use...

plus de 6 ans il y a | 0

A répondu
What C-compiler do I need to be able to use IGES toolbox ?
Based on the below file exchange link for IGES toolbox, it looks like you need C compiler to build mex files: <https://www.math...

plus de 6 ans il y a | 0

| A accepté

A répondu
Is there a way to add a custom image to a webmap?
If you want to add information to the web map, you can add overlay layers to the webmap. Refer the below link: https://www.math...

plus de 6 ans il y a | 0

A répondu
Is there a codec to read/write lossless Motion JPEG 2000 (Archival) videos outside of MATLAB?
MATLAB uses a third party library called Kakadu for doing any Motion JPEG-2000 encoding and decoding. The vendors website is htt...

presque 7 ans il y a | 1

| A accepté

A répondu
How can I Install Distributed Computing Server using windows?
Please note that MATLAB Distributed Computing Server is a toolbox that needs to be purchased before it can be installed and used...

presque 7 ans il y a | 0

A répondu
Can I step through Matlab code when it's added to an application as a DLL
It is not possible to step through the code in the compiled application, as the code would get encrypted during the process of c...

presque 7 ans il y a | 1

| A accepté

A répondu
Using a for loop to reach a certain criteria
You can use recursive functions instead of for loop with depth first search or breadth first search to achieve your requirement....

presque 7 ans il y a | 0

A répondu
I am getting errors trying to open figures of large data sets
The error message might occur if you try to store matrix in the mat file which has size greater than the maximum size supported ...

presque 7 ans il y a | 0

A répondu
Can a variable length signal be converted to a fixed length signal?
S-Functions support variable size signals. Refer the below link for more information: https://www.mathworks.com/help/simulink...

presque 7 ans il y a | 1

A répondu
I am trying to write my own rref and have the following code. It appears to have worked for the first column but not for all other columns for a test augmented matrix I entered. Can you please assist? Thanks!
Refer MATLAB source code for reference by typing the below command in MATLAB command window: >>edit rref You might also fi...

presque 7 ans il y a | 0

A répondu
How to set up mex with gfortran on Mac?
Please note that gfortran is not a supported compiler on MATLAB R2016a on Mac OS. Refer the below link for more information: ht...

presque 7 ans il y a | 0

A répondu
mathematics behind the calculation of wavelet packet coefficients in matlab
You might find the below documentation link useful: https://www.mathworks.com/help/wavelet/ug/wavelet-packets.html

presque 7 ans il y a | 0

| A accepté

A répondu
Error executing [ap, recall, precision] = evaluateDetectionPrecision(results, expectedResults);
The second parameter of the 'evaluateDetectionPrecision' function should be in the format as specified in the documentation link...

presque 7 ans il y a | 0

A répondu
How can I use neural network time series toolbox to actually make predicts?
Refer the below example code for predicting using Neural Network: 1) Load the simple time-series prediction data and create a...

presque 7 ans il y a | 0

A répondu
Drawing tetrahedron with surface normals
You can use 'triangulation' and 'faceNormal' functions to draw the surface normals. Refer the below link for more information: ...

presque 7 ans il y a | 0

A répondu
Viewing and working on 3D image
If the image is in dicom format you might find the below file exchange link useful: https://www.mathworks.com/company/newslet...

presque 7 ans il y a | 0

A répondu
Database organization using algorithms
You can use the implementation of Levenshtein and edit distance algorithms present in the file exchange for your requirement. Re...

presque 7 ans il y a | 0

A répondu
editor with multiple tabs
If the files are not showing in different tabs in the editor, then they might have been undocked. Docking them would open in sep...

presque 7 ans il y a | 0

A répondu
Please help me to drawing graph(sin graph + width )
You can plot a sin wave using 'sin' function. Refer the below link and example: https://www.mathworks.com/help/matlab/ref/sin...

presque 7 ans il y a | 0

Charger plus