Community Profile

photo

Sourav Mondal


The University of Melbourne

Last seen: 9 Monate vor Aktiv seit 2012

Cloudlets, Fog computing

Statistiken

All
  • Likeable
  • Personal Best Downloads Level 2
  • First Review
  • 5-Star Galaxy Level 4
  • First Submission
  • Thankful Level 1
  • Quiz Master
  • Speed Demon
  • Creator
  • Commenter
  • Promoter
  • Solver

Abzeichen anzeigen

Content Feed

Anzeigen nach

Gesendet


M/M/1 and M/M/c Queueing System
Comapring the average packet latency of M/M/1 and M/M/c queueing systems against average packet arrival rate.

9 Monate vor | 10 Downloads |

Thumbnail

Gesendet


A Variational Inequality Approach to Compute Generalized Nash Equilibrium
A Variational Inequality Approach to Compute Generalized Nash Equilibrium

fast 6 Jahre vor | 2 Downloads |

Thumbnail

Frage


Plot solution region of a system of linear equation
Hi I am trying to find a suitable plot for the generic system of linear equation as follows. y = A+B*x; x = P+Q*y; ...

fast 7 Jahre vor | 0 Antworten | 0

0

Antworten

Gesendet


Poisson-point distributed Urban, Suburban and Rural population generation
Poisson-point distribution is used to generate Urban, Suburban and Rural population distribution.

fast 7 Jahre vor | 2 Downloads |

Thumbnail

Gelöst


Create a row array using double colon operator
Create a row array from 9 to 1, using the double colon operator.

mehr als 7 Jahre vor

Gelöst


Most nonzero elements in row
Given the matrix a, return the index r of the row with the most nonzero elements. Assume there will always be exactly one row th...

mehr als 7 Jahre vor

Gesendet


Erbium doped Fiber Amplifiber (EDFA) model
Simulation of analytical model of Erbium doped Fiber Amplifiber (EDFA)

mehr als 9 Jahre vor | 27 Downloads |

Thumbnail

Gesendet


Reflective Semiconductor Optical Amplifier (RSOA) Model
Simulation of analytical model of Reflective Semiconductor Optical Amplifier (RSOA) Model

mehr als 9 Jahre vor | 3 Downloads |

Gesendet


Comparison of Alamouti & MRC Schemes over Rayleigh Channel
This code gives a relative comparison of performance of Alamouti & MRC schemes over Rayleigh channel

fast 11 Jahre vor | 7 Downloads |

Thumbnail

Gesendet


BER of M-QAM over Rayleigh channel
This program gives simulated results of BER over Rayleigh fading channel.

etwa 11 Jahre vor | 6 Downloads |

Thumbnail

Gelöst


What's Your BMI?
Find the body mass index. For reference, please refer to Wikipedia here: <http://en.wikipedia.org/wiki/Body_mass_index body ...

mehr als 11 Jahre vor

Gelöst


Set the array elements whose value is 13 to 0
Input A either an array or a vector (which can be empty) Output B will be the same size as A . All elements of A equal to 13...

mehr als 11 Jahre vor

Gelöst


Check if number exists in vector
Return 1 if number _a_ exists in vector _b_ otherwise return 0. a = 3; b = [1,2,4]; Returns 0. a = 3; b = [1,...

mehr als 11 Jahre vor

Gelöst


Count photos
Given n people, everyone must have pictures taken with everyone, each photo includes only two persons, please count the total nu...

mehr als 11 Jahre vor

Gelöst


Multiply a column by a row
* Given a column vector C and and a row vector R. * Output a matrix M. * Every column of M equals to C multiplied by correspon...

mehr als 11 Jahre vor

Gelöst


Back to basics 5 - Clipboard
Covering some basic topics I haven't seen elsewhere on Cody. Copy the input string to the clipboard

mehr als 11 Jahre vor

Gelöst


Project Euler: Problem 7, Nth prime
By listing the first six prime numbers: 2, 3, 5, 7, 11, and 13, we can see that the 6th prime is 13. What is the Nth prime nu...

mehr als 11 Jahre vor

Gelöst


Back to basics 11 - Max Integer
Covering some basic topics I haven't seen elsewhere on Cody. Return the largest positive integer MATLAB can handle.

mehr als 11 Jahre vor

Gelöst


Number of Horns on a unicorn!
Calculate the number of horns on a *unicorn*! And I'm talking about a unicorn with not more than one horn on it!

mehr als 11 Jahre vor

Gelöst


Rotate a Matrix
Input a Matrix x, Output y is the matrix rotating x 90 degrees clockwise

mehr als 11 Jahre vor

Gelöst


Whether the input is vector?
Given the input x, return 1 if x is vector or else 0.

mehr als 11 Jahre vor

Gelöst


Add two numbers
Calculate the sum of two numbers. Example input = [2 3] output = 5

mehr als 11 Jahre vor

Problem


Add two numbers
Calculate the sum of two numbers. Example input = [2 3] output = 5

mehr als 11 Jahre vor | 11 | 1339 Lösungsvorschläge

Gelöst


Which quadrant?
Given a complex number, output quadrant 'I' 'II' 'III' or 'IV' | II | I | ...

mehr als 11 Jahre vor

Gelöst


Find the largest value in the 3D matrix
Given a 3D matrix, A, find the largest value. E.g. >> A = 1:9; >> A=reshape(A,[3 1 3]); >> islargest(A) ans = 9

mehr als 11 Jahre vor

Gelöst


Arrange vector in ascending order
Arrange a given vector in ascending order. input = [4 5 1 2 9]; output = [1 2 4 5 9];

mehr als 11 Jahre vor

Gelöst


Rotate a Matrix by 90 degrees
Rotate a Matrix by 90 degrees Example: If the input is: X = 1 2 3 4 5 6 7 8 9 ...

mehr als 11 Jahre vor

Gelöst


Determine Whether an array is empty
Input a matrix x, output y is TRUE if x is empty, otherwise FALSE.

mehr als 11 Jahre vor

Gelöst


Back to basics 8 - Matrix Diagonals
Covering some basic topics I haven't seen elsewhere on Cody. Given an input vector of numbers, output a square array with the...

mehr als 11 Jahre vor

Gelöst


Increment a number, given its digits
Take as input an array of digits (e.g. x = [1 2 3]) and output an array of digits that is that number "incremented" properly, (i...

mehr als 11 Jahre vor

Mehr laden