photo

Aash


2017 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

14 質問
2 回答

ランク
151,695
of 300,829

評判
0

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

回答採用率
50.0%

獲得投票数
0

ランク
 of 21,088

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 171,210

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 3
  • First Answer

バッジを表示

Feeds

表示方法

質問


wait bar in MATLAB gui in nested FOR loop
I have to show a progress bar in matlab guide that appears while running FOR loop and shows progress for each iteration. Moreov...

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

1

回答

質問


How to make all the buttons of same size in matlab guide
At the end of designing stage of my MATLAB gui, I want to make sure that all the buttons are of same size How can I set all...

7年以上 前 | 2 件の回答 | 0

2

回答

回答済み
How to indicate that GUI is busy running?
My pointer is changing to the loading while computation but it isnt coming back to the orignal arrow after the code stops execut...

7年以上 前 | 0

質問


Change cursor to hour glass whil computation
I want to change my cursor shape to hourglass in MATLAB gui while the error matrix is being calculated. and after that i should ...

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

0

回答

質問


calling a function only when the check box is clicked
i have to call a function when push button is pressed only when the check box is ticked. in checkbox call back iahve written fo...

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

0

回答

質問


is it possible to draw a line in matlab gui panel
<</matlabcentral/answers/uploaded_files/116432/pic%20example.png>> Can we draw a line like the one in a figure in MATLAB guid...

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

1

回答

質問


need to synchronize two figures in matlab gui
I want to synchronise two figures in separate windows. The example code is given below. Please can someone write a code for ...

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

1

回答

質問


i want to write matlab code that calculates fourier transform of following sequence and also plots its magnitude x(k)
x(n) = 3cos(4*pi*n/N) + sin(6*pi*n/N) where 0 <= n=< N-1 0 <= k =< N-1

約8年 前 | 1 件の回答 | 0

1

回答

質問


I have written this function for the sine wave that takes different values of frequency(f0)and sampling frequency(fs) Can anyone help where I am doing wrong.
function y= sin_f(length,amplitude,Frequency,phaseShift) N=length; f0 =Frequency; phi= phaseShift; A=amplitude; y=zeros(1,...

約8年 前 | 1 件の回答 | 0

1

回答

質問


I need a matlab code to draw these sinosoids in matlab.
I need a matlab function to draw these sinosoidal sequence

約8年 前 | 1 件の回答 | 0

1

回答

質問


how to plot the magnitude of x(k) in matlab
x(k)= 4j exp(-6*pi*j*k/N) where 0 <= k <= N-1 and x(k) be N-point DFT of the length N sequence

約8年 前 | 1 件の回答 | 0

1

回答

質問


trying to find L2 norm using for loops. where am I doing wrong?
clear all clearvars x = [1.21, -3.42, 10.01, -0.13, -5.11, -1.29, 3.87, 2.16, -3.21, 0.02] n = length(x) s...

約8年 前 | 1 件の回答 | 0

1

回答

質問


calculate the L2 norm of a sequence, x[n]. The function should accept the sequence
Write the function to perform this element-wise using for loops. Write the function to perform this *without* using for loops...

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

0

回答

回答済み
how do you write a programme with *if statement*for L infinity norm having written L1 and L2 norm. how do you represent L infinity norm?
Can you please share how you have written function for l2 norm using loop and without loop?

約8年 前 | 0

質問


i need a Matlab function to generate a sinusoidal sequence,

約8年 前 | 1 件の回答 | 0

1

回答

0

回答