Respondida
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...

casi 4 años hace | 0

Respondida
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...

casi 4 años hace | 0

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

casi 4 años hace | 0

Respondida
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.

casi 4 años hace | 0

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

casi 4 años hace | 0

Respondida
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...

casi 4 años hace | 0

Respondida
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.

casi 4 años hace | 0

Respondida
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...

casi 4 años hace | 1

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

casi 4 años hace | 0

Respondida
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.

casi 4 años hace | 0

| aceptada

Respondida
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 ...

casi 4 años hace | 0

Respondida
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...

alrededor de 4 años hace | 0

Respondida
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.

alrededor de 4 años hace | 0

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

alrededor de 4 años hace | 0

Respondida
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...

alrededor de 4 años hace | 0

Respondida
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...

alrededor de 4 años hace | 0

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

alrededor de 4 años hace | 0

Respondida
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...

alrededor de 4 años hace | 1

Respondida
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 ...

alrededor de 4 años hace | 0

Respondida
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...

alrededor de 4 años hace | 0

| aceptada

Respondida
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...

alrededor de 4 años hace | 0

Respondida
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...

alrededor de 4 años hace | 0

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

alrededor de 4 años hace | 0

Respondida
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...

alrededor de 4 años hace | 0

Respondida
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...

alrededor de 4 años hace | 0

Respondida
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 ...

alrededor de 4 años hace | 0

Respondida
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...

alrededor de 4 años hace | 0

Respondida
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...

alrededor de 4 años hace | 0

Respondida
"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...

alrededor de 4 años hace | 0

| aceptada

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

alrededor de 4 años hace | 0

Cargar más