photo

Sreeram Mohan


Tata Consultancy Services

Aktiv seit 2009

Followers: 0   Following: 0

Nachricht

Working currently as Assistant Consultant.
Professional Interests: signal processing, embedded systems

Statistik

All
MATLAB Answers

0 Fragen
46 Antworten

File Exchange

2 Dateien

Cody

1 Problem
84 Lösungen

RANG
1.446
of 300.756

REPUTATION
50

BEITRÄGE
0 Fragen
46 Antworten

ANTWORTZUSTIMMUNG
0.00%

ERHALTENE STIMMEN
10

RANG
2.395 of 21.077

REPUTATION
738

DURCHSCHNITTLICHE BEWERTUNG
3.00

BEITRÄGE
2 Dateien

DOWNLOADS
2

ALL TIME DOWNLOADS
7388

RANG
7.914
of 170.890

BEITRÄGE
1 Problem
84 Lösungen

PUNKTESTAND
945

ANZAHL DER ABZEICHEN
7

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • 3 Month Streak
  • Revival Level 2
  • Quiz Master
  • Speed Demon
  • Personal Best Downloads Level 1
  • First Review
  • First Submission
  • Knowledgeable Level 2
  • First Answer
  • Creator
  • Commenter
  • Promoter

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
How to create a user defined simulink model ?
Hi Anto Ronson , I suggest looking at some video tutorials for simulink would give you a better understanding of what is pos...

mehr als 10 Jahre vor | 0

Beantwortet
How do I create an interactive connected graph in MATLAB GUI
Hi Jigar, Have you tried looking at properties of the button i.e. set or get properties and may be there is one related to t...

mehr als 10 Jahre vor | 0

Beantwortet
set_param on block inside library
Hi Aaron, Please take a look at this link http://in.mathworks.com/help/simulink/ug/working-with-library-links.html If y...

mehr als 10 Jahre vor | 0

Beantwortet
set_param on block inside library
Hi Aaron, It purely depends on what is the final intention. For example : Case 1: If you make some changes to the link (th...

mehr als 10 Jahre vor | 0

Beantwortet
How do I read an image from a different folder into my .m file using Matlab in Ubuntu?
Hi Deepa, First off could you please first reduce the problem to a simple one so that we can see what is the real issue ? ...

mehr als 10 Jahre vor | 0

Beantwortet
Digital Clock in Simulink
would counter limited blocks with the counter limits as an option ? --sreeram mohan

mehr als 10 Jahre vor | 0

Beantwortet
Using Data to determine input parameters
Hi Joshua, Looks like in this case both System identification as well as neural networks toolboxes could be of viable approac...

mehr als 10 Jahre vor | 0

| akzeptiert

Beantwortet
Concatenate 2 doubles in Serial output for Arduino
Hi Abhishek, Just some high level thoughts by just looking at the build logs ! Before this could you please check if the ...

mehr als 10 Jahre vor | 0

Beantwortet
How do I read an image from a different folder into my .m file using Matlab in Ubuntu?
Hi Deepa, Did you try adding the folder that your image exists into path and try out ? You could programatically add the ...

mehr als 10 Jahre vor | 0

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

fast 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!

fast 11 Jahre vor

Gelöst


Back to basics 1 - Saving
Covering some basic topics I haven't seen elsewhere on Cody. Given an input variable 'x', save it to disk in a file named 'co...

fast 11 Jahre vor

Gelöst


Back to basics 22 - Rotate a matrix
Covering some basic topics I haven't seen elsewhere on Cody. Rotate the input matrix 90 degrees counterclockwise (e.g. [1 2; ...

fast 11 Jahre vor

Gelöst


Right and wrong
Given a vector of lengths [a b c], determines whether a triangle with those sides lengths is a right triangle: <http://en.wikipe...

fast 11 Jahre vor

Gelöst


Back to basics 6 - Column Vector
Covering some basic topics I haven't seen elsewhere on Cody. Given an input vector, output true or false whether it is a colu...

fast 11 Jahre vor

Gelöst


Back to basics 3 - Temp Directory
Covering some basic topics I haven't seen elsewhere on Cody. Return a string that is the path to the system's current temp di...

fast 11 Jahre vor

Gelöst


Area of a rectangle
Find the area of a rectangle with sides a and b

fast 11 Jahre vor

Gelöst


Matlab Basics II - Max & Index of Max
Write a function that takes a vector x, then returns both the max value in x and its location in the vector for example x ...

fast 11 Jahre vor

Gelöst


Matlab Basics II - Determine if an array has a 3rd dimension
For an array A, determine whether it has 3 dimensions, return 0 if x is only 2D, and 1 if x is 3D

fast 11 Jahre vor

Gelöst


Sum the numbers on the main diagonal
Sum the numbers on the main diagonal of an n-by-n matrix. For input: A = [1 2 4 3 6 2 2 4 7]...

fast 11 Jahre vor

Gelöst


surface of a spherical planet
you just discovered its circumference, that is the input.

fast 11 Jahre vor

Gelöst


Back to basics 15 - classes
Covering some basic topics I haven't seen elsewhere on Cody. Return the class of the input variable.

fast 11 Jahre vor

Gelöst


Renaming a field in a structure array
MATLAB has a <http://www.mathworks.com/help/techdoc/ref/setfield.html setfield> and a <http://www.mathworks.com/help/techdoc/ref...

fast 11 Jahre vor

Gelöst


De-dupe
Remove all the redundant elements in a vector, but keep the first occurrence of each value in its original location. So if a =...

fast 11 Jahre vor

Gelöst


inner product of two vectors
inner product of two vectors

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

fast 11 Jahre vor

Gelöst


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

fast 11 Jahre vor

Gelöst


Back to basics 4 - Search Path
Covering some basic topics I haven't seen elsewhere on Cody. Return a string that is the user's portion of the current search...

fast 11 Jahre vor

Gelöst


Make a 1 hot vector
Make a vector of length _N_ that consists of all zeros except at index _k_, where it has the value 1. Example: Input ...

fast 11 Jahre vor

Gelöst


Who is the smartest MATLAB programmer?
Who is the smartest MATLAB programmer? Examples: Input x = 'Is it Obama?' Output = 'Me!' Input x = 'Who ?' Ou...

fast 11 Jahre vor

Mehr laden