photo

Reza Yaghmaeian


Last seen: 3 years ago Active since 2021

Followers: 0   Following: 0

Statistics

MATLAB Answers

4 Questions
1 Answer

RANK
191,317
of 300,352

REPUTATION
0

CONTRIBUTIONS
4 Questions
1 Answer

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 20,928

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,212

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

Feeds

View by

Answered
Plotting the following function in one dimensional space R
I wrote the following but I have problem defining the function : clear all; close all; n=3 %r = rand(1, n); % Start with 3...

3 years ago | 0

Question


Define permutation map on {1,2,3}
I want to define a function which . How could I do this?

3 years ago | 1 answer | 0

1

answer

Question


Plotting the following function in one dimensional space R
I want to plot the following function in one dimensional space : Let and an integer. For each probability vector ( ) with f...

3 years ago | 1 answer | 0

1

answer

Question


Plotting a piecewise function for an arbitrary itration and then take intersection of them.
My function is this : s(x)= piecewise(0<= x < 1/3 , mod(x+1/4, 1), 1/3<= x < 2/3 , mod(x+1/2, 1), 2/3<= x <=1 , mod(x+5/6 , 1);...

4 years ago | 1 answer | 0

1

answer

Question


Plotting the intersection of a composition function
My function is S:[0,1] ---> [0,1] I devide [0,1] into two parts [0,1/2), [1/2,1] and for each part I defined this: For x in [0,...

4 years ago | 1 answer | 0

1

answer