photo

Ammar


自 2011 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

9 个提问
0 个回答

排名
23,657
of 300,779

声誉
1

贡献数
9 个提问
0 个回答

回答接受率
100.0%

收到投票数
1

排名
 of 21,084

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 170,997

贡献数
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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 1

1

个回答