Answered
error conected arduino mega 2560 with simulink r2019B
According to my understanding the “mismatch” error is possible because of three reasons: The correct board is not selected in t...

4 years ago | 0

| accepted

Answered
Curve fitting Fresnel equation
Following is a set of equations which calculates the reflectance for a S(Rs) and p(Rp) polarised incident wave. According t...

4 years ago | 0

Answered
Trouble with impoly (open) misinterpreting mouse click
I would suggest using the drawpolygon function if the problem is still persisting. Even MATLAB suggests using drawpolygon instea...

4 years ago | 0

Answered
Trouble with impoly (open) misinterpreting mouse click
I was unable to reproduce the problem on my end on Windows-10. Please try re-installing MATLAB and contact technical support if ...

4 years ago | 0

Answered
Convert pixel values to tones of sound
Hi, There is a function available in the file exchange to convert an image to a sound developed by someone in the community and...

4 years ago | 0

| accepted

Answered
dielectric resonator antenna fed by slot
I would suggest using the Antenna Designer app to make changes in the geometry of elements and visualize them without writing sc...

4 years ago | 0

Answered
How to decide the area bounded by contour, but only the ones whose centroid have been decided?
I would also use regionpropsto get the statistics of the binary image. The following lines of code find the area of all the cent...

4 years ago | 0

Answered
How can I run a median/low-pass filter over a Digital elevation model data in XYZ format
Hi, I would try the following functions: fir1 medfilt2 fspecial and imfilter A similar question has steps on how to us...

4 years ago | 0

Answered
H bridge inverter output not as expected.
I understand that you are trying to produce an amplitude modulated signal using H-bridge-inverter. The connections in your mod...

4 years ago | 0

| accepted

Answered
How to display images when clicking a button in matlab app designer?
I would create another UIaxes and create your image profile in that axes. In your Image Panel you’ll need to place 2 axes and po...

4 years ago | 0

| accepted

Answered
Is it possible to call and run a different script for switched cases without changing the called function?
The customer wants to call another script from the present script without changing the content of the script being called. Ans...

4 years ago | 0

Answered
Calculating number of notes in music piece
Hi, I understand that you are trying to find the number of notes in the MIDI and .wav files. Notes in a music piece are esse...

4 years ago | 0

| accepted

Answered
Power_Fuel_Cell
Hi, I understand that you want to simulate a 50kW Proton Exchange Membrane Fuel Cell (PEMFC) and with that you want to change ...

4 years ago | 0

Answered
(Antenna Toolbox) How to mesh a dielectric layer?
Hi, I understand that you want to mesh the dielectric manually to improve the speed of execution. Try changing the configura...

4 years ago | 0

Answered
To change values in a matrix between two elements
Hi, I understand that you are trying to fill the trapezoid created by the points (50,100) (450,100) (200,600) and (300,600). ...

4 years ago | 0