photo

Purvaja


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

Followers: 1   Following: 0

통계

MATLAB Answers

0 질문
46 답변

순위
3,090
of 300,365

평판
18

참여
0 질문
46 답변

답변 채택
0.00%

획득한 표
5

순위
 of 20,933

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,262

참여
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...

대략 2개월 전 | 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...

대략 2개월 전 | 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...

대략 2개월 전 | 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...

대략 2개월 전 | 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...

2개월 전 | 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...

2개월 전 | 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...

2개월 전 | 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...

2개월 전 | 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 ...

2개월 전 | 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...

5개월 전 | 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...

5개월 전 | 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 ...

5개월 전 | 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...

5개월 전 | 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...

5개월 전 | 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...

5개월 전 | 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...

5개월 전 | 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 ...

5개월 전 | 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) ...

6개월 전 | 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...

6개월 전 | 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 ...

6개월 전 | 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...

6개월 전 | 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 ...

6개월 전 | 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...

7개월 전 | 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...

7개월 전 | 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...

7개월 전 | 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...

7개월 전 | 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...

8개월 전 | 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...

8개월 전 | 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 ...

8개월 전 | 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...

8개월 전 | 0

더 보기