photo

Yash

MathWorks

Last seen: 3 mois il y a Actif depuis 2023

Followers: 0   Following: 0

Statistiques

MATLAB Answers

0 Questions
34 Réponses

RANG
1 070
of 300 321

RÉPUTATION
70

CONTRIBUTIONS
0 Questions
34 Réponses

ACCEPTATION DE VOS RÉPONSES
0.00%

VOTES REÇUS
9

RANG
 of 20 913

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 168 093

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 3
  • 3 Month Streak
  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
How to Repackage the files in FMU for cross-platform use?
Hello @Jintu, Thank you for reaching out and detailing the process you've followed so far in exporting your Simulink model to...

plus d'un an il y a | 1

| A accepté

Réponse apportée
How to eliminate MISRA 11.3 warning with 2D Array Argument?
Hi @Moses Fridman The best way to address the issue and eliminate the MISRA warning 11.3 is to make the array constant. By decl...

environ 2 ans il y a | 0

Réponse apportée
Solving LMIs using feasp when an LMI variable is a term inside a trace
Hi @AdamsK The issue you're encountering may indeed be related to how the trace operator is handled in your code. When you use ...

environ 2 ans il y a | 0

Réponse apportée
Model Predictive control with Delay
Hi @Saurabh Chaudhary I see that you have implemented a simple pendulum control system using Model Predictive Control (MPC) in ...

environ 2 ans il y a | 0

Réponse apportée
Μultiple errors (error in rand, selectiontournament, stepGA, galincon, gaminlpengine, gaminlp, ga) when i try to use the ga toolbox
Hi Stathis The errors you are encountering seem to be related to the options you have set for the Genetic Algorithm (GA) solver...

environ 2 ans il y a | 0

Réponse apportée
SPM12 CAT12 log files path
Hi @christopher weise It's important to keep your directory organized, especially when you're dealing with a lot of log file...

environ 2 ans il y a | 1

Réponse apportée
Re-run section of code when rectangle selection is resized
Hi @Maddie Kern Thankyou for providing me with the necessary scipts and mat files. I reviewed your code and mat files and I'm a...

environ 2 ans il y a | 0

| A accepté

Réponse apportée
How to add slider to animatedline plot?
Hi @Kushal Bollempalli To control an animated plot using a slider in MATLAB, you can use the "uifigure" , "uislider" and rela...

environ 2 ans il y a | 0

Réponse apportée
How to smooth edges of the graph plot and axis range numbering adjustments?
Hi @Rufiya, In MATLAB, you can control the format of tick labels on the x-axis (or y-axis) by customizing the axis properties....

environ 2 ans il y a | 0

Réponse apportée
Set the private property of a class without using a constructor
Hi @Govind Sankar Madhavan Pillai Ramachandran Nair In MATLAB, if you want to set a private property in a class without using...

environ 2 ans il y a | 2

| A accepté

Réponse apportée
Open MATLAB path document in linux terminal
Hi @Tongyao If you want to quickly view the content of MATLAB script files (.m) in your terminal without launching MATLAB, you ...

environ 2 ans il y a | 0

Réponse apportée
Re-run section of code when rectangle selection is resized
Hi @Maddie Kern To achieve the functionality you described, where you can interactively adjust the ROI and have the script upda...

environ 2 ans il y a | 0

Réponse apportée
How to save data from "dlarray" structure?????
Hi @minhyuk jeung It seems like you're trying to save data in the "dlarray" format, which is typically used in deep learning ...

environ 2 ans il y a | 0

Réponse apportée
Plot Legend and "hold on" issue
Hi @Andrew Feenan It seems like you're trying to update a legend in an App Designer GUI in MATLAB when you add new data sets to...

environ 2 ans il y a | 0

Réponse apportée
Accessing a property or method when inheriting from RedefinesDot
Hi @Antonio Hortal You are correct in your observation that when inheriting from matlab.mixin.indexing.RedefinesDot, the dotR...

environ 2 ans il y a | 0

| A accepté

Réponse apportée
Conversion of dlmread() using MatLab Coder - Not supported for code generation to C
Hi @Scotty Mac In MATLAB Coder, the dlmread and readmatrix functions are not supported because they are part of the MATLAB ba...

environ 2 ans il y a | 1

| A accepté

Réponse apportée
Blockname in 2 lines
Hi @Malu The issue you're encountering with hilite_system in Simulink is related to the way it processes block names with newli...

environ 2 ans il y a | 0

| A accepté

Réponse apportée
Unable to use simulink compiler to export FMU model
Hi @xin yang, To check if you have a license for Simulink Compiler in MATLAB, you can use the license function along with the p...

environ 2 ans il y a | 0

Réponse apportée
Invalid training data. Predictors and responses must have the same number of observations. In trainNetwork function, multiple featureInputLayer, neural network for regression
Hi @Farshina Nazrul Shimim The error you're encountering, "Invalid training data. Predictors and responses must have the same n...

environ 2 ans il y a | 0

| A accepté

Réponse apportée
Error using Export model to Co-simulation Functional Mockup Unit (FMU)
Hi @Ali The error message indicates that there was a problem running CMake, which is a tool used for building software projects...

plus de 2 ans il y a | 1

| A accepté

Réponse apportée
How to update a new step size in S-Function after keeping every two steps equal
Hi @Luo Gang To implement the logic you described using S-Function, you can utilize the S-Function's work vector (w...

plus de 2 ans il y a | 1

| A accepté

Réponse apportée
While trying to import data to neural network fitting and after selecting predictors when browsing data fore response Matlab automatically changes data in predictor then error
Hello Mohammad, The issue you are experiencing is due to the Import Wizard that converts the table from the input file into a...

plus de 2 ans il y a | 0

Réponse apportée
error on installling matlab-gdf in debian with apt
The error message indicates that the mex command is not found, which is necessary for building MATLAB extensions. The mex comman...

plus de 2 ans il y a | 0

Réponse apportée
Plot formatting: including zoomed in regions
Hi @HC98, To add an arrow pointing to a specific area on the magnified plot, you can use the annotation function in MATLAB. Her...

plus de 2 ans il y a | 0

Réponse apportée
Checking order of two audio clips with a delay
Hi Habib, To determine which microphone received the sound first, you can use cross-correlation. The basic idea is to shift one...

plus de 2 ans il y a | 0

Réponse apportée
código de hamming no matlab
Hi rafaela, To correct a message using Hamming code in MATLAB, you can follow the steps below: Define the received message a...

plus de 2 ans il y a | 0

Réponse apportée
How can I solve a equation when the constant numbers change when the variable changes?
Hi Sojung, If N_k is related to t such that N_k is the integer part of t/tt, then you can compute N_k inside the loop for eac...

plus de 2 ans il y a | 0

Réponse apportée
How to use normdst()
Hi Anqi, The normpdf function in Matlab is used to compute the probability density function (PDF) of a normal distribution. ...

plus de 2 ans il y a | 0

Réponse apportée
Problems with installation of Network License Manager on linux server without graphical interface
Hi Radovan, I'm sorry to hear that you are having trouble installing the Matlab Network License Manager on your Ubuntu server. ...

plus de 2 ans il y a | 0

Réponse apportée
Change active elements of Plot Browser from code
Hi Julian Braun, Yes, you can change the active elements of a figure programmatically using MATLAB code. The following code dem...

plus de 2 ans il y a | 2

| A accepté

Charger plus