photo

atharva


Last seen: casi 2 años hace Con actividad desde 2023

Followers: 0   Following: 0

Estadística

MATLAB Answers

0 Preguntas
48 Respuestas

CLASIFICACIÓN
1.098
of 300.364

REPUTACIÓN
68

CONTRIBUCIONES
0 Preguntas
48 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.00%

VOTOS RECIBIDOS
6

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

of 168.407

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

  • Knowledgeable Level 3
  • First Answer

Ver insignias

Feeds

Ver por

Respondida
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 ...

casi 2 años hace | 0

| aceptada

Respondida
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...

casi 2 años hace | 0

Respondida
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....

casi 2 años hace | 0

Respondida
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...

casi 2 años hace | 0

| aceptada

Respondida
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...

casi 2 años hace | 0

| aceptada

Respondida
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...

casi 2 años hace | 0

Respondida
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...

casi 2 años hace | 0

Respondida
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...

casi 2 años hace | 0

| aceptada

Respondida
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 ...

casi 2 años hace | 0

Respondida
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 ...

casi 2 años hace | 0

Respondida
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 ...

casi 2 años hace | 0

Respondida
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. ...

casi 2 años hace | 0

Respondida
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...

casi 2 años hace | 0

| aceptada

Respondida
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...

casi 2 años hace | 0

| aceptada

Respondida
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 ...

casi 2 años hace | 0

| aceptada

Respondida
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...

casi 2 años hace | 0

Respondida
"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. ...

casi 2 años hace | 0

Respondida
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...

casi 2 años hace | 1

Respondida
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...

casi 2 años hace | 0

Respondida
Python compatibility r2023 b
Hey Stanley, I understand that you are facing the error "ModuleNotFoundError: No module named 'matlab.engine'; 'matlab' is not ...

casi 2 años hace | 0

Respondida
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 (...

casi 2 años hace | 0

| aceptada

Respondida
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...

casi 2 años hace | 0

Respondida
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...

casi 2 años hace | 1

Respondida
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...

casi 2 años hace | 0

Respondida
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...

casi 2 años hace | 1

| aceptada

Respondida
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...

casi 2 años hace | 2

Respondida
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 ...

casi 2 años hace | 0

Respondida
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...

casi 2 años hace | 0

| aceptada

Respondida
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...

casi 2 años hace | 0

Respondida
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 ...

casi 2 años hace | 0

Cargar más