Community Profile

photo

Ammar


Active since 2011

Followers: 0   Following: 0

Message

Statistics

  • 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(...

12 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...

12 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...

12 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)...

12 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...

12 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...

12 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 ...

12 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 ...

12 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...

12 years ago | 1 answer | 1

1

answer