photo

Purvaja


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

Followers: 1   Following: 0

统计学

MATLAB Answers

0 个提问
46 个回答

排名
3,082
of 299,763

声誉
18

贡献数
0 个提问
46 个回答

回答接受率
0.00%

收到投票数
5

排名
 of 20,798

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 165,797

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Knowledgeable Level 1
  • First Answer

查看徽章

Feeds

排序方式:

已回答
click on multiple links and save as pdf
Hi @Jabbar Khan I have come together with a concise solution using MATLAB and headless Chrome, which you can run from MATLAB to...

18 hours 前 | 0

已回答
How to make transition probability matrix in this states of Markov chain?
Hello @chaaru datta, To build a Markov Chain you need two basic components: The state space : which you already have - {3.3*10...

1 day 前 | 0

已回答
update CAN Pack / CAN Unpack blocks in the Vehicle Network Toolbox programatically Failed
Hey @wenchao zhang, I understand that when you update a "CAN Pack" block with a new DBC file, the block ports do not refresh au...

3 days 前 | 0

已回答
Is it possible to add entry, during and exit actions to states that include differential equations?
Hey @Katarina Kovacevic, I faced the same issue and found that when a Simulink-based state (i.e., a state that contains a Simul...

4 days 前 | 1

已回答
How to import weights in a neural network used in regression
Hi @Ahmed Ramzy! I understand that you have pre-trained weights and biases that you'd like to import into a neural network — he...

8 days 前 | 0

已回答
How to train neural network in Simulink?
Hey @ghazale, In Simulink, models that include neural networks or other machine learning components typically perform inference...

8 days 前 | 0

已回答
Error NARX Model Prediction
Hi @Seda, I understand that you’re using a NARX neural network for predicting carbon emissions with multiple inputs. You traine...

11 days 前 | 0

已回答
Using fitcnb to train a naive bayes with some predictors that are dummy variables?
Hello @Patrick Sassenus, Let’s break down what that warning really means: When you tell MATLAB to treat some features as 'mvmn...

11 days 前 | 0

已回答
How to find all default transitions in stateflow programmatically?
Hello @TPar I see that you wish to segregate default transitions from dangling transitions. You can achieve this by collecting ...

11 days 前 | 0

已回答
how to train a RBF neural network in simulink?
Hi @Saurabh Bishnoi, To design a controller in Simulink using an RBFNN as an inverse model, first train the RBFNN in MATLAB...

3 months 前 | 0

已回答
How to use RBF neural network to solve the following problems?
Hi there, I understand that you want to fit limited data using cubic spline interpolation in MATLAB and then generate a smooth...

3 months 前 | 0

已回答
How do I model a distribution power line?
Hi there, Assuming that you are looking to graphically model the “lighting performance” instead of “lightning performance” of ...

3 months 前 | 0

已回答
How can I convert 2D matrix into a sequence?
Hi @Rab Nawaz, Assuming the data to be time series or sequential data, we can depict the matrix data as sequence data as fo...

3 months 前 | 0

已回答
How to generate code using embedded coder for custom simulink blocks and custom simulink inports/outports without taking them on root canvas?
Hi @Tejas, As you mentioned in your question, since the subsystems and inports/outports are treated as virtual blocks, Embedde...

3 months 前 | 0

已回答
Setting C2000 CLA compiler warnings/errors for incompatible code generation/blocks
Hi @Finlay, I understand that you're working with the Texas Instruments C2000 platform, specifically the CLA (Control Law Acce...

3 months 前 | 0

已回答
converting Gui file into c code
Hi @monali mandlik, MATLAB GUIs (whether created with App Designer or GUIDE) are intended for use on desktop environments an...

3 months 前 | 0

已回答
How to generate embedded c/c code in MATLAB for GUI code's ?
Hi @RJS, There’s a key limitation for deploying code to microcontroller using Embedded Coder: GUIs built with App Designer or ...

3 months 前 | 1

已回答
how to convert GRS80 to WGS84?
Hey @hye wook Kim, I understand that you need to convert X–Y coordinates defined on the GRS80-based / Unified CS (EPSG:5179) ...

4 months 前 | 0

已回答
Discrepancy in EPSG:3003 Coordinate Conversion Results in MATLAB
Hi @Matteo, Referring to your question, I understand that you're observing a discrepancy between the EPSG:3003 coordinate conv...

4 months 前 | 0

已回答
generated code from multiple model by using model referencing how to integrate in BSW
Hey Shital, Understanding from your question, you want a single output from referenced models. You can do this by making a ...

4 months 前 | 0

| 已接受

已回答
Somethig wrong in document "Workflow for Exiting a State" in Stateflow
Hey @YOUNG TOMAS, Understanding from your question, I guess you are referring to the flowchart given in the link below: h...

4 months 前 | 0

已回答
How To Dynamically Change States In Stateflow?
Hey @Ben, I understand that you want to transition between states based on certain conditions by storing the desired state in ...

4 months 前 | 0

已回答
Transition from one Sub State to Another State
Hey @Rithik, I see that you want to change states with certain conditions. Transition from a sub state in a state to another s...

5 months 前 | 0

已回答
Pass bus signals to a function as an array (Stateflow)
Hey @Noah Stormonth, I understand that you want to pass array as input to the function in “Stateflow” diagram as transition co...

5 months 前 | 0

已回答
How to plot SOM results in Cluster form or How to check how many cluster are formed using self-organizing map
Hey @hammad younas, I understand that you want to see how clusters are formed in using SOM networks and print the data points c...

5 months 前 | 0

已回答
How to obtain the values of data that fall within each cluster in Self Organizing Map algorithm
Hey @Ikechukwu Ezeh, To print the points cluster wise, you can use “outputs” generated after training the SOM network. The o...

5 months 前 | 0

已回答
how to return a function handle to a nested function that computed the value of a polynomialin matlab
Hi @JAYANTHI SANKARALINGAMi, To create a MATLAB function that returns a handle to a nested function, you can refer to followin...

6 months 前 | 0

已回答
using 'als' algorithm in pca
Hi @Sagar, To understand why Alternating Least Squares (als) algorithm gives 100% variance as compared to eigen value decompos...

6 months 前 | 0

已回答
generating a string as output of an S-function
Hi, To display strings as an S-Function output in Simulink, I came across another MATLAB Answer that describes the answer for ...

6 months 前 | 0

| 已接受

已回答
String Display in Simulink
Hi @neemo, To display strings in Simulink, I came across another MATLAB Answer that describes the answer for it. You can re...

6 months 前 | 0

加载更多