Risposto
How to change decibel magnitude to linear amlitude?
The Signal Analyser is designed in a way that it gives magnitude in decibel scale. If you wish to get the data in linear magnitu...

quasi 5 anni fa | 0

Risposto
imagesc vs heatmap: which one has more flexibility?
I would suggest you to go through HeatmapChart Properties which would help you get more flexibility ro change colorbar size, sty...

quasi 5 anni fa | 0

Risposto
general vector code question
You may refer the documentation of quaternion for more details.

quasi 5 anni fa | 0

Risposto
Internal error, failure occures during desktop startup. Details: failure loading desktop class.
You may refer to another MATLAB Answer which may help resolve your problem.

quasi 5 anni fa | 0

Risposto
Connect PV array output as a input signal to PLECS block
You may refer to the documentation of PV array for more details

quasi 5 anni fa | 0

Risposto
trapezoidal numerical integration within a function
I would suggest you go through the documentation of trapz function as that would help you trapezoidal numerical integration effi...

quasi 5 anni fa | 0

Risposto
Scale Matlab plot axes so that 1 data unit equals 1 mm
You may refer to another MATLAB Answer which may help solve your query.

quasi 5 anni fa | 0

Risposto
Extracting vectors from big vector
Can you explain your question in a more detailed way on what factors are you extracting data from the larger array? You may also...

quasi 5 anni fa | 1

Risposto
Time delay using xcorr function, two microphones
You may refer another MATLAB answer which may help you solve your query.

quasi 5 anni fa | 0

Risposto
Define alternative latex-output for symbolic
There isn't a direct way to get the desired output. The only way is to make it work using the workaround you mentioned.

quasi 5 anni fa | 0

| accettato

Risposto
how to design an open end winding induction machine in matlab?
There is no preset model in MATLAB for open end winding induction motor. For more details about it you may refer another answer ...

quasi 5 anni fa | 0

Risposto
Cannot progress in Simulink Onramp due to assessment block issues
In my opinion, you have pressed the enter key after you typed the name "desired speed" for the step block. The last two lines of...

quasi 5 anni fa | 0

Risposto
Jacobin matrix of the NN's output respect to the input
There is a function to compute the jacobian of a matrix. You may refer to its documentation for more details.

quasi 5 anni fa | 0

Risposto
How to generate a reference sine wave synchronous to grid AC voltage
I would suggest you refer sine block for further details.

quasi 5 anni fa | 0

Risposto
Error 337 while trying to Activate License through Internet Connection
I would suggest you go through another related MATLAB Answers Question posted in the community which may help you solve the erro...

quasi 5 anni fa | 0

Risposto
to find the rectangular pulse The width of rectangular pulse is 5 ,1,5.0,1.0,05.0=w , centered at x=0.
I would suggest you go through the documentation of rectangularPulse function and you may then use it to get the rectangular pul...

quasi 5 anni fa | 0

Risposto
How I can write the equation in matlab?
You may refer to Solve Differential Equation to represent differential equations in MATLAB.

quasi 5 anni fa | 0

Risposto
Simulink 2020 problem with the sintaxis of transfer function
I executed your code in MATLAB 2020a and it worked perfectly fine. It seems that a toolbox containing tf function is missing. Pl...

quasi 5 anni fa | 1

Risposto
students projects in matlab or simulink
You may refer MATLAB Online and get more details about it. You can use this service to collaborate with other students. You may ...

quasi 5 anni fa | 0

Risposto
What is the difference between bilinear image resizing and averaged downsampling
I would suggest you refer imresize which states that "Bilinear interpolation; the output pixel value is a weighted average of pi...

quasi 5 anni fa | 0

| accettato

Risposto
MATLAB 2020a runs very slow on Mac Pro with Mojave
The issue cannot be understood with just the information which you have given. There may be several other factors which may hamp...

quasi 5 anni fa | 0

Risposto
Need help with mvregress
There is a mismatch in the dimensions of your input matrices and hence you are getting an error. I would suggest you to check di...

quasi 5 anni fa | 0

Risposto
Ploting Burgers equation distribution
You may refer to the following links for more information on plotting Burgers equation- https://www.mathworks.com/matlabcentral...

quasi 5 anni fa | 0

Risposto
How can I get the DFT of this function?
You may refer to the following code and make changes as per your requirements- n = 512; x=[1 1 1 1]; y = fft(x,n); m = abs(y...

quasi 5 anni fa | 0

Risposto
Does Matlab online work in china?
I could not find any specific reason for MATLAB Online to be blocked in China. You can use this service to collaborate with othe...

quasi 5 anni fa | 0

Risposto
How to fill a black area with circles?
The area which you are concerned about is just a accumulation of black pixels. From the image there is no way to find the exact ...

quasi 5 anni fa | 0

Risposto
Documentation within MATLAB 2019a extremely slow (Ubuntu)
This has been a known error. Currently there isn't any workaround available for MATLAB R2019a but it was scheduled to be rectifi...

quasi 5 anni fa | 0

Risposto
Conversion to logical from sym not possible
In your code diff(fun) never reaches less than 0, hence the loop isn't executed. Also, you are comapring a symbolic variable wit...

circa 5 anni fa | 0

Risposto
"Warning: Error updating Legend" when opening a saved figure as .fig
Even I could reproduce similar issue in MATLAB 2018a but it worked fine for later versions of MATLAB. I verified it for MATLAB 2...

circa 5 anni fa | 0

| accettato

Risposto
binary text file transfer via serial port to FPGA
You may refer to this existing MATLAB Answer for help.

circa 5 anni fa | 0

Carica altro