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

bijna 4 jaar ago | 0

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

bijna 4 jaar ago | 0

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

bijna 4 jaar ago | 0

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

bijna 4 jaar ago | 0

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

bijna 4 jaar ago | 0

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

bijna 4 jaar ago | 0

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

bijna 4 jaar ago | 0

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

bijna 4 jaar ago | 1

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

bijna 4 jaar ago | 0

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

bijna 4 jaar ago | 0

| accepted

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

bijna 4 jaar ago | 0

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

bijna 4 jaar ago | 0

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

bijna 4 jaar ago | 0

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

bijna 4 jaar ago | 0

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

bijna 4 jaar ago | 0

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

bijna 4 jaar ago | 0

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

bijna 4 jaar ago | 0

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

ongeveer 4 jaar ago | 1

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

ongeveer 4 jaar ago | 0

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

ongeveer 4 jaar ago | 0

| accepted

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

ongeveer 4 jaar ago | 0

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

ongeveer 4 jaar ago | 0

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

ongeveer 4 jaar ago | 0

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

ongeveer 4 jaar ago | 0

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

ongeveer 4 jaar ago | 0

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

ongeveer 4 jaar ago | 0

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

ongeveer 4 jaar ago | 0

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

ongeveer 4 jaar ago | 0

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

ongeveer 4 jaar ago | 0

| accepted

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

ongeveer 4 jaar ago | 0

Load more