photo

Naga


Last seen: 14 días hace Con actividad desde 2023

Followers: 0   Following: 0

Estadística

  • 3 Month Streak
  • Knowledgeable Level 3
  • First Answer

Ver insignias

Feeds

Ver por

Respondida
How to convert my matlab code into an executable file using Matlab compiler?
Hello Neelove, The error may be linked to your 'startup.m' file. Check for recent changes in this file located at $MATLAB/toolb...

21 días hace | 0

Respondida
Matlab install linux error: what(): Unable to launch the MATLABWindow application
Hello Dana, This error message is typically caused by a library dependency error. To resolve this issue, please remove the foll...

21 días hace | 0

Respondida
I want to get a single frame from yuv formate video file
Hi Sahar, The code incorrectly assigns the Y, U, and V components to the same index nframe, causing all frames to overwrite eac...

22 días hace | 0

Respondida
Simulink STM32 package to write code for my STM32 F411 Discovery Board but SPI is not working
Hi Dylan, It sounds like you're facing an issue with the SPI communication on your STM32 F411 Discovery Board. Here are some st...

22 días hace | 0

Respondida
How to store the real row id in datastore?
Hello Ahmed, When using the 'datastore' function in MATLAB to read a CSV file, you can access each row sequentially. However, t...

22 días hace | 0

Respondida
how can i show only the selected pixels within an image.
Hi John, To display only the selected pixels from an image using MATLAB, you can use logical indexing to create a mask of the s...

22 días hace | 0

Respondida
How to get georeferenced information correctly?
Hello Kuldeep, To ensure that your georeferencing information is correctly recognized by ENVI, you need to format the'map_info'...

22 días hace | 0

Respondida
Plotting patchm or fillm on Geoplot or geoscatter
Hello Navad, To plot a filled polygon on a map using `fillm` or `patchm`, you need to ensure that you are working with a map ax...

22 días hace | 0

Respondida
Simulating the impulse response of a higher order filter.
Hello Saqib, By default, MATLAB might not simulate for a long enough period to capture the full impulse response of a high-orde...

23 días hace | 0

| aceptada

Respondida
ナイキスト線図安定余裕 閉ループの安定
Hello Ayumi, In control systems, the Nyquist plot determines closed-loop stability by checking if the plot encircles the critic...

29 días hace | 0

Respondida
To obtain the coefficient value matrix Transforma​tionDelayM​atrix2 for for a method of a class definition NewtonRateConverter
The issue arises because the 'TransformationDelayMatrix2' property isn't automatically calculated when you create a 'NewtonRateC...

29 días hace | 0

Respondida
How to use fsolve to solve all the equations?
To improve fsolve results, adjust the initial guess range (x_range and y_range) and step size to focus on promising regions. Mod...

30 días hace | 0

| aceptada

Respondida
Error when open m file
Hello Hany, This may be due to a function shadowing issue for a function used in the underlying implementations of these other ...

alrededor de 2 meses hace | 0

| aceptada

Respondida
Is there a way to display which state are deleted by "minreal"
Hello Emma, When you use the 'minreal' function in MATLAB to reduce a state-space model, it simplifies the system by removing u...

alrededor de 2 meses hace | 0

Respondida
How to pass cell array data type to a Simulink MATLAB function block
Hello Hew, Passing cell array data to a MATLAB Function block in Simulink can be challenging due to data type limitations. Here...

alrededor de 2 meses hace | 0

Respondida
plotting histogram of 3d data.
Hello Farhan To create a categorical histogram of your 3D data in MATLAB, follow these steps: Organize the Data: Merge the dat...

alrededor de 2 meses hace | 0

Respondida
Spectrum Sharing using Matlab
Hello Vartika, To simulate spectrum sharing between two network operators in MATLAB, you can use a simple model where each oper...

alrededor de 2 meses hace | 0

Respondida
Hello, I have a problem with for loops and plotting the lines.
Hello Daniil, To plot 181 lines from +90° to -90° using a for loop, you can use the following code. It calculates the starting ...

alrededor de 2 meses hace | 0

Respondida
Storing variables in Simulink
Hi, To maintain state information across Simulink time steps without using global variables, you can use either Simulink.Signal...

alrededor de 2 meses hace | 0

Respondida
How to update titles and text annotations of subplots located on the same uitab?
The issue you're facing with the title and text annotations disappearing could be related to the use of hggroup as the parent fo...

alrededor de 2 meses hace | 0

Respondida
Change active serial port
Hello Khaled, In MATLAB, manage multiple serial connections by creating separate serial port objects for each device. Switch be...

2 meses hace | 0

Respondida
How can I create a 4D plot using 4 different Vectors.
Hello Arun, To visualize four-dimensional data in MATLAB, you can use a scatter plot where the color or size of the markers rep...

2 meses hace | 0

Respondida
Is it possible to use MATLAB on slave computer/device for communication to host computer via serial MODBUS (RTU)
Hello Raimundas, Yes, you can communicate with a host/master via a serial port using MODBUS ASCII/RTU in MATLAB, even when your...

2 meses hace | 0

| aceptada

Respondida
UDP and TCP/IP
Hello Hosein, To measure UDP and TCP/IP delay, throughput, jitter, and loss ratio in Simulink: Delay: Use the Time Scope block...

2 meses hace | 0

Respondida
Establishing Tcp/IP connection in Matlab2007a
Hello Tanvi, Establishing a TCP/IP connection in MATLAB 2007a can be achieved by utilizing MATLAB's built-in functions for netw...

2 meses hace | 0

Respondida
how to install matlab 2017a to ubuntu 18.04
Hello Rohit, Unfortunately, MATLAB R2017a is not officially supported on Ubuntu 18.04. The supported versions for MATLAB R2017a...

2 meses hace | 0

Respondida
Bacterial whole genome sequence analysis using Matlab
Hello Anooja, Yes, MATLAB can be used for analyzing bacterial whole genome sequence data, including: Genome Reconstruction: Ut...

2 meses hace | 0

Respondida
how to do edit table type data and do sliding window in matlab
Hello Huang, To achieve the functionality you described, you can follow these steps to filter records by a specific customer's ...

3 meses hace | 0

Respondida
output of delaunay triangulation
Hello Gurupriya, Use the code below to calculate the area of each triangle from a Delaunay triangulation: dt = delaunayTriangu...

3 meses hace | 0

Respondida
what is the process to store the "gaborMag,[]" into a variable like x?
Hello Bhuiyan, To store the gaborMag result into a variable x, you can simply assign it as follows: gaborMag = imgaborfilt(I, ...

3 meses hace | 0

Cargar más