![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/13078426_1533190286585.jpg)
Surbhi Pillai
Followers: 0 Following: 0
Statistics
RANK
2 232
of 297 016
REPUTATION
28
CONTRIBUTIONS
0 Questions
19 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
4
RANK
of 20 419
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Plot connecting nodes with arrows/lines
Hi Jennifer Please find attached documenation link for creating graphs and network algorithms which could be of help to you ht...
mer än 5 år ago | 0
convert old random forest models
Hi Adam Please find below the documenation link which ellaborates simple steps to upgrade models, libraries, and MATLAB® code f...
mer än 5 år ago | 0
Configure trainning options AlexNet
Hi Alejandro Please find attached the documentation link of Pretrained Alexnet Convolutional Neural Network in MATLAB. The page...
mer än 5 år ago | 0
Multiple Colormaps in one figure.
Hi Chirag, Please find attached the link below that consists of a similar query on MATLAB Answers. https://in.mathworks.com/ma...
mer än 5 år ago | 0
Simscape hanging-up in R2019a
The possible cause of the issue could be creation of custom paths. You may consider following the steps to remove any custom pat...
mer än 5 år ago | 0
how do I draw a rectangular waveguide
Hi Nobert, Please find the below link which suggests function 'waveguide' to create a rectangular waveguide in MATLABhttps://in...
mer än 5 år ago | 0
Hyperlink error (Simulink:Commands:InvSimulinkObjectName): Invalid Simulink object name
Hi The link to the blog shared below explains a possible cause of the error received on your end. Further, consider sharing det...
ungefär 6 år ago | 0
How to extract data from PDF that contains a plot and a table
Hi Camila You can refer to the below MATLAB Answers link to understand the extraction of data from a pdf file in MATLAB. https...
ungefär 6 år ago | 0
Is there a way to set signal builder block signals in simulink via matlab script?
Hi Dominik You can consider using 'signalbuilder' function to create and access signal builder blocks from MATLAB script. The d...
ungefär 6 år ago | 0
i am doing a face recognition project and i want to use pca for feature extraction..
Hi I would recommend you to use the 'pca' function available in MATLAB for Principal Companent Analysis of raw data. The docum...
ungefär 6 år ago | 0
Log in twice to access tutorials?
Hi James, This is an expected behaviour that authenticates the MathWorks account before resuming the ongoing courses. However, ...
ungefär 6 år ago | 0
How best to model a mass spring system?
Hello You can refer to the sample examples available in MATLAB to model Mechanical systems. It includes examples correspondin...
mer än 6 år ago | 0
Computing multiple SNR values
I would suggest you to use a loop and find SNR corresponding to each row of the respective matrices and append the results to ge...
mer än 6 år ago | 0
| accepted
I want to plot below equation in matlab. Can anyone help me?
Hi, Plotting inequality equations can be done by numerically evaluating the conditions for which the equations hold true and ...
mer än 6 år ago | 0
How NOT to read blank Excel cells as NaN when using xlsread?
As evident from your explanation, the sample time is much higher compared to rate at which the parameters are read in the Excel ...
mer än 6 år ago | 0
| accepted
What defines the type of the different variables (eg. cell or double) when you import data (for example from a csv table using uigetfile) ?
While reading csv table, the data type corresponding to different variables depends on the data contained in the table. The stri...
mer än 6 år ago | 0
| accepted
Scale a before and after signal
Hello, I understand you are trying to normalize the signals two signals to bring them to same scale for comparison. You can t...
mer än 6 år ago | 0
| accepted
Plot graph with a table of variables
Hello, I understand you are trying to include a table along with a plot within a figure. You can try using 'uitable' function...
mer än 6 år ago | 1
Create the same number repeatedly in a single array.
Hi Eranja, I understand you are trying to create a matrix with repeated values. You can try using 'ones' function to create s...
mer än 6 år ago | 3
| accepted