photo

Riya


Actif depuis 2025

Followers: 0   Following: 0

Programming Languages:
Python, C++, C, Java, Javascript, MATLAB, SQL, HTML, CSS
Spoken Languages:
English, Hindi
Pronouns:
She/her

Statistiques

MATLAB Answers

0 Questions
41 Réponses

RANG
13 073
of 300 365

RÉPUTATION
4

CONTRIBUTIONS
0 Questions
41 Réponses

ACCEPTATION DE VOS RÉPONSES
0.00%

VOTES REÇUS
0

RANG
 of 20 933

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 168 262

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Knowledgeable Level 1
  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
I want to save view(net) as an image in 2013b. I searched (https://stackoverflow.com/questions/14919140/matlab-how-to-save-view-configuration) and used them but not succeeded.
Hi Farooq, I understand that you are trying to save the visualization generated by MATLAB’s “view(net)” function in R2013b ...

3 mois il y a | 0

Réponse apportée
Stateflow: Event guards on a loop with super step semantics switched on not behaving as I want
Hi Richard, I understand that you are trying to use an event guard on a loop in a Stateflow chart with super step semantics...

3 mois il y a | 0

Réponse apportée
app designer won't open
Hi ATHANASIOS, I understand that you are facing an issue where App Designer does not open when accessed either from the Apps...

3 mois il y a | 0

Réponse apportée
Simulink Dynamic Signal Delay
Hi Will, I understand that you are trying to implement a variable delay in Simulink to simulate a hardware delay of 0 ms, 4...

3 mois il y a | 0

Réponse apportée
Syntax error when plotting in Matplotlib
Hi Aisse, I understand that you are trying to translate a MATLAB plotting command into Python and are encountering a syntax e...

3 mois il y a | 0

Réponse apportée
How can I change block parameters in simulink using block path in app designer?
Hi Sabereh, I understand that you are getting an error while trying to change a block parameter in Simulink using the “Simu...

4 mois il y a | 0

Réponse apportée
Mismatch Data Types Fixed-Point Tool Simulink
Hi Matteo, The error you are encountering is due to a mismatch between the fixed-point output of the “Unit Delay” block and...

4 mois il y a | 0

Réponse apportée
Accessing parameters of input signal in a custom MATLAB function in simulink
Hi Jyotirmay, I understand that you are trying to access parameters such as Amplitude and Period of multiple Pulse Generato...

4 mois il y a | 0

Réponse apportée
Unable to retrieve SubIFD (for tif image)
Hi Amritanjali, I understand that you are encountering the error “Unable to retrieve SubIFD” while working with a “TIFF” im...

4 mois il y a | 0

Réponse apportée
Multiple App Designer Compiler
Hi Alejandro, I understand that you have developed a desktop application using multiple “.mlapp” files that interact with e...

4 mois il y a | 0

Réponse apportée
Invalid Simulink object name even after the object respective to the name was created
Hi mohd fuad sarman, I understand that you are dynamically creating a "From" block using “add_block” function and then tryin...

4 mois il y a | 0

Réponse apportée
App Designer 3D ellipsoid plot
Hi JJ, I understand that you are trying to create an interactive 3D ellipsoid in App Designer using a knob but are facing s...

5 mois il y a | 0

Réponse apportée
Index exceeds array bounds
Hi Azarany, I understand that you are encountering the "Index exceeds array bounds" error when attempting to use “fzero” in...

5 mois il y a | 0

Réponse apportée
simulink output to workspace every second
Hi Nayong, I understand that you want to export Simulink output data to the MATLAB workspace every second during simulation...

5 mois il y a | 0

Réponse apportée
Remove lines outside plotted circle
Hi Xen, I understand that you are plotting a circle using the “rectangle” function and adding lines that go beyond the circ...

5 mois il y a | 0

Réponse apportée
How to make Simulink blocks like delay (z^-1) inherit input sample time from Entity generators?
Hi John, I understand you are facing an issue where blocks like “z⁻¹”, “Sum”, and “Gain” do not inherit the event-based sample ...

5 mois il y a | 0

Réponse apportée
can anybody help me with this error,load a file in workspace and ruleviewer
Hi Kapil, I understand that you are encountering an error related to missing variables like “BMSS1” and “fc” in your Simulink ...

6 mois il y a | 0

Réponse apportée
How to get error line in a compiled code?
Hi, The error you are facing usually occurs when a function is supposed to return multiple outputs, but not all of them are as...

6 mois il y a | 0

Réponse apportée
return value of categorical array in uitable- Matlab App Designer
Hi,  I understand that you want to return categorical values when the dropdown value changes. It happens because MATLAB tre...

6 mois il y a | 0

Réponse apportée
[Simulink] Subsystems are locked and the parameters cannot be changed.
Hi, I understand that you are encountering an error while trying to assign different parameter values to two subsystem instanc...

6 mois il y a | 0

Réponse apportée
3 column vector countourf plot error
Hi,    I understand that you want to plot the figure without the triangular region specified in the first image. For this, y...

6 mois il y a | 0

Réponse apportée
Sensitivity Analysis- Plot
Hi, I understand that you are trying to visualize the changes across 15 cities for three different scenarios using MATLAB. ...

7 mois il y a | 0

Réponse apportée
for loop as matlab function in simulink
Hi Vishnuvardhan, I understand that you are trying to implement a “for” loop as a MATLAB function into Simulink. When worki...

7 mois il y a | 0

Réponse apportée
how to find the accuracy from the predicted labels for test data in Matlab?
Hi Kanuparthi, You can compute the accuracy by comparing the predicted labels (“yfit”) with the actual labels (say “yTest”)....

7 mois il y a | 0

Réponse apportée
Run matlab m file from simulink
Hi Nethaji, I understand that you are trying to execute a MATLAB script (“test.m”), which calls a Python file, from within ...

7 mois il y a | 0

Réponse apportée
How do i execute Matlab Updates from command line without interaction (in silent mode)?
Hi Juergen Bohn, I understand that you are looking for a way to execute MATLAB updates from the command line in silent mode,...

7 mois il y a | 0

| A accepté

Réponse apportée
Verify Statements with outcomes from TestCaseResult object
Hi, I understand that you want to extract information about the verify statements in each testcase and their pass/fail statu...

7 mois il y a | 0

Réponse apportée
Export data from plot into a table *.txt
Hi, I understand that you want to save the generated data in a structured text file. The issue is that “table” function requi...

8 mois il y a | 0

Réponse apportée
matlab app designer table logical data
Hi, I understand that you want to allow only one checkbox to be selected at a time. To do this, you can consider using “radio...

8 mois il y a | 0

Réponse apportée
Saving files in App Designer
Hi, I understand that you are encountering an error while trying to set the variable name of “Table” to match the “EditField”...

8 mois il y a | 0

Charger plus