photo

Ammar


2011 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

9 質問
0 回答

ランク
23,657
of 300,781

評判
1

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

回答採用率
100.0%

獲得投票数
1

ランク
 of 21,088

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 171,031

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


Symbolic Equation Problem
I have the following variables: A=6.89272 B=1203.531 C=219.888 P=760 and the following expression: TC=sym(...

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

2

回答

質問


Stochastic Matrix Computation
A stochastic matrix is a square matrix of non-negative entries such that each column adds up to 1. Such matrices appear in Mark...

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

1

回答

質問


Function won't index properly
I have created the following function to find the index numbers of the elements of array a that are less than or equal to b, whe...

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

1

回答

質問


Replicating a plot over multiple periods in the same figure
I have a piecewise function defined by the following: v = @(t,a,b) (t>=a) & (t<b); f=@(t) 0.*v(t,-1,0) + 2*t.*v(t,0,0.5)...

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

1

回答

質問


Indicator Function Error
I am trying to define a piece-wise function over several different intervals. However, the indicator function won't let the func...

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

1

回答

質問


Reverse-Engineering Find Function
Consider the MATLAB relational operations: k = (a <= b); m = find(a <= b); where a is a real-valued row vector and b is either a...

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

1

回答

質問


Choice-Dependent Multi-Variable Anonymous Function
A little background information. There are two parking lots, one which is long term and one which is short term. For the short ...

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

1

回答

質問


fprintf repetition
Hello, I have to create a table using fprintf and the first two lines look like this: Physical Temperature T (F) | 40 35 ...

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

1

回答

質問


fprintf using a for loop
Hello, I seem to be having trouble figuring out how to make a table using fprintf using a for loop. I currently have one c...

約14年 前 | 1 件の回答 | 1

1

回答