photo

Anjaneyulu Bairi


Last seen: 17 días hace Con actividad desde 2023

Followers: 0   Following: 0

Spoken Languages:
English, Hindi, Telugu

Estadística

All
MATLAB Answers

0 Preguntas
112 Respuestas

Cody

0 Problemas
9 Soluciones

CLASIFICACIÓN
807
of 300.364

REPUTACIÓN
96

CONTRIBUCIONES
0 Preguntas
112 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.00%

VOTOS RECIBIDOS
13

CLASIFICACIÓN
 of 20.934

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN
37.932
of 168.407

CONTRIBUCIONES
0 Problemas
9 Soluciones

PUNTUACIÓN
114

NÚMERO DE INSIGNIAS
2

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Knowledgeable Level 3
  • MATLAB Central Treasure Hunt Finisher
  • Promoter
  • 3 Month Streak
  • Solver
  • First Answer

Ver insignias

Feeds

Ver por

Respondida
Reorder frames in Simscape Multibody
Hey, I don't think we can directly reorder or rearrange the frame ports of a File Solid block in Simscape Multibody (MATLAB/Sim...

17 días hace | 0

Respondida
generating mutiple tiled figures
Hi, You can move them in 2*2 grid by using "Tile All" option in "Layout" Tab. Attaching picture for reference:

17 días hace | 0

Respondida
Unable to connect to Money.Net using Datafeed toolbox
Hi, Refer the below documentation links to know how to create connection to Money.net moneynet - Create Money.Net connection -...

17 días hace | 0

Respondida
Target platform 'DLXCKU5PE' is not supported for quantization.
Hi, This error usually arises in Deep Learning HDL Toolbox when: The target FPGA platform you selected (DLXCKU5PE) is not offi...

17 días hace | 0

Respondida
MATLAB2025b发生报错
Hi, Try the troubleshooting steps below which might helpful to resolve your query: Update MATLAB and Toolboxes: Make sure MATL...

18 días hace | 0

Respondida
S-Function not building in Simulink.
Hi, When building your S-Function block in Simulink, the error 'undefined reference to 'equate_Outputs_wrapper'` typically indi...

18 días hace | 0

Respondida
Flexible AC Transmission Systems(FACTS) Fundamentals
Hey, Refer this MATLAB Answer which might helpful for you https://in.mathworks.com/matlabcentral/answers/325341-how-to-impleme...

18 días hace | 0

| aceptada

Respondida
Regulate Pressure in Drum Boiler Example equation
Hi, To explore the "Regulate Pressure in Drum Boiler" example and view the equations used in the model, follow these steps: 1)...

18 días hace | 0

Respondida
第一次安装时没有配置java,第二次安装卡在图片所示界面上了
Hi, To resolve the issue, please try the following steps: Completely Remove the MATLAB Installation Folder:Delete the entire M...

18 días hace | 0

Respondida
Error trying to get started with get_chanlocs plugin for EEGLAB "Unrecognized function or variable 'placeFiducials'"
Hi, I see that you're encountering errors related to the "placeFiducials" function. Please try the following troubleshooting st...

19 días hace | 0

Respondida
Simulink中模块图形显示不全
Hi, This issue may come due to graphics settings. Execute the below command in cmd and see if it resolves the issue /Applicati...

19 días hace | 0

Respondida
devo usare delle funzioni .m che mi hanno inviato in cartelle a parte, ma anche se le inserisco nella current folder Matlab dice che non riesce a individuarle
Hi, Here are some possible workarounds you can try: 1.Add the folders to the MATLAB path: MATLAB can only see functions t...

20 días hace | 0

Respondida
Turn off UIFigure visibility during unit test
Hi, In your code, you can create a function which turn on/off the visibilty of the figures. See the below code for example fun...

20 días hace | 0

Respondida
Matlab opens gui even with -nosplash and -nodesktop on linux
Here are some steps you can try to run MATLAB in true headless mode: 1. Use the -batch Option The -batch flag is the recomme...

20 días hace | 0

Respondida
filterDesigner does not open: Value must be a handle
Hi, There might be another file named filterDesigner.m created by you in your current folder or somewhere on your MATLAB path, ...

20 días hace | 0

Respondida
Why do I receive a Error 339 before installation?
Hey, Refer the below MATLAB Answer which address the similar issue: https://www.mathworks.com/matlabcentral/answers/2043847-wh...

4 meses hace | 0

Respondida
How can I convert a file for object detection annotated in MATLAB into a json file?
Hey, You can load() the .mat file, and pull out the variable you need, and use jsonencode().

4 meses hace | 0

Respondida
Serial Receive Block Variable Data Size
Hey, Currently, the Serial Receive block in the Instrument Control Toolbox does not support string outputs or variable-size out...

4 meses hace | 0

Respondida
I have an issue uploading a simulink model into an arduino.
Hey, The error message indicates that your Simulink model contains an Enabled Subsystem that is being triggered by signals from...

4 meses hace | 0

Respondida
Matlab function for poly_2d which is a PV-Wave function
Hey, There is no direct built-in implementation of PV-Wave’s "POLY_2D" function in MATLAB. However, you can write your own MATL...

4 meses hace | 0

Respondida
install_unix_legacy not found during installation on MacOS
Hi, You might be using a Linux installer on macOS, or you are in the wrong directory. Download the correct MATLAB installer fo...

4 meses hace | 0

Respondida
Simulink Editor is in worng scale On Debian 12
Hi, Please review the MATLAB system requirements for your Debian operating system using the following link and ensure your syst...

4 meses hace | 0

Respondida
Sets the default background in scope
Hi, To change the background color of the scope, please try below steps: Right click on the scope graph Select "Style" option...

7 meses hace | 0

Respondida
Install Data Translation Data Acquisition Toolbox on a computer where MATLAB is not installed
Hi, Please check below MATLAB Answer which might helpful to resolve your query. https://www.mathworks.com/matlabcentral/answer...

7 meses hace | 0

Respondida
How do I activate a live editor file (*.mlx) (which is frozen, no response, no editing allowed)?
Hi, If the MATLAB live editor isn't responding due to invalid preferences, you can try resetting them with the following steps:...

8 meses hace | 0

| aceptada

Respondida
Print to PDF not showing outputs
Hi, If you're unable to see the command outputs in your PDF file generated using the "publish" command, it could be due to seve...

8 meses hace | 0

Respondida
Issue with dispaly of 3D images created from multiple 2D slices
To effectively stack multiple 2D images and visualize them as a 3D image, follow these steps: Image Acquisition: Sequentially ...

9 meses hace | 0

| aceptada

Respondida
driving scenario designer programically roads combine
Hi, Execute below command in MATLAB window which opens the example of scenario with mutiple roads. openExample('driving/Create...

9 meses hace | 0

Respondida
Is there a typo in the documentation for n4sid?
Hi, The first line in for loop should not be u(k-1). It should be u(k-2). Please use below code to generate close loop data. ...

10 meses hace | 0

| aceptada

Respondida
How can I export a scenario containing a parkingLot to xml format or OPENSCENARIO to save the map?
Hi, Currently, MATLAB does not support exporting scenarios that include parking lot objects. Attempting to do so may result in ...

10 meses hace | 0

Cargar más