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

más de 1 año hace | 0

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

más de 1 año hace | 0

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

más de 1 año hace | 0

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

más de 1 año hace | 0

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

más de 1 año hace | 0

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

más de 1 año hace | 0

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

más de 1 año hace | 0

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

más de 1 año hace | 0

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

más de 1 año hace | 0

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

más de 1 año hace | 0

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

más de 1 año hace | 0

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

más de 1 año hace | 0

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

más de 1 año hace | 0

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

más de 1 año hace | 0

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

más de 1 año hace | 0

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

más de 1 año hace | 0

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

más de 1 año hace | 0

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

más de 1 año hace | 0

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

más de 1 año hace | 0

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

más de 1 año hace | 0

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

más de 1 año hace | 0

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

más de 1 año hace | 0

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

más de 1 año hace | 0

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

más de 1 año hace | 0

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

más de 1 año hace | 0

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

más de 1 año hace | 0

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

más de 1 año hace | 0

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

más de 1 año hace | 0

Respondida
how can i use the mayr block in matlab?
Hello CHO, The Mayr block is not a standard block available in the Simulink library. You will typically need to implement the M...

más de 1 año hace | 0

Respondida
evalfis with input data file in excel/txt format
Hello Muhammad, To evaluate your Mamdani Fuzzy Inference System (FIS) with a dataset stored in an Excel file, you can use MATLA...

más de 1 año hace | 0

Cargar más