Community Profile

photo

Ramana manohar


Last seen: 21 jours il y a Actif depuis 2022

Followers: 0   Following: 0

Statistiques

All
  • Thankful Level 1
  • Solver
  • Explorer

Afficher les badges

Feeds

Afficher par

A résolu


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

plus d'un an il y a

A résolu


QWERTY coordinates
Given a lowercase letter or a digit as input, return the row where that letter appears on a standard U.S. QWERTY keyboard and it...

plus d'un an il y a

A résolu


Prime factor digits
Consider the following number system. Calculate the prime factorization for each number n, then represent the prime factors in a...

presque 2 ans il y a

A résolu


Find relatively common elements in matrix rows
You want to find all elements that exist in greater than 50% of the rows in the matrix. For example, given A = 1 2 3 5 ...

presque 2 ans il y a

A résolu


Get the area codes from a list of phone numbers
Given a string of text with phone numbers in it, return a unique'd cell array of strings that are the area codes. s = '508-647...

presque 2 ans il y a

A résolu


Finding Perfect Squares
Given a vector of numbers, return true if one of the numbers is a square of one of the numbers. Otherwise return false. Example...

presque 2 ans il y a

Question


How to read the date from url link
I am generating the data into a weburl, but I am unable to read the date into the matlab. Can any one tell me the code syntax fo...

plus de 2 ans il y a | 1 réponse | 0

1

réponse

Question


Unable to perform assignment because the indices on the left side are not compatible with the size of the right side. while using url read command
I am trying to link the NL5 software with HTTP link, using the following code . However I am getting the following error in mat...

plus de 2 ans il y a | 1 réponse | 0

0

réponse

A résolu


Interpolator
You have a two vectors, a and b. They are monotonic and the same length. Given a value, va, where va is between a(1) and a(end...

plus de 2 ans il y a

A résolu


Sideways sum
Given natural number calculate its _population count_.

plus de 2 ans il y a

A résolu


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

plus de 2 ans il y a