已回答
Does Financial Toolbox provide access to historical market data?
Hi Michael, Financial Toolbox provides functions for the mathematical modeling and statistical analysis of financial data. To a...

4 years 前 | 0

已回答
The curve fitting tool won't open when using the cftool command or when clicking on Curve Fitting in Apps. There is also an error message.
Hi Luca, It seems you have used script name as any of the MATLAB function. Try to rename the script (other than MATLAB keyword)...

4 years 前 | 0

已回答
Calculate fourier coefficients from XYZ displacement
Hi Ash, You may refer to this link. This has similar prblem what you have asked. Alternatively, you can also use cftool.

4 years 前 | 0

已回答
how to generate a chirp pulse and obtain its phase
Hi Dang, To generate a chirp pulse, you may refer to following link.

4 years 前 | 0

已回答
Load data into experience buffer: DDPG agent
Hi Daksh, You may find following link useful for your answer.

4 years 前 | 0

已回答
Getting the value of a graph at a certain point
Hi Prateek, You can use interp1 function to know the y values for the corresponding x values. You may also refer to follwing ex...

4 years 前 | 0

| 已接受

已回答
Solving two equations two unknowns
Hi Jacob, You have written in the last line "its only giving me the return " (which is an structure). For systems of equations,...

4 years 前 | 0

已回答
Good Tutorial for MPC?
Hi Nathan, You may refer to follwing link for detailed explanation on the model predictive controller. https://www.mathworks.c...

4 years 前 | 0

已回答
How do I change the amplitude of a signal based on uniform random distribution? Not sure how to proceed.
Hi Prashant, In your question, transmitter output is two level NRZ signal. For generating the data bits based on uniform random...

4 years 前 | 0

已回答
deg2km command does not calculate distance between two points
Hi Hülya, Distance given by the deg2km depens on what radius of earth you are considering. Default value given in MATLAB docume...

4 years 前 | 0

已回答
How can I calculate the area between two curves in a specific section?
Hi Daniel, When n=1, n-1 goes to zero for which A(0,:) is an invalid index. The error you are getting is becuse of this only.

4 years 前 | 0

已回答
I have acquired some y axis values in display in the simulink. I want to automatedly find the coresponding x value in the graph. is the any such block available for the same or any method to do so?
Hi Shantanu, Since I do not have access to your model, what I understood from your question is that you want to find the index ...

4 years 前 | 0

已回答
How to control a unipolar stepper motor ?
Hi Jérémy, Following are the requirements for the stepper motor control using MATLAB: Software: MATLAB MATLAB support packag...

4 years 前 | 0

已回答
Matlab R2019b
Contact your sales representative to get detailed understanding about your license terms. If you don't know who your sales repre...

4 years 前 | 0

已回答
Econometrics Toolbox not in Products list for Campus-Wide License installer run
Contact your sales representative to get detailed understanding about your license terms. If you don't know who your sales repre...

4 years 前 | 0

已回答
How to access mobile sensor data in microsoft excel format ?
Hi Vibhor, For capturing the mobile data center you can refer to the follwing link https://www.mathworks.com/help/matlabmobil...

4 years 前 | 0

已回答
How can I plot Nakagami-m fading channel?
Hi Mofadal, For Nakagami-m fading channel I would like you to go through the file exchange provided by the Jamal Ahmad https:...

4 years 前 | 0

已回答
How to add a listener to an Arduino Pin?
Hi Chaitanya, For adding listneing, I would suggest you to go through the following link https://in.mathworks.com/help/matlab/...

4 years 前 | 0

已回答
Can I create a symbolic variable with units and assign an initial value of 0
According to MATALAB documentation, you need to assign a value to speciy unit. For more information on symunit, you may refer to...

4 years 前 | 0

已回答
Resample function changed for R2019b ?
Hi Semih, To resample time series time vector you may refer to following documentation page https://www.mathworks.com/help/ma...

4 years 前 | 0

已回答
how to get a plot quiver with velocity magnitude
Hi Bharathi, You can use 'color' linespec to change the color of your velocity vectors. For your reference I have written a co...

4 years 前 | 0

已回答
How do plot complicated function?
Hi Daniella, You may try following commands: fun=@(x,y) x^2+(y-3*sqrt(x)^2)-1; ezplot(fun)

4 years 前 | 0

已回答
Error in solving an equation
Hi Shimon, For solving the function handles, I would suggest you use fsolve. Following is the code with few changes which might...

4 years 前 | 0

已回答
DC Motor code and wiring with arduino uno
Hi Andrew, As I understand, you want to make a temperature-controlled fan. So, to control DC motor using the MATLAB and Arduino...

4 years 前 | 0

已回答
how to implement HDL coder "clock enable"
Hi Lennert, To run the counter continuously, set the clk_enable signal to ‘1’. For information on clock enable signal, I would ...

4 years 前 | 0

已回答
Bar chart with dual x-axis labels (groups)
Hi Ryan, I have heard that this issue is known and currently this feature is not supported. The concerned parties may be invest...

4 years 前 | 0

| 已接受

已回答
How to calculate the total heat flow on a surface using MATLAB PDE solver?
Hi Mark, I would suggest you the following documentation. I think it might help you. https://www.mathworks.com/help/pde/h...

4 years 前 | 0

已回答
Drawing lines like streamslice
Hi Freddie, For drawing a line with arrowhead, you can use quiver plot. For more information and examples regarding this you m...

4 years 前 | 0

已回答
Uplink communcation Channel Winner 2
Hi Stefano, We currently don't support WINNER 2 uplink simulation. I have informed the concerned authority about this.

4 years 前 | 1

已回答
Get STFT plot with matrix Input
Hi Nour, In the documentation page of stft, under the input argument section, it is mentioned that x can take vector and matrix...

4 years 前 | 0

加载更多