Sanjana Ramakrishnan

MathWorks

Actif depuis 2017

Followers: 0   Following: 0

Statistiques

  • Knowledgeable Level 2
  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
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...

plus de 6 ans il y a | 0

Réponse apportée
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...

presque 7 ans il y a | 0

Réponse apportée
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...

presque 7 ans il y a | 0

Réponse apportée
R2017a - Multiple Webcam image capture in .m code
Please provide the reproduction script and any error message that you might be facing.

presque 7 ans il y a | 0

Réponse apportée
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...

presque 7 ans il y a | 1

Réponse apportée
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...

presque 7 ans il y a | 0

| A accepté

Réponse apportée
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...

presque 7 ans il y a | 0

Réponse apportée
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...

presque 7 ans il y a | 0

Réponse apportée
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...

presque 7 ans il y a | 0

Réponse apportée
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...

presque 7 ans il y a | 0

Réponse apportée
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...

presque 7 ans il y a | 0

Réponse apportée
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...

presque 7 ans il y a | 0

Réponse apportée
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...

presque 7 ans il y a | 0

| A accepté

Réponse apportée
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...

presque 7 ans il y a | 0

Réponse apportée
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...

environ 7 ans il y a | 1

| A accepté

Réponse apportée
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...

environ 7 ans il y a | 0

Réponse apportée
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...

environ 7 ans il y a | 1

| A accepté

Réponse apportée
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....

environ 7 ans il y a | 0

Réponse apportée
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 ...

environ 7 ans il y a | 0

Réponse apportée
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...

environ 7 ans il y a | 1

Réponse apportée
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...

environ 7 ans il y a | 0

Réponse apportée
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...

environ 7 ans il y a | 0

Réponse apportée
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

environ 7 ans il y a | 0

| A accepté

Réponse apportée
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...

environ 7 ans il y a | 0

Réponse apportée
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...

environ 7 ans il y a | 0

Réponse apportée
Drawing tetrahedron with surface normals
You can use 'triangulation' and 'faceNormal' functions to draw the surface normals. Refer the below link for more information: ...

plus de 7 ans il y a | 0

Réponse apportée
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...

plus de 7 ans il y a | 0

Réponse apportée
Database organization using algorithms
You can use the implementation of Levenshtein and edit distance algorithms present in the file exchange for your requirement. Re...

plus de 7 ans il y a | 0

Réponse apportée
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...

plus de 7 ans il y a | 0

Réponse apportée
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...

plus de 7 ans il y a | 0

Charger plus