Answered
matlab part of a program for nbody sim
Hi John, You want to plot circles for all bodies using the circle function. Here's how you can do that: function plotBodies(Xs...

12 dagar ago | 0

Answered
Interpret CNN classification model for EEG signals.
Hi Rabeah, Here are several methods you can use to interpret your CNN model: 1. Visualization Techniques a. Saliency Maps - ...

13 dagar ago | 0

Answered
old PDB structure error
Hi Haleh, To address the issue of converting a non-standard PDB file to a standard format using MATLAB, you can follow these st...

13 dagar ago | 0

Answered
How to take PCA of large sparse matrices without losing a row
Hi Amigo, When working with Principal Component Analysis (PCA) on large sparse matrices, it's important to ensure that the data...

13 dagar ago | 0

Answered
error connecting matlab to Microsoft access
Hi Joseph, It seems that you're encountering an error when trying to connect to an Access database using the ADODBTools package...

13 dagar ago | 0

Answered
How Can I plot Streamlines for the following code
Hi Kiran, I understand that you are trying to plot streamlines for ‘U’,’ ‘t0’, ‘t1’, ‘Nu0’, ‘Nu1’. The following approach can ...

13 dagar ago | 0

Answered
How to fix Polyspace CodeProver Orange warnings due to + operator
Hi Dinesh, Polyspace CodeProver's Orange Overflow error indicates a potential overflow in your code, which means that an arithm...

14 dagar ago | 0

Answered
How to create a S-function for targetlink generated code .
Hi Sumit, You may try creating an S-Function by managing the inputs and outputs through global variables or by wrapping the voi...

15 dagar ago | 0

Answered
quat2angle r2 rotation threshold
Hi Pierre, The phenomenon you're experiencing is likely due to the issue of gimbal lock, which occurs when two of the three axe...

15 dagar ago | 0

Answered
about canonical huffman tables.
Hi Lou, Steps to Generate Canonical Huffman Tables Generate the Huffman Tree: Calculate the frequency of each symbol in the i...

15 dagar ago | 0

Answered
Error: output is inferred as a variable-size matrix, but its size is specified as inherited or fixed.
Hi Rodrigo, To address the error you're encountering in Simulink when defining the size of your output based on a constant inpu...

15 dagar ago | 0

Answered
Diode fitting with 5 parameters
Hi Rosemarie, To perform a fitting using the diode equation and find the parameters (I_l), (I_o), (R), (n), and (S) that best f...

15 dagar ago | 0

Answered
how to save my 3d matrix in X,Y,Z coordinates
Hi Mohannad, I understand that you want to convert a 3d matrix into XYZ coordinates. To save the matrix `I` in XYZ coordinates...

15 dagar ago | 0

Answered
App designer Locks me out of editing things I need to change
Hi Gavin, If you accidentally created a 'state' button instead of a 'push' button, you can change it back by editing the proper...

15 dagar ago | 1

Answered
How can i print at app designer on a Text Area box, text with hyperlinks?
Hi David, You can work around this by using a UIFigure component with an HTML component inside it to display hyperlinks using t...

15 dagar ago | 0

Answered
NI cdaq. Read timeout: Only x scans were read.
Hi Emil, I understand that you are using a National Instruments CompactDAQ system with a voltage input card operating at 48,000...

18 dagar ago | 0

Answered
Save entire Simulink model by MATLAB command
Hi Ann, You may refer to the following documentation on "saveas" function for saving the model through a MATLAB script - https...

18 dagar ago | 0

Answered
How do I fix Simulink.DataType object not in scope while using c caller?
Hi Akhila, The error message you're encountering indicates that Simulink is unable to resolve the PID_vars data type for the in...

18 dagar ago | 0

| accepted

Answered
reckon function query
Hi Fraser, To calculate the latitude and longitude of a point on the ground from an aircraft given its latitude, longitude, alt...

18 dagar ago | 0

Answered
Simulink LDPC coding issues
Hi Alexander, I understand you are getting some errors while trying to use matrices inside your Simulink model. The errors...

18 dagar ago | 0

Answered
App designer generated app freezes in function "createComponents(app)"
Hi Magnus, It seems like you're encountering a performance issue due to the large number of components in your App Designer app...

19 dagar ago | 0

Answered
superresolution program problem
Hi Li, The error you're encountering "Attempt to reference field of non-structure array", suggests that the handles variable be...

19 dagar ago | 0

Answered
gamultiobj sticks in the loop while trimming population
Hi Ilia, The issue you're encountering with `gamultiobj` in MATLAB when using very large populations (>1e5) seems to be related...

19 dagar ago | 0

Answered
Quantitative Analysing a 3D image
Hi Chatura, I understand you are trying to analyse particle connectivity from a prepared and processed 3d image of very small p...

19 dagar ago | 0

Answered
a strange error occurs during using command line to run polyspace-bug-finder
Hi Wu, The error messages you are seeing from polyspace-configure indicate that it is unable to recognize the compiler used in ...

19 dagar ago | 0

Answered
HOW DO I MAKE A FUNCTION THAT CHANGES MY FORCE VS. TIME GRAPH TO FORCE VS. POSITION
Hi Luis, I understand that you want to convert a force vs. position graph to a force vs. time graph. To convert the force vs....

19 dagar ago | 0

Answered
Accessing parameters in encrypted models
Hi Magnus, When dealing with an encrypted Simulink model, you are limited in how you can interact with the model's parameters f...

19 dagar ago | 0

| accepted

Answered
Servo Motor Control Issues
Hi Benjamin, I understand that you're trying to control a servo motor connected to an Elegoo 2560 (which is compatible with Ard...

20 dagar ago | 0

Answered
Use parallel computing with particleswarm
Hi Lucas, When using parallel computing with particleswarm in MATLAB to optimize parameters in a Simulink model, you might enco...

21 dagar ago | 0

Answered
how calculate the drone upward position value of r with body rates(p,q,r) by integration
Hi Venkata, I understand that you are trying to calculate the upward position of a drone using body rates (p, q, r) provided b...

21 dagar ago | 0

Load more