Kunal Khosla - MATLAB Central
photo

Kunal Khosla


Last seen: 9ヶ月 前 2019 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB AnswersFrom 04/19 to 03/25Use left and right arrows to move selectionFrom 04/19Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

9 質問
2 回答

ランク
243,364
of 297,711

評判
0

コントリビューション
9 質問
2 回答

回答採用率
22.22%

獲得投票数
0

ランク
 of 20,465

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 159,406

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • First Review
  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


Unable to zoom, pan when using windowbuttondownfcn in appdesigner
Hi, What happens when I assign a callback to a uifigure windowbuttondownfcn? Does the behaviour change completely? Do I need to ...

1年以上 前 | 1 件の回答 | 0

1

回答

質問


Interpolation under different conditions of 2 parametrs
I have a set of 9 tables with 25 distances each based on wind direction and wind speed (5 x 5). 9 tables each at a particular he...

2年弱 前 | 1 件の回答 | 0

1

回答

質問


How can I Interpolate and find values in different scenarios ?
PROBLEM STATEMENT : I have a set of 9 tables at different height and speed. At lets say x height and y speed, I have 25 values o...

2年弱 前 | 0 件の回答 | 0

0

回答

質問


Is there a way to append a SiftPoints Object?
I tried using vertcat to concatenate 2 SiftPoint objects, however it fails during code generation. Is there any alternate method...

2年弱 前 | 1 件の回答 | 0

1

回答

質問


Getting coordinates upon click in a geoaxes(in a tab) in a figure
When i click on a geoaxes inside a tab inside a figure. I fail to get the exact coordinate where i clicked. But this isnt a prob...

約2年 前 | 0 件の回答 | 0

0

回答

回答済み
Hi, I have a code in MATLAB which tries to zero detect, i am trying to convert the same to C but i am having trouble loading the data.
I did a abit of experiment and was able to figure out the issue. The lines should be changed to s=coder.load('C:\Users\HP\Des...

6年弱 前 | 0

| 採用済み

質問


Hi, I have a code in MATLAB which tries to zero detect, i am trying to convert the same to C but i am having trouble loading the data.
While running the program in matlab coder, the value of y is taken to be 1, and it does not go to the for loop.I have attached t...

6年弱 前 | 3 件の回答 | 0

3

回答

質問


Use of gauspuls command in matlab, unable to broad signal at frequency spectrum
I have a doubt in the gauspuls command in matlab, i entered a fbr(fractional bandwidth of 1.5,ie. bandwidth= 0.75Mhz ) but as i ...

6年弱 前 | 0 件の回答 | 0

0

回答

質問


I want to create a signal in time domain using gauspuls command in Matlab, and plot the same in freq domain to check if i am getting the associated frequencies?
I have got a code from (www.simsonic.fr) which takes input as fractional BW, time and centre frequency, and gives in phase puls...

6年弱 前 | 0 件の回答 | 0

0

回答

質問


I have a signal with centre at 0.5Khz, how can i shift the signal such that the maximum component occurs at the center of the frequency axis?
figure(3) Fs=1e6; t = 0:1/Fs:1.5; L = length(t); n = 2^nextpow2(L); y=fft(signal,n); f = Fs*(0:(n/2))/n; P = abs(y/n); ...

6年弱 前 | 1 件の回答 | 0

1

回答