photo

Mohamed Abdalmoaty


Last seen: 約4年 前 2011 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

14 質問
0 回答

ランク
258,390
of 300,753

評判
0

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

回答採用率
50.0%

獲得投票数
0

ランク
 of 21,075

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 170,858

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


Compute all third degree monomials out of a given vector
Suppose you are given a vector How can one effieciently construct a vector containing all third degree monomials of the vector...

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

1

回答

質問


Is there a way to vectorize these loops for speed?
I need to construct symmetric matrix M as shown in the following code: theta = 0.5; lambda = 0.1; % usually a number be...

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

2

回答

質問


Puzzling plot color behaviour
I have two curves stored in the workspace. I use exactly the same commands to plot them: newred = [0.8500 0...

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

2

回答

質問


Final report for fminunc
I'm using the optimization function fminunc. I'd like to generate a final report that includes: number of function calls, tota...

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

1

回答

質問


Deleting the last displayed line (or part of it) in the command window.
I'm trying to use the same line in the command window of Matlab to print the progress of my code. I have read several solutio...

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

3

回答

質問


How to control the random number generation when using a parfor loop
When I want to repeat my code with the same results, I fix the seed in the beginning of the code. Say: rng(100) I can then gen...

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

1

回答

質問


Sum each element in a matrix with the previous elements on the same diagonal
I'm looking for an "efficient way", that will work on larger matrices like 2000 by 2000 in reasonable time, to do this operatio...

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

3

回答

質問


How to disable the arrows on the nyquist plot?
When using the commands nyquist() or nyquistplot() without output arguments we get a plot. How to disable the arrows on the plot...

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

1

回答

質問


how to check that all called functions exist in the path?
I coded my simulation in an m file in which I call many other functions that I also wrote. Each function also calls several oth...

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

1

回答

質問


From linear to logarithmic distribution
Given a linear frequency scale denoted by the vector f = 1:fmax; fmax is known, say 1000. How can I construct, out of this ...

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

1

回答

質問


What is the best vectorized way to construct the following matrix
I have a system of linear equations: y = A x y is a column vector of size n. A is a lower triangular matrix of size n by ...

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

2

回答

質問


What is the best vectorized way to construct the following matrix
I have a vector variable of size nx1 I want to construct a square nxn matrix from this vector. The first column of the matrix ...

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

1

回答

質問


Passing both the the variable name and value to a function
Hello, I wonder if there is a way to pass not only the value of a variable, but also it's name to a function. For example,...

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

2

回答

質問


Compiler properties for building MEX-files
I'm working with MATLAB R2010b and need to compile a C++ source file to a .mex64 MEX-file. I'm using the Microsoft VS2008 SP1 a...

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

1

回答