photo

Vijaya Lakshmi Chagi

Last seen: Today 自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

0 个提问
19 个回答

排名
2,120
of 297,503

声誉
30

贡献数
0 个提问
19 个回答

回答接受率
0.00%

收到投票数
8

排名
 of 20,449

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 159,017

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Knowledgeable Level 2
  • First Answer

查看徽章

Feeds

排序方式:

已回答
How can I wrote simulink annotation ?
Hi Yash, Not sure what you meant by the whole test become blue at a time. You can make annotations interactive by using hyperl...

6 years 前 | 0

已回答
How to define a custom transferFcn for recurrent neural network ?
Hi Nicolas, The function files and packages to use for defining custom versions of other Neural Network components can be found...

6 years 前 | 0

已回答
UDP Multicast Packet Receiver
The ability to receive UDP from multiple different sources is possible with the SLRT UDP blocks starting from R2018a. https://w...

6 years 前 | 1

已回答
How OpenCV interface can be used with simulink?
MATLAB provides an API to interface with OpenCV functions with mxArrays. Using the Simulink input/output ports, you will need to...

6 years 前 | 1

已回答
Can I call an entire Python script in MatLab?
You can call the Python Script from MATLAB through the "system" command on MATLAB command window. This link gives you an underst...

6 years 前 | 0

已回答
Lagrange Interpolation singleton error
Hi, The error message occurs when you try to assign to a variable, but the indices of the left- and right-hand side of the assi...

6 years 前 | 0

已回答
Bode plot in App Designer
Hi, The following link expalins on how to plot a step response in App Designer. In similar lines, you can also work with the Bo...

6 years 前 | 0

已回答
Econometric modeler not importing data
I think you will have to contact Technical support of MathWorks to resolve this issue. You can contact them from here - https:/...

6 years 前 | 0

已回答
How can I load a saved .mat to restore an app state? (or alternative!)
The following answer may help you

6 years 前 | 0

已回答
TCP/IP MATLAB and Python
Hi Soumil, I assume you are sending data from Python to MATALB via TCP/IP connection. The TCP/IP receive block used in the simu...

6 years 前 | 0

已回答
how to create 1 in zeros matrix, in order to convert oblique line, which's plotted in x and y coordinates
Hi Osama, You can try using the interp1 fucntion rather than rounding off the values. This fucntion interpolates the points bas...

6 years 前 | 0

已回答
Efficient Diff and Merge tool for Simulink
Hi Vipul, Have you got a chance to look at the Model Comparision tool from Simulink. This tool helps to compare models, identif...

6 years 前 | 0

已回答
signal analyzer workspace empty
The Signal Analyzer Workspace Browser shows only the usable siganls from the MATLAB workspace. See Data Types Supported by Sign...

6 years 前 | 0

已回答
How do I solve an algebraic loop error in Simulink?
One of the best way to troubleshoot algebraic loop issues in your model is to use Simulink Debugger. The following link gives m...

6 years 前 | 0

已回答
printing simulink model onlyprints one block
Hi Afshin, I observed that you are using a resolution of 600 DPI which is why you are getting one block saved in the image. Red...

6 years 前 | 0

| 已接受

已回答
(Undefined variable "Simulink" or class "Simulink.data.dictionary.getOpenDictionaryPaths") error on 2015b but not on 2016b, in the same machine
Hi Celso, The commands, "Simulink.data.dictionary.getOpenDictionaryPaths" was introduced in R2016b version of MATLAB. Hence the...

6 years 前 | 0

| 已接受

已回答
How to calculate Fourier coefficients for a simple signal as an exponential series?
Hi Kennard, To calculate the exponential Fourier Series, you can make use of the fit function from the Curve Fitting Toolbox. T...

6 years 前 | 0

已回答
How can i resize image stored in imageDatastore
Hi Rawan, The following workflow can help you to resize all the images to the same size (and see example code at the bottom): ...

6 years 前 | 6

| 已接受

已回答
How can I set the configuration parameters to run the simulink model in external mode for lego ev3?
Hi Rupesh, Currently, the Simulink Support Package for LEGO MINDSTORMS EV3 does not support Bluetooth or serial connections o...

6 years 前 | 0