rohail khan
Followers: 0 Following: 0
統計
MATLAB Answers
15 質問
0 回答
ランク
of 153,872
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
How to take derivative of a function
hi, please can you help me to find derivative of the following . x = t; y = sin(t); z =cos(t) % for the range-5 <...
6年以上 前 | 1 件の回答 | 0
1
回答質問
how to select range of dates
I have stock data of 10 years with two columns.One is the stocks which is numeric and the other is dates which are in datetime f...
6年以上 前 | 1 件の回答 | 0
1
回答質問
Confusion in using polyfit and polyval to predict data
hi, I have a date of New Zealand population of 92 years. I am reading the code which uses polyfit and polyval to predict popul...
6年以上 前 | 1 件の回答 | 0
1
回答質問
how to plot datetime against number
hi, I imported some data from excel file.I have two columns.One is dates and other is stocks. 'dates' column is of the form 'd...
6年以上 前 | 2 件の回答 | 0
2
回答質問
help with mat file
When I load a mat file by giving its full path like this load ('E:\Mathematical modellling\assignment1\april6\spectral_3.ma...
6年以上 前 | 0 件の回答 | 0
0
回答質問
I want to find the peak values of the out put signal.
I have generated a waveform ,added some noise to it and then used fft to recover the signal. The code is below % Generate ...
6年以上 前 | 1 件の回答 | 0
1
回答質問
how can I plot this exponential function?
hi, I have the following function g with the values of x x = linspace(-2,2) G = @(x) exp(x) .* (x <= 0) + sin(2*pi*x)....
6年以上 前 | 1 件の回答 | 0
1
回答質問
how to write summation with limits?
hi, How can I write the following functions in matlab? <</matlabcentral/answers/uploaded_files/111731/matlab.jpg>>
6年以上 前 | 1 件の回答 | 0
1
回答質問
Why moving average plot is not starting as the original signal
Hi, I am trying to analyze a stock data with only two columns i.e dates and value of stocks Both of these columns have length...
6年以上 前 | 1 件の回答 | 0
1
回答質問
What is meant by "centered moving average" ? Is it different from 'moving average'?
Hi, I am new to matlab. I was solving a problem where I have to find moving average of a sample single .The output should be c...
6年以上 前 | 3 件の回答 | 0
3
回答質問
Alternate way to find the frequencies using fft apart from the fft plot?
hi, I have plotted the following three Sinusoidal wave forms of 70,80 and 90 MHz. t=0:1/1000:0.2-1/1000; w1=2*pi*70; ...
6年以上 前 | 1 件の回答 | 0
1
回答質問
How to write exponential function with limits?
Hi, How can I write the following two functions <</matlabcentral/answers/uploaded_files/110988/question2.jpg>> Can I use ...
6年以上 前 | 1 件の回答 | 0
1
回答質問
Fitting data in second order polynomial
hi, I am trying to solve this question. <</matlabcentral/answers/uploaded_files/110825/question2.jpg>> A=[0 0 1 ...
6年以上 前 | 2 件の回答 | 0
2
回答質問
how can I adjust the axes for the table
Hi, I have the following two objects. <</matlabcentral/answers/uploaded_files/110844/question2.jpg>> I have plotted them ...
6年以上 前 | 1 件の回答 | 0
1
回答質問
How can I write this exponential function in matlab?
hi, please can anyone help me write the following functions in matlab? <</matlabcentral/answers/uploaded_files/110607/matlab...
6年以上 前 | 2 件の回答 | 0