![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/32034702_1699508142061_DEF.jpg)
atharva
Followers: 0 Following: 0
Estadística
0 Preguntas
48 Respuestas
CLASIFICACIÓN
1.071
of 297.046
REPUTACIÓN
68
CONTRIBUCIONES
0 Preguntas
48 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.00%
VOTOS RECIBIDOS
6
CLASIFICACIÓN
of 20.422
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 157.776
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Model predictive control plots
Hey K Kalanithi, I understand that you want to know how to plot 2 mpc controllers output in a single plot To plot the outputs ...
alrededor de 1 año hace | 0
| aceptada
FFT function error with higher size of data
Hey Mani, I understand that you face the error "Requested 2048x32x16384 (16.0GB) array exceeds maximum array size preference. C...
alrededor de 1 año hace | 0
Fault system map in Shp file
Hey Israel, I understand that you want to combine a shapefile with a geographic map in MATLAB, you can use the Mapping Toolbox....
alrededor de 1 año hace | 0
How remove test from test browser
Hey Steven I understand that you want to remove unit tests that are related to project A when you switch from project A to proj...
alrededor de 1 año hace | 0
| aceptada
When testing an ANN with new input data, are there specific ranges I should consider for these new inputs?"
Hey Sunita, When testing an ANN with new input data, it is essential to normalize the input data to ensure that all input featu...
alrededor de 1 año hace | 0
| aceptada
I need to find how many 0's there are in matching places, between an array and a matrix.
Hey John, I understand that you need to determine, for each array, the frequency of occurrences of zeros in corresponding colum...
alrededor de 1 año hace | 0
Is it possible to change the tab color and font of a uitabgroup's tabs?
Hey matlabuser77, I understand that you want to know if it is possible to change the color of a uitabgroup's tabs as well as th...
alrededor de 1 año hace | 0
Is there a way to stop preview lag during image acquisition?
Hey Piotr, I understand that you want to stop preview lag during image acquisition. You can reduce the preview lag by reducing...
alrededor de 1 año hace | 0
| aceptada
How to use trained ANN with new input datasets?
Hey Sunita, I understand that you want to use trained ANN with new input datasets. To use a trained Artificial Neural Network ...
alrededor de 1 año hace | 0
How to load a variable to simulink at the first model run only?
Hey Amr, I understand that you want to to upload your table data in simulink one time only at the beginning and continue using ...
alrededor de 1 año hace | 0
Time-varying ohmic load
Hey Reza, I understand that you want to put a time-varying ohmic load at the output of an inverter so that it's value decrease ...
alrededor de 1 año hace | 0
Is there a command to determine the maximum gain provided by a compensator in a Bode Diagram Based Design?
Hey Gidel, I understand that you want to determine the maximum gain provided by a compensator in a Bode Diagram Based Design. ...
alrededor de 1 año hace | 0
What is use of regression model in ANN?
Hey Sunita, I understand that you want to know the use of regression model in ANN. The regression model in an Artificial Neura...
alrededor de 1 año hace | 0
| aceptada
Is there a way to allocate an array of structs from a .MAT to C?
Hey Marcelo, I understand that you want to know that if there is a way to allocate an array of structs from a .MAT to C Howeve...
alrededor de 1 año hace | 0
| aceptada
Why is UserData preferred over guidata
Hey Guido, I understand that you want to know what are the benefits of UserData over guidata. UserData is a property that all ...
alrededor de 1 año hace | 0
| aceptada
Use the code written in PYTHON in MATLAB/Simulink R2015b
Hey 猛, I understand that you want to know how to incorporate and use code written in Python in a model of MATLAB/Simulink versi...
alrededor de 1 año hace | 0
"Error Limitation : fixed point type is not supported" in POLYSPACE R2021a
Hey Shreyas, I understand that you are facing the error "Limitation: fixed-point type is not supported" in <tricore.h> file. ...
alrededor de 1 año hace | 0
I want to make airfoil on Matlab..please tell me code of this
Hey Aina, I understand that you want to plot airfoil on MATLAB. You can use the following https://www.mathworks.com/matlabce...
más de 1 año hace | 1
Function with mat-file and return struct array
Hey Bertil, I understand that you only want the two first fields "Name and Size" in structure array and not bytes, class sparse...
más de 1 año hace | 0
Python compatibility r2023 b
Hey Stanley, I understand that you are facing the error "ModuleNotFoundError: No module named 'matlab.engine'; 'matlab' is not ...
más de 1 año hace | 0
Matlab R2015b on Linux POP_OS segmetation error
Hey Andi, I understand that you are encountering the error "MATLAB is selecting SOFTWARE OPENGL rendering. Segmentation fault (...
más de 1 año hace | 0
| aceptada
Not able to install MATLAB Arduino support package in MATLAB 2020b
Hey Krithika, I understand that you are facing an issue when installing MATLAB Arduino package from Add-on explorer. Errors re...
más de 1 año hace | 0
Chinese characters showing up in UI
Hey Ethan, I understand that you are facing an issue where Chinese characters are being displayed in several places in the MATL...
más de 1 año hace | 1
How can I export the test results from simulink test manager to an excel sheet programmatically ?
Hey Geethika, I understand that you want to export the test sequence test steps to Excel. Currently there isn't an automated w...
más de 1 año hace | 0
How to export all the Test sequences as excel or any other format from Simulink Test manager?
Hey Divyabharathi, I understand that you want to export the test sequences. Currently there isn't an automated way to export t...
más de 1 año hace | 1
| aceptada
Can I export the test sequence test steps to Excel
Hey 李, I understand that you want to export the test sequence test steps to Excel. Currently there isn't an automated way to e...
más de 1 año hace | 2
Select file for uigetfile function during Test
Hey Ugaitz, I understand that you want to programmatically select a file for running tests. To achieve this, you can create a ...
más de 1 año hace | 0
How can I build and train a MLP network for time series prediction?
Hey Mir Sahand, I understand that you want to use a MLP neural network to predict future rainfall by using relative humidity da...
más de 1 año hace | 0
| aceptada
Undefined function 'mtimes' in line 56
Hey teag, I understand that you are facing the error "Operator '*' is not supported for operands of type 'matlab.graphics.primi...
más de 1 año hace | 0
How to calculate weights and bias and to plot learning rate for each neuron in ANN?
Hey Vasikaran, I understand that you want to learn how to calculate weights and bias and to plot learning rate for each neuron ...
más de 1 año hace | 0