photo

Ammar


Active since 2011

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

9 Questions
0 Answers

RANK
23,657
of 300,771

REPUTATION
1

CONTRIBUTIONS
9 Questions
0 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
1

RANK
 of 21,084

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 170,969

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 3

View badges

Feeds

View by

Question


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 ago | 2 answers | 0

2

answers

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 1 answer | 1

1

answer