photo

Swaraj

MathWorks

Last seen: mer än ett år ago Active since 2023

Followers: 0   Following: 0

Statistics

MATLAB Answers

0 Questions
56 Answers

RANK
1 507
of 300 381

REPUTATION
46

CONTRIBUTIONS
0 Questions
56 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
7

RANK
 of 20 941

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168 477

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • 3 Month Streak
  • Knowledgeable Level 2
  • First Answer

View badges

Feeds

View by

Answered
Using hNRDownlinkEvm function to perform EVM on captured 5G waveform.
Hi Aman, The documentation link you are following is for the release of R2023b. Below is the link to the same documentation pag...

nästan 2 år ago | 0

Answered
I'm using 'quadprog' in Simulink, but the 'boundary constraint' is invalid
Hi, You can try out the following to debug your issue furthur. You can use “quadprog” function which outputs the “exitflag” as...

mer än 2 år ago | 0

| accepted

Answered
hello may I ask how to perform backward feature selection from matlab
Hi Muhd, I understand that you want to perform backard feature selection in MATLAB. To perform the backward feature selection...

mer än 2 år ago | 0

Answered
In app designer how do I load a previously saved array of checked-node objects that are children in the Tree?
Hi Rina, I understand that your are not able to assign tree nodes from .mat file into "CheckedNodes". You cannot directly ass...

mer än 2 år ago | 0

Answered
When sharing a MATLAB standalone desktop app, the installed .exe gives a permissions error and deletes itself
Hi James, I understand your problem. You can check the following points : Check Windows security settings: Make sure that your...

mer än 2 år ago | 0

Answered
Loading Data from multiple .mat files in a folder and plotting
Hi Imtiaz, I understand that you want to load multiple .mat file from a folder and plot the data from it and you are facing pro...

mer än 2 år ago | 0

Answered
Error reading .nc4 file: 'Unknown file format (NC_ENOTNC)' (MATLAB Version 2022b)
Hi Kasi, I understand that you are getting an error while reading .nc4 file. This error normally occurs when the file is corrup...

mer än 2 år ago | 0

Answered
How do I read in a file and insert it in a UIAxes plot without creating a selection menu for it.
Hi Griffin, I understand that you want to know how you can read in and insert an Object in UIAxes in App designer. You may fol...

mer än 2 år ago | 0

Answered
unable to detect a class file to instantiate object
Hi Udaykaran, I understand that you are not able to access the constructor/class from a script written in the same package. I t...

mer än 2 år ago | 0

Answered
What is returned by "FlowData" in pdeplot?
Hi, I understand that you want to know about the “FlowData” in context of “pdeplot”. pdeplot() returns a handle to a plot. “F...

mer än 2 år ago | 0

Answered
Solving PDEs with mixed derivatives
Hi, I understand you want to use “pdepe” to solve PDE with mixed derivatives. “pdepe” is normally used to solve 1-D parabolic ...

mer än 2 år ago | 0

Answered
Error using trainNetwork when having 3 parameter in X and one in Y
Hi, I understand your problem and go through the possible reasons for it. The dimensions of the input sequences that your ne...

mer än 2 år ago | 0

Answered
Failed to download the third-party software: AEK Rev2 Project Files
Hi, I understand that you are facing an error while trying to install AEK Rev2 Project Files. I went on to understand the reaso...

mer än 2 år ago | 0

Answered
安装 Symbolic Math Toolbox 时程序闪退
Hi, I understand that you are getting an error while using “str2sym” function. I tried to understand the possible reasons behin...

mer än 2 år ago | 0

Answered
在使用Matlab Grader时,系统检测我的答案时显示Unable to resolve the name‘referenceVariables.y1’(这是一个系统内部的变量)
Hi, I understand that you are getting an error “Unable to resolve the name 'referenceVariables.y1'”. I tried to understand the ...

mer än 2 år ago | 0

Answered
Solver was unable to reduce the step size without violating minimum step size of 8.8942E-18 for 1 consecutive times at time 0.0025035. Solver will continue simulation with th
Hi, I understand that you are getting an error. I went through to understand the reason for this error. When the solver is una...

mer än 2 år ago | 0

Answered
Sensitivity Analysis Matlab simulink
Hi, I understand that you are getting an error “The specified key is not present in this container.” This error that you are g...

mer än 2 år ago | 0

Answered
Partial Differntiation in Appdesigner
Hi, I understand that you were facing an error while trying to run the specified code. To understand your issue, I created a ne...

mer än 2 år ago | 0

Answered
The value of 'filename' is invalid. It must satisfy the function: exist.
The error is coming because some test is trying to use a file which does not exist. You can go through the exist function docum...

mer än 2 år ago | 2

Answered
How does MATLAB compute the scales of wavelet automatically
The Scaling Parameter determines the size of the wavelet. Choosing an appropriate scaling parameter can be challenging as it dep...

mer än 2 år ago | 1

| accepted

Answered
Smooth step changes in a array
There can be multiple ways of doing it. One common method is to use a low-pass filter which can remove high frequency components...

mer än 2 år ago | 0

Answered
UNRECOGNISED FIELD NAME ERROR
While evaluating Mask initialization commands, it is trying to access some structure/variable where it is trying to access a fie...

mer än 2 år ago | 0

Answered
Calculate diff between vectors and find Max
You can use the “diff” function to calculate the differences. You can than use the “max” function to find the maximum out of th...

mer än 2 år ago | 0

Answered
Plotting a graph with more than one dataset
Best way I can suggest is to convert your data as cell arrays and use “plot” function to plot them. Documentation for “plot” fu...

mer än 2 år ago | 0

Answered
extrapolation and interpolation of matrix values
You can use “interp2” to perform the interpolation and extrapolation in MATLAB. You can go through the following documentatio...

mer än 2 år ago | 0

Answered
Message when attempting to publish, ".m file must contain valid XML 1.0 Standard characters."
This error occurs when you are trying to publish a MATLAB script that contains characters that are not valid in XML 1.0 standard...

mer än 2 år ago | 0

Answered
Does Simulink have a model for TDECQ calculating?
Simulink does not have a built-in model for calculating TDECQ (Total Dispersive Eye Closure Quaternary). However, you can creat...

mer än 2 år ago | 0

| accepted

Answered
I cannot get my userdefined m-function help by the ‘help ___ ’ command in Command window
I tried running it and it worked correctly. I got the above output. I suggest you try it out once again. It should work ...

mer än 2 år ago | 0

Answered
Joining Tables and deleting columns
Step 1: Joining two tables You can join two tables in MATLAB using the “join()” function. Eg. Table3 = join(table1,table2); D...

mer än 2 år ago | 0

Answered
current sensor with simulink
You can use an Analog Input Block in Simulink. Go through the following documentation for details of using Analog Input Blocks ...

mer än 2 år ago | 1

Load more