Amith
Followers: 0 Following: 0
Estadística
0 Preguntas
85 Respuestas
0 Problemas
1 Solución
CLASIFICACIÓN
1.118
of 294.589
REPUTACIÓN
62
CONTRIBUCIONES
0 Preguntas
85 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.00%
VOTOS RECIBIDOS
25
CLASIFICACIÓN
of 20.129
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
111.247
of 152.055
CONTRIBUCIONES
0 Problemas
1 Solución
PUNTUACIÓN
20
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Make persistant changes in executable app by user
Hi Net, It is possible to configure a MATLAB standalone application to use a specific Excel file for its execution. Here's a ge...
alrededor de 1 hora hace | 0
Absolute error instead of Mean Square Error - NN
Hi Francesco, It is possible to change the performance function in MATLAB to minimize the maximum error instead of the mean sq...
alrededor de 1 hora hace | 0
error out of bond in xlabel
Hi Mohammad, I think the query is similar to this MATLAB Answer: https://www.mathworks.com/matlabcentral/answers/1645010-why-do...
4 días hace | 0
How can I select the common value from table?
Hi Mira, To find the most frequently appearing element in all rows of your matrix, you can use the code below - % Define the ...
4 días hace | 0
installing symbolic package without license
Hi Amira, To use the symbolic package, you need to have access to a Symbolic Toolbox license. First you can check whether yo...
4 días hace | 0
having issue cannot use showalignment , can someone help me ?
Hi Azim, The function SHOWALIGNMENT is depreciated in MATLAB R2021a. Depending on your specific needs, you might find other fu...
5 días hace | 0
Using MATLAB plot the c4 equation for sample size from 2 to 60
Greetings Jack, To calculate the c4 value according to the above equation in MATLAB, we can use the gamma function, which is de...
6 días hace | 0
how to 2d plot simple ?
Hi Nx Mathlab, I assume that you would like to plot a 2D graph using the tan(x/2) defination but with a range of angles. If so ...
6 días hace | 0
upload raw data to bionformatic tools
Hi Dante, You can import raw data into MATLAB for bioinformatics analysis and use the NCBI database for identification. Here’s...
27 días hace | 0
Energy efficiency in wireless sensor networks
Hi Said, I understand that you are interested in learning about graph formation for optimization to increase coverage area whi...
alrededor de 1 mes hace | 0
How to launch scripts into Simulink using key shortcut
Hi Marco, Unfortunately, MATLAB doesn’t support running a specific script using a custom keyboard shortcut. It only allows pred...
alrededor de 1 mes hace | 0
Failed to compile the Simulink model due to the NiBusLib.tlc
Hi Maya, I assume that you are facing this error while building the model,if the model build was successful previously, the er...
alrededor de 1 mes hace | 0
How to execute other statement in an if loop if a condition is satisfied
Hi Imaad, I understand that you want to re-execute the code starting from the first if statement each time bar_dia is set to 25...
alrededor de 1 mes hace | 0
Create a function block at the command line
Hi Hisham, To create a function block using your command line, you can utilize the 'add_block' function provided by MATLAB. To...
alrededor de 1 mes hace | 0
detect task overrun on Zync ZCU102
Hi Michele, You can configure a Simulink model running on the target hardware to detect and notify you when a task overrun occu...
alrededor de 2 meses hace | 0
How to export EUV mask geomtry from FDTD into MATLAB ?
Hi Hala, I understand that you would like to import an FDTD simulation into MATLAB. Unfortunately, there are no built-in metho...
alrededor de 2 meses hace | 0
Data Streaming from updating .txt file
Hi Omilnoth, I understand that you would like to import data from a text file. You can achieve this using the importdata functi...
alrededor de 2 meses hace | 0
How can I create a 2D and 3D specified porous material?
Hi Aida, You might find this awesome GitHub repository helpful for generating and visualizing porous materials: https://github....
alrededor de 2 meses hace | 0
Convolution of 1D Signal using MATLAB
Hi Manipal, To perform convolutions on a 1D layer of signals, you can use the 'convolution1dLayer' function available in MATLAB...
alrededor de 2 meses hace | 0
I got error when i account for thermal port in battery.
Hey Gokarna, The error you are experiencing might be due to your model having difficulty reconciling all initial conditions. Yo...
alrededor de 2 meses hace | 0
| aceptada
Load Model Advisor Configuration through Command Line
Hi Mohan, To set your Model Advisor configuration via the command line in MATLAB releases R2022a and later, you can use the fol...
alrededor de 2 meses hace | 0
How to output the application screen as an image or PDF on the web app
Hi TRyo, The exportapp function is not supported in MATLAB Online or Web Apps. The getframe function does not support the foll...
alrededor de 2 meses hace | 0
Unable to read MAT-file
Hi Minh, It appears that your MAT-file may be corrupted. You might want to check out this MATLAB Answer, which could assist you...
alrededor de 2 meses hace | 1
Temperature reading on the graph Think Speak
Hi Andrzej, To update your temperature readings dynamically, you can use the Charts API which is used to generate charts with H...
alrededor de 2 meses hace | 0
How to get a graph of an equation having a sigma notation with double indices
Hi Sania, To simulate the given equation in MATLAB, you can utilize `for` loops, setting `maxIterations` to 100 to represent t...
alrededor de 2 meses hace | 0
How to work around "invoke" error
Hi Ima, To handle VISA errors and retry invoke commands in MATLAB, you can use a combination of error handling and retry logic....
alrededor de 2 meses hace | 0
Connecting MATLAB to ABAQUS and reading osb output files
Hi Sagnik, To execute Abaqus files using MATLAB, you can follow these steps: Create a new MATLAB file in the same directory as...
alrededor de 2 meses hace | 1
Digital twin for Battery
Hi Nalla, To compare simulation data from Simulink with hardware results from Arduino, you can try these steps: 1. Run the sim...
alrededor de 2 meses hace | 0
Optimization with 3 variables- how to find the values of each variable to minimize mass?
Hi Din, To solve this problem, we need to find the optimal number of excavators, reactors, and 3D printers that will complete t...
alrededor de 2 meses hace | 0