Answered
Why is plot quality low ?
Hi Madhan, This is a known issue and will be fixed in the upcoming releases. Hope this helps!

4 years ago | 1

| accepted

Answered
What value use Matlab to plot current function?
The Antenna Toolbox uses the Method of Moments technique with Rao-Wilton-Glisson basis functions to discretize and solve Maxwell...

4 years ago | 1

| accepted

Answered
How to create a pivot table
I think the unstack function might help you out. I have written a small example using your data: month = categorical({'Jan';'Ja...

4 years ago | 0

| accepted

Answered
installation error “remote host closed connection during handshake”
Have a look at the following post to resolve your issue: https://www.mathworks.com/matlabcentral/answers/92634-why-do-i-get-a-c...

4 years ago | 0

Answered
robot motion algorithm with classdef
"classdef" is a reserved keyword used to define classes in MATLAB. Only blank lines and comments can precede classdef. Hence yo...

4 years ago | 1

Answered
Update data from workspace each time I execute code
I believe you can utilize the MATLAB Function Block in Simulink. https://www.mathworks.com/help/simulink/ug/creating-an-example...

4 years ago | 0

Answered
function/solve for variable that is constantly changing/ Question is explained in detail at the end of code
Hi Sebastian, I believe you want to substitute the value of DPLp in place of s in your Transfer Function glemma, right? For tha...

4 years ago | 0

Answered
Exporting code from MATLAB and producing a table in Excel.
Hi Wisam, As @dpb pointed out there aren't direct functions/properties in Matlab that allow you to color code Excel cells, inst...

4 years ago | 0

Answered
measuring the pulse width of a rectangle signal
The pulsewidth function should help you out: https://www.mathworks.com/help/signal/ref/pulsewidth.html You can also refer the ...

4 years ago | 0

Answered
Matlab vs python for CNN
You can have a look at the following page, for more details on CNN in Matlab: https://www.mathworks.com/solutions/deep-learning...

4 years ago | 0

| accepted

Answered
How to wrap angle in degrees to [-180 180] using rfplot(S_params, 'angle')?
Hi, you can have a look at the following to wrap the angles between the interval [-180:180] Sa = sparameters('default.s2p'); d...

4 years ago | 1

| accepted

Answered
PC Build for Matlab
As you were mentioning regarding GPU's I think the following pages might help: https://www.mathworks.com/help/matlab/creating_p...

4 years ago | 0

Answered
Is there a way on matlab to despeckle these images?
The following resources might help: https://www.mathworks.com/help/images/noise-removal.html https://www.mathworks.com/matlabc...

4 years ago | 0

Answered
Representing coupled feeds in custom geometries of antennas
It is not possible to create linear or rectangular arrays using pcbStack objects (or even customAntennaStl) You can refer the f...

4 years ago | 0

Answered
Making Vectors of data from time series
Hi, As Brent pointed out you can use the find function to sove your problem, you can have a look at the following code: pos = ...

4 years ago | 0

Answered
ttest() error (switch on line 9)
Hi Yagmur, I think you have a file named ttest.m in your current Matlab path which is shadowing the original ttest file, please...

4 years ago | 0

Answered
Can I use my Individual Matlab license in multiple computers? (2020 European Rover Competition License)
This web community's purpose is about technincal topics. Please contact your MathWorks Regional Sales department, who will help ...

4 years ago | 0

Answered
In plots lines look blurry with matlab R2019b
Looks like your Graphic Card doesn't Support Graphics Smoothing as the flag SupportGraphicsSmoothing is returned as 0. You can ...

4 years ago | 1

| accepted

Answered
fuzzy inference system-input output
You can have a look at the following pages on how to design a Fuzzy Inference System: https://in.mathworks.com/help/fuzzy/fuzzy...

4 years ago | 0

Answered
Adding LTSPICE component to MATLAB
I think these errors come up usually indicating that there is a syntax or expression in the file that is not recognized or suppo...

4 years ago | 0

Answered
Is MATLAB compatible with "Windows 10 Pro for workstations"?
You can probably refer the following answer: https://in.mathworks.com/matlabcentral/answers/223444-is-matlab-compatible-with-wi...

4 years ago | 0

| accepted

Answered
How do I solve the issue of a blank page ?
The issue might be related to the hardware OpenGL. Please try to use a software version of OpenGL to render graphics, instead o...

4 years ago | 0

Answered
getting error in code
This error comes up when you have a file named plot somewhere in the MATLAB path. I would suggest you to run the following comma...

4 years ago | 1

| accepted

Answered
Is it possible to import .mat files into AppDesigner?
Please refer the following answer: https://in.mathworks.com/matlabcentral/answers/319739-is-it-possible-to-import-mat-files-int...

4 years ago | 0

| accepted

Answered
I can't rum MATLAB r2020: Internal error: failure occurs during desktop startup. Details: failure loading desktop class
Please refer the following: https://in.mathworks.com/matlabcentral/answers/92929-why-do-i-receive-the-errors-failure-loading-de...

4 years ago | 0

Answered
Certificate not showing Completed the Matlab onramp course and it says 100. When I click on view/share certifcate all I get is a tiny popup block with an X in it. Why am i not able to view?
Probably you have choosen the wrong release/language option, please refer the following link: https://in.mathworks.com/matlabce...

4 years ago | 0

Answered
installation error: Matlab\R2019a\help\simulink\helpsearch\segments_w
Please check the following link: https://www.mathworks.com/matlabcentral/answers/507041-fail-to-install-r2019b-update-4-after-t...

4 years ago | 0

Answered
Torque Actuator and simdriveline not available in MATLAB 2019b
SimDriveline is now Simscape Driveline I think Torque Actuator block is a part of First Generation SimDriveline Models, support...

4 years ago | 0

Answered
How can i create a function that returns the x and y coordinate of a circle with given center, radius an interval from 0 to 2*pi?
Hi, According to your comments I think you just want a particular point (x,y co-ordinates) on a circle. For that you should als...

4 years ago | 0

Answered
Problem updating matlab 2020b
Please check the following link: https://www.mathworks.com/matlabcentral/answers/507041-fail-to-install-r2019b-update-4-after-t...

4 years ago | 0

Load more