Community Profile

photo

Anshika Chourasia

Last seen: 대략 2개월 전 2021년부터 활동

통계

  • Knowledgeable Level 2
  • Revival Level 3
  • 3 Month Streak
  • First Answer

배지 보기

Content Feed

보기 기준

답변 있음
I have 3 figures, each with 2 x-axis and 2 y-axis, and i want to compine all 3 in a way similar to subplot, can anyone help?
Hi Sanad, To create a configurable tiling of plots you can use the tiledlayout and nexttile functions. For more information, ...

거의 2년 전 | 0

답변 있음
which is the right syntax with find_system and blocktype
Hi, The correct Block Type for Weld Joint is “SimscapeMultibodyBlock”. Please use the following line of code for Weld Joint...

거의 2년 전 | 0

답변 있음
Saving voltage reads from sensors in queue from Arduino to an excel file?
Hi Isabella, I understand you want to store all the read values in a matrix and save it to an excel file. You can use “write...

거의 2년 전 | 0

답변 있음
Matlab Python Engine on MacOs
Hi, According to my understanding, to resolve this issue please install the maci64 version of Python and use that with (maci64)...

대략 2년 전 | 0

답변 있음
Create Shapefile or KML file with an attribute
Hi Aaron, As per my understanding you can have additional column in a KML file by specifying a Name-Value pair argument. Ple...

대략 2년 전 | 0

답변 있음
Trying to produce a plot of X vs P, using a for loop
Hi Collin, According to my understanding, in your code snippet x contains a singular value and you’re trying to plot a single...

대략 2년 전 | 0

답변 있음
Is it Possible to use actxcontrol on an app designer figure? Like actxcontrol('progid','position',[0 0 200 200],'parent',app.UIAxes).
Hi Shyamal, As per my understanding, in Name-Value pair arguments value corresponding to parent should be a handle to a figure ...

대략 2년 전 | 0

답변 있음
I keep getting this error: Error using i(line 13) Device Error: Unanticipated host error
Hi, As a first step in troubleshooting this issue, I would suggest updating the software with latest release as it fixes most...

대략 2년 전 | 0

답변 있음
How to use "savepath" for adding path to pathdef.m in Linux?
Hi Nasim, I understand that you are unable to save the path and encounter a warning. The MATLAB path is saved in the 'pat...

대략 2년 전 | 0

답변 있음
Cannot find Analog Output Generator app on the Apps tab
Hi Ziyu, It is my understanding that "Analog Output Generator" is introduced in R2019a. Please update the product in order to...

대략 2년 전 | 0

| 수락됨

답변 있음
Error with imread() for GUI.
Hi Cristina, As per my understanding, "Alzheimers_EEG.png" does not exist in the current directory or search path. Please che...

대략 2년 전 | 0

답변 있음
Extract subgraph by specifying edges
Hi Kamal, I understand you want to extract subgraph by specifying specific edges. Possible workaround for this problem is ...

대략 2년 전 | 0

| 수락됨

답변 있음
mex -setup cannot find ifort on Mac
Hi Haomin, The issue could be that MATLAB is not able to pick the FORTRAN compiler. Setting a environment variable should fix t...

2년 초과 전 | 0

답변 있음
I'm a beginner in matlab, and I'm not that bright at calculus, can someone answer and explain to me this problem.
Hi, Please refer the examples discussed in the below links to get more insights on solving a differential equation: How to cre...

2년 초과 전 | 0

답변 있음
How can I restrict image size on templates using Report Generation Toolbox?
Hi James, I understand that you are trying to restrict the size of the images. “FormalImage” class contains height and width pr...

2년 초과 전 | 1

| 수락됨

답변 있음
5G NOMA testing with USRP x310
Hi, Currently there are no direct built-in functions to support 5G NOMA in MATLAB. I have brought it to the notice of the conc...

2년 초과 전 | 0

답변 있음
How can I have lookfor show help for files within packages?
Hi Steve, I understand you would like to search within packages when using "lookfor". This feature is not currently available. ...

2년 초과 전 | 0

답변 있음
Error creating folder when build model in linux
Hi, This message means that the user account does not have permission to write to that location. You can check permissions by n...

2년 초과 전 | 0

답변 있음
Help plotting world map with 192x144 matrix of data?
Hi, Please cross-check the correctness of data file and try changing few columns’ values to 1’s to validate the output. If the...

2년 초과 전 | 0

답변 있음
Support for uplink OFDMA in Downlink80211axOFDMAExample
Hi Utkrisht, In most of the examples it might not be directly possible to add new direction of traffic flow. However, you can r...

2년 초과 전 | 0

| 수락됨

답변 있음
Which quadrature method does the command Integral use?
Hi Jacob, Vectorized Adaptive Quadrature method has been used for the implementation of “integral” function in MATLAB. Please r...

2년 초과 전 | 0

답변 있음
(App Designer/geoplot ) How can I plot multiple outputs on the same graph from the same function?
Hi, “hold” function is useful for retaining current plot when adding new plots. Instead of using hold on command, specify the g...

2년 초과 전 | 0

답변 있음
zpk function for atlab R2020b
Hi, Function "zpk” is implemented in Control System Toolbox. Before moving forward, please check and verify the installation of...

2년 초과 전 | 0

답변 있음
Invalid Data Arguement when plotting
Hi, Please cross-check the correctness of the data file and refer the “readtable” function syntax for creating table from sprea...

2년 초과 전 | 0

답변 있음
Where can we find Response Optimisation in 2021a Matlab Simulink Version
Hi Varun, The procedure for opening a Response Optimizer session for the model is as follows: Go to the Simulink model window,...

2년 초과 전 | 0

답변 있음
Why is Matlab unable to change current folder?
Hi Chiara, For changing the current folder “cd” command is used. Please refer the following link for more details: Change curre...

2년 초과 전 | 0

답변 있음
AppDesigner standalone App Error
Hi Barbara, According to my understanding the issue is very likely to be caused by a corrupt pathdef.m file on your MATLAB sear...

2년 초과 전 | 1

답변 있음
MATLAB 2021b Crashes when opening .mlapp files or trying to download 2021b Runtime Library SOLUTION...
Hi Robert, The possible workaround for this issue is the same as what you've suggested. Developemnt team is aware about the cra...

2년 초과 전 | 0

답변 있음
hey fellows , in which function to use for this case? Thanks
Please refer the following link for more information on solving system of linear equations: Solve System of Linear Equations - M...

2년 초과 전 | 0

답변 있음
Must a computer be able to run matlab in order to run the license manager?
Hi Eric, As per my understanding this error is typically seen by a library dependency issue i.e., an older version of glibc whi...

2년 초과 전 | 0

더 보기