Answered
Polarization of image channels
Hi, HH, VV, VH and HV represents polarimetric images. One can change the composition of images by using different polarizations...

6 years ago | 0

Answered
how to apply hermitian symmetry on the complex value
One of the discrete-time Fourier transform properties is that if a sequence is conjugate symmetric, then the Fourier transform i...

6 years ago | 0

Answered
How do I code a function that's supposed to be an infinite pattern?
As mentioned in the comment by Adam, Formula may be theoretically for infinite pattern but for arrays ‘x’ and ‘y’ size will be f...

6 years ago | 0

Answered
Loading Files Error Import
For the error: ‘No such file or directory’, make sure the .mat file which you are trying to load exists on the MATLAB path. For ...

6 years ago | 1

| accepted

Answered
How to handle invalid/illegal actions/moves in Reinforcement Learning toolbox?
To implement your own custom reinforcement learning algorithms, you can create a custom agent. Specify properties of the agent...

6 years ago | 0

Answered
App Designer Reflow of Items within Tabs
Reflow is possible if an app is built using the reflow template. Currently app designer does not provide panels within a tab gro...

6 years ago | 0

| accepted

Answered
C code generation error for bwlabel
The function "bwlabel" requires dynamic memory allocation (malloc) based on the content of the input image. When you label an im...

6 years ago | 0

Answered
Simulink TCP/IP Client Send/Receive
Hi, The TCP/IP Client Send and Client Receive blocks are both client blocks, operate only in TCP/IP client mode (they need to ...

6 years ago | 0

Answered
how to solve this problem? and how to add toolboxes to my matlab
It seems error is because the folder where you are trying to save project file does not have write permissions. To solve the err...

6 years ago | 0

Answered
fft Simulink R2019a,RaspberryPi 3B
I assume Simulink support package for Raspberry Pi Hardware is installed and External Mode is enabled for the project. To be abl...

6 years ago | 0

Answered
Fuzzy logic edge detection
You can try with other edge detection techniques. You can try: edge(I,method) where method can be an edge-detection algorithm...

6 years ago | 0

| accepted

Answered
Autocorrelation on a sequence of images
I think you may need to decompose the video to image sequence and the apply xcorr2 to those images. Refer to this link for dec...

6 years ago | 0

Answered
Extract the certain rows from a tall array
Hi, I think the difference between the time taken for rows 1:100 and 2:100 can be because for rows between 1 to 100, just first...

6 years ago | 1

Answered
error : Index in position 3 exceeds array bounds (must not exceed 1).
Hi, I understand that you are facing the error – ‘Index in position 3 exceeds array bounds (must not exceed 1)’ while trying t...

6 years ago | 1

Answered
Help correlating data using join, innerjoin, outerjoin to compare datasets with common date which is in DD-MMM-YYYY format.
Hi, I assume you want to combine table ‘A’ and table ‘B’ using a column which is in DD-MMM-YYYY format in both the tables t...

6 years ago | 0

Answered
Printing positive numbers backwards
Hi, I understand that you want to extract positive numbers from matrix and store them in a new array and then traverse the new...

6 years ago | 0