Sanjana Ramakrishnan

MathWorks

自 2017 起处于活动状态

Followers: 0   Following: 0

统计学

  • Knowledgeable Level 2
  • First Answer

查看徽章

Feeds

排序方式:

已回答
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...

6 years 前 | 0

已回答
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...

7 years 前 | 0

已回答
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...

7 years 前 | 0

已回答
R2017a - Multiple Webcam image capture in .m code
Please provide the reproduction script and any error message that you might be facing.

7 years 前 | 0

已回答
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...

7 years 前 | 1

已回答
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...

7 years 前 | 0

| 已接受

已回答
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...

7 years 前 | 0

已回答
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...

7 years 前 | 0

已回答
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...

7 years 前 | 0

已回答
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...

7 years 前 | 0

已回答
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...

7 years 前 | 0

已回答
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...

7 years 前 | 0

已回答
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...

7 years 前 | 0

| 已接受

已回答
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...

7 years 前 | 0

已回答
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...

7 years 前 | 1

| 已接受

已回答
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...

7 years 前 | 0

已回答
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...

7 years 前 | 1

| 已接受

已回答
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....

7 years 前 | 0

已回答
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 ...

7 years 前 | 0

已回答
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...

7 years 前 | 1

已回答
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...

7 years 前 | 0

已回答
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...

7 years 前 | 0

已回答
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

7 years 前 | 0

| 已接受

已回答
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...

7 years 前 | 0

已回答
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...

7 years 前 | 0

已回答
Drawing tetrahedron with surface normals
You can use 'triangulation' and 'faceNormal' functions to draw the surface normals. Refer the below link for more information: ...

7 years 前 | 0

已回答
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...

7 years 前 | 0

已回答
Database organization using algorithms
You can use the implementation of Levenshtein and edit distance algorithms present in the file exchange for your requirement. Re...

7 years 前 | 0

已回答
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...

7 years 前 | 0

已回答
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...

7 years 前 | 0

加载更多