photo

Amir Tadayon


Last seen: 2年以上 前 2016 年からアクティブ

Followers: 0   Following: 0

Professional Interests: signal processing, communications, underwater

統計

All
MATLAB Answers

7 質問
1 回答

Cody

0 問題
13 解答

ランク
10,709
of 301,200

評判
4

コントリビューション
7 質問
1 回答

回答採用率
28.57%

獲得投票数
2

ランク
 of 21,190

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク
33,611
of 173,339

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

スコア
147

バッジ数
1

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

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

平均評価

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

平均いいねの数

  • Thankful Level 2
  • Thankful Level 1
  • Solver

バッジを表示

Feeds

表示方法

解決済み


Generate this matrix
Generate the following matrix. n = 2; out = [-4 -3 -2 -1 0 -3 -2 -1 0 1 -...

3年以上 前

解決済み


Simpson's Paradox - Calculate correlation coefficients for groups of data
Simpson's Paradox is a statistical phenomenon where groups of data can have a characteristic while the whole data set together h...

3年以上 前

解決済み


Find the minimum of the column-maximums of a matrix
Given a matrix A, find the maximum value of each column, then return the smallest of those maximum values (ie return the minimum...

3年以上 前

解決済み


Calculate the mean of each half of a matrix
Given a matrix with an even number of columns, n, return a 1-by-2 row vector where the first element is the mean of all the elem...

3年以上 前

解決済み


Find Closest Constant
Given a number x, return the value that is closest to x from this list of constants: 0, 1, , e, , (also known as ). For exampl...

3年以上 前

解決済み


Matrix Quadrants
Write a function that takes N as the input, and outputs a matrix whose upper-left (NxN) quadrant contains all ones, the lower-ri...

3年以上 前

解決済み


Interpolator
You have a two vectors, a and b. They are monotonic and the same length. Given a value, va, where va is between a(1) and a(end...

3年以上 前

質問


Update struct field in parfor
I'm wondering hwo to go around the issue below (this is a simplified version of my code) method = struct('Len', 1); parfor nf ...

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

1

回答

質問


MATLAB does not pick the main display as the primary one so figure opens in the secondary one
Hi I'm running MATLAB R2020a on a Ubuntu 18.04 LTS machine. When I open a figure in full screen size, it opens in the second ...

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

0

回答

質問


sample rate (Fs) in audiowrite
Version: MATLAB R2018 In the document of audiowrite, it is written that the sample rate is any positive scalar between 44100 an...

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

1

回答

質問


error message shown by rcosdesign filter is not consistent
I think the error message shown for the case number 1 should also be shown for case 2. 1- b = rcosdesign(1/4, 3, 3, 'normal'); ...

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

0

回答

質問


Ubuntu 18.04 LTS
Please let me know when MathWorks is going to support Ubuntu 18.04 LTS?

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

0

回答

解決済み


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

8年以上 前

解決済み


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

8年以上 前

解決済み


Sum all integers from 1 to 2^n
Given the number x, y must be the summation of all integers from 1 to 2^x. For instance if x=2 then y must be 1+2+3+4=10.

8年以上 前

解決済み


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

8年以上 前

解決済み


Factorize THIS, buddy
List the prime factors for the input number, in decreasing order. List each factor only once, even if the factorization includes...

8年以上 前

解決済み


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

8年以上 前

質問


Support package installer errors when you hit next to install from internet or download from internet
I have a ML16a installed on my mac with the latest version of OSX. When I want to install a support package, I get the followi...

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

0

回答

回答済み
RTL-SDR Support package installer failure on mac
I found the problem. The JAVA version that MATLAB uses does not recognize the SSL certificate authority (CA) for the https://pkg...

10年弱 前 | 2

質問


RTL-SDR Support package installer failure on mac
I have a ML R2016a installed on my mac with the OS version 10.11.4. When I want to install CST SPKG for RTL-SDR (Communication...

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

1

回答