Respondida
Error using arxml.importer/updateModel Invalid or deleted object.
Hi Tommaso, From the error message it seems like there is an error realted to the 'updateModel' function in MATLAB's AUTOSAR p...

casi 2 años hace | 0

Respondida
How can I export data to specific cells in a prepared Excel file?
Hi Johannes, Try using the 'writematrix' function instead of 'xlswrite' function: https://www.mathworks.com/help/matlab/ref/wr...

casi 2 años hace | 1

| aceptada

Respondida
Efficient script to isolate one sub-dataset k-times.
Just check out this code snippet which I can propose to make the code more efficient by using logical indexing instead of a loop...

casi 2 años hace | 0

| aceptada

Respondida
¿por qué tengo deshabilitada la función de Package al hacer una Standalone Application?
Hi Ainhoa, I am answering your question in English. The Package option is disabled when creating a standalone application beca...

casi 2 años hace | 0

Respondida
I received the error message: Unable to perform assignment because the left and right sides have a different number of elements. Error in augLagFun>augLagScalarFun (line 175)
Hello Ebru, The error message you’re seeing is typically due to a mismatch in the number of elements between the left and right...

casi 2 años hace | 0

| aceptada

Respondida
Matlab PTB not recognising labchart stimulated key presses
Hey Danielle, It seems that the issue you are facing is related to the interaction between your labchart macro and your PTB ex...

casi 2 años hace | 0

Respondida
ETAS INCA IncaGetRecords Function says Error using IncaGetRecords >>> Inca <<< The element 'XCP:1' does not exist
Hi Alex, I understand that you are trying to use ETAS INCA's MATLAB Integration package to gather INCA Measurement data and bri...

casi 2 años hace | 0

| aceptada

Respondida
Seeking assistance in running the PEM Electrolysis System in Simscape
Hi Dorothea, The error message “Unrecognized function or variable ‘PEMElectrolysisSystemPlot1IV’” typically indicates that MATL...

casi 2 años hace | 0

| aceptada

Respondida
Help with Response Optmization
Hi Krishnan, I see you are working on optimizing a Simulink model for unpowered flight to demonstrate dynamic soaring phenomen ...

casi 2 años hace | 0

Respondida
LaunchXL-f28379D internal temperature sensor
Hi Borja, Looks like you are trying to read the internal temperature sensor of a Launch XL-f28379D board using Simulink but the...

casi 2 años hace | 0

Respondida
Command window unresponsive after CMD-0 shortcut
Hi Samuel, Check the following reference of macOS User Guide to know what to do when keyboard shortcuts dont work on Mac: http...

casi 2 años hace | 0

Respondida
Is it possible to solve multiple ODEs using bvp5c/bvp4c?
Hi Thomas, Looks like you can solve multiple ODEs using 'bvp4c' or 'bvp5c' in MATLAB. These functions are especially desgined ...

casi 2 años hace | 0

Respondida
Any examples of finding the start of a frame for an asynchronously captured NR-TM?
Hi Jongmin, For analyzing a TM signal from a capture file with an unknown frame start, there are no exact documentation or exa...

casi 2 años hace | 0

Respondida
How can I generate multiple S11 parameters by modifying 2 or more dimensions of the antenna at the same time?
Hi Juan, I see you are looking to generate multile S11 parameters by modifying more dimensions of the antenna at the same time....

casi 2 años hace | 0

Respondida
PSCAD Simulink Co-Simulation API
Hi Tamer, Looks like there is no support interfacing MATLAB/Simulink with 'PSCAD' for now. Maybe you can reach out to the 'PSCA...

casi 2 años hace | 0

| aceptada

Respondida
based on geometric feature is disable in imported geometry in simscape multibody
Hi Pramod, The 'based on geometric feature' option in Simscape Multibody is typically used to create frames based on the geome...

casi 2 años hace | 0

| aceptada

Respondida
while installing add-on, it gives You do not have write permissions to folder: E:" --basecode SM --userLoginToken, what do i do?
Hi Singam, Looks like the error message you're seeing is indicating that you do not have write permissions to the specified fol...

casi 2 años hace | 1

Respondida
Question LSTM Experiment Manager
Hi Maria, The error you are encountering is likely due to the mismatch between the expected parameters of the 'Accuracy' functi...

casi 2 años hace | 0

Respondida
GARCH to predict VaR using rolling window
Hi Chad, I feel your implementation looks correct and relevant. Here is what I understood from the loop implementation you sha...

casi 2 años hace | 0

Respondida
Downgrade Simulink Real-Time target support package
Hello Koen, You can download the Simulink Real-Time software version you want and also you can download the software version to...

casi 2 años hace | 0

| aceptada

Respondida
Downloading EEG LAB Plug Ins
Hi Reb, I see you that are unable to download the ‘EEG LAB plugins’ due to permission denied error. Please try below given tro...

casi 2 años hace | 0

Pregunta


PID Controller in Simulink question
Can i apply a series of values as Kp Ki and Kd values instead of just one single value. Like lets say it starts from 1,2,3.. and...

más de 2 años hace | 2 respuestas | 0

2

respuestas

Respondida
Student Activation stuck on Registration
Hi David, Once check the accounts you linked, you might have possibly linked two different accounts, where only one of your a...

más de 3 años hace | 0

Respondida
normal distribution recalcultation with a while loop
Hi, The given snippet can be done without using while loop as well by simply using an if statement which when triggered reduc...

más de 3 años hace | 0

Respondida
Does anyone have 2D point clouds of shapes of Matlab?
Hi Ashkan, You could refer to this link for understanding the 2D point clouds in MATLAB Reference: https://www.mathwo...

más de 3 años hace | 0

Respondida
how do i get the difference between two successive values in while loop?
Hi Deen, The updated code: …… for i1 = r:numel(t) t2 = ts*i1; ……. err = 1; i2 = 0; while err > 0.03 ...

más de 3 años hace | 0

Respondida
how to write this equation in matlab
Hi Aqil, The equation can be written in MATLAB as follows: exp(3*x) + sin(4*x^2) + 1/(3*x) For clear understanding you ...

más de 3 años hace | 0

| aceptada

Respondida
A Simple Loop For Bandit Problem
Hi Zahra, The calculation of mean is to be done in the inner loop, where as I see it is being done in the outer loop in your c...

más de 3 años hace | 0

Respondida
truss system problem solve for matlab
Hi Bilal, I understand that you are trying to solve truss system problems in MATLAB. I found a code for reference, which retur...

más de 3 años hace | 0

Respondida
There was a problem downloading the support package
Hi Cheng To install the compiler, use the Add-Ons menu. On the MATLAB Home tab, in the Environment section, click Add-Ons >...

más de 3 años hace | 0

Cargar más