已回答
multi-inputs multi-outputs FIFO
Hello Doaa, Building a multi-in, multi-out FIFO (First-In, First-Out) buffer in Simulink can be a bit challenging, especially i...

1 month 前 | 0

已回答
as we use delay block with lms filter error come in input/output port [?x?]
Hello Suneel, The errors you are encountering in your Simulink model are related to matrix dimensions and input requirements fo...

1 month 前 | 0

已回答
how to select values from matrix?
Hello Mitali, To implement the described process in MATLAB, you will need to follow these steps: Initialize Parameters: Define...

1 month 前 | 0

已回答
Xpc target이나 Real-time windows target 환경에서의 CAN 통신 문의
Hello Hyung-Tae, The NI PCI-6251 is a DAQ board that provides analog and digital I/O functions but does not natively support CA...

1 month 前 | 0

已回答
Take slice through surf plot of multiple spheres and find volume of all spheres dissected
Hello Tom, To address your problem of determining the volume of spheres (air bubbles) that would be exposed when slicing throug...

1 month 前 | 0

已回答
Executing command only once
Hello Meral, In Simulink, when you want to execute certain initialization code only once within an Embedded MATLAB Function blo...

1 month 前 | 0

已回答
how can I generate indices for submatrix extraction in simulink?
Hello Simone, Creating a dynamic vector of indices in Simulink without using Embedded MATLAB (now called MATLAB Function block)...

1 month 前 | 0

已回答
graphical Output to Notebook
Hello Craig, When using MATLAB in a notebook environment or when generating multiple figures in a script, you might encounter s...

1 month 前 | 0

已回答
Deconvolution of noisy data
Hello Totanly, To extract the original waveform from the noisy waveform, you can use signal processing techniques like the Wien...

1 month 前 | 0

已回答
How to plot the geometry according to the normal distance by matlab?
Hello Rui, To address your questions, let's break them down into two parts: finding the center point of a geometry defined by s...

1 month 前 | 0

已回答
how to represent clusters graphicaly ?
Hello Zyad, To graphically represent clusters using MATLAB, you can plot each group of data points with a different color. This...

1 month 前 | 0

已回答
How to label each bar in a subplot?
Hello Devela, The error message you are encountering suggests that the inputs to the text function are not in the correct forma...

1 month 前 | 0

已回答
How do I find and display specific y-values on a spline plot?
Hello Dylan, To evaluate and display specific y-values for the first and second derivatives of a spline at given x-values, you ...

1 month 前 | 0

已回答
How to use xlswrite in an Excel add-in?
Hello Nebitno, To write data into an excel sheet, you can use writematrix for R2019a and later versions: If you are using a MA...

1 month 前 | 0

已回答
How to Array Matrix 1-by-8 Pass to java method error:No method with matching signature found for class?
Hello Sameer, To pass a MATLAB array to a Java method expecting a List<Integer>, you need to ensure that the data types are com...

1 month 前 | 0

已回答
How to run two scripts rapidly on different workers/cores
Hello Chris, You can use parfeval to execute functions asynchronously on parallel workers. This allows you to run your scripts ...

1 month 前 | 0

已回答
identifying the corresponding node number to each element for meshed geometry.
Hello Mekdes, To create a connectivity matrix for a triangular mesh in MATLAB, where each row represents an element and the col...

1 month 前 | 0

已回答
Image overlay and colormaps
Hello Zacharias, To overlay two images in MATLAB and display a custom colormap for the second image with its own colorbar, you ...

1 month 前 | 0

已回答
Transfer Function block in Simulink for variable size input
Hello @Miklós, The error message you are encountering in Simulink indicates that the Transfer Function block is not designed to...

1 month 前 | 0

已回答
Network Graph in Matlab ?
Hello Adam, MATLAB provides several ways to create and visualize network graphs. You can use the graph and digraph functions fo...

1 month 前 | 0

已回答
How can I get the pixel values inside each grid in an image.
Hello Abhishek, To extract and store pixel values for each grid in an image, you can divide the image into smaller blocks or gr...

1 month 前 | 0

已回答
dlmread does not read last row txt file
Hello Ruwan, The issue you are facing with dlmread in MATLAB might be due to the way the function handles end-of-file (EOF) mar...

1 month 前 | 0

已回答
How to classifiy data using Fuzzy subtractive clustering?
Hello Yuvaraj, To calculate classification accuracy using a Fuzzy Inference System (FIS) generated from subtractive clustering,...

1 month 前 | 0

已回答
Parallel Computing Toolbox very Slow After Compilation
Hello Yaniv, The issue you are experiencing with the compiled MATLAB code using parfor (Parallel Computing Toolbox) and MATLAB ...

1 month 前 | 0

已回答
Runtime updating figure contents
Hello Chandrasiri, In MATLAB, when you are updating a GUI element such as a static text box within a loop, you might encounter ...

1 month 前 | 0

已回答
How will an Optimization Algorithm search inside an already trained neural network??
Hello Deepanshu, To link a trained ANN with an optimization algorithm in MATLAB, you can use MATLAB's optimization toolbox. Let...

1 month 前 | 0

已回答
How do I set axes so that when I zoom in the figure the values in the window remain static and don't change
Hello Sparsh, To ensure that the overall layout of your image does not change when you zoom in, you can lock the axis limits an...

1 month 前 | 0

已回答
How do I plot linear decision boundary in 2 classes
Hello Murat, To plot the linear decision boundary between two Gaussian-distributed datasets with given means and covariances, y...

2 months 前 | 0

已回答
how to define my own function in my block.tlc?
Hello Lisa, TLC files are used to specify how a block should be translated into code during code generation.TLC syntax is somew...

2 months 前 | 0

已回答
how to change the color of the point in scatter plot while using a loop
Hello Supriya, To dynamically update the color of points in a scatter plot within a loop, you need to modify the properties of ...

2 months 前 | 0

加载更多