photo

chris hinkle


MIT

Active since 2011

Followers: 0   Following: 0

Message

Follow me on twitter @cwhinkle, I post MATLAB tips and functions often

Statistics

All
MATLAB Answers

1 Question
5 Answers

File Exchange

1 File

RANK
8,737
of 297,503

REPUTATION
4

CONTRIBUTIONS
1 Question
5 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
8,641 of 20,449

REPUTATION
91

AVERAGE RATING
4.00

CONTRIBUTIONS
1 File

DOWNLOADS
3

ALL TIME DOWNLOADS
828

RANK

of 159,017

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

  • First Review
  • 5-Star Galaxy Level 1
  • First Submission
  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

Submitted


Google Maps API Polyline Decoder
Decodes google maps API polyline string into lat/lon positions.

13 years ago | 3 downloads |

4.5 / 5
Thumbnail

Question


loading and using a .jar file
Hello, I have practically no knowledge of using java in matlab. I have looked around online and all I could find regarding pu...

14 years ago | 1 answer | 0

1

answer

Answered
exporting data.
Hey Try using a function like this to read the text files into matlab http://www.mathworks.com/matlabcentral/fileexchange/29...

14 years ago | 0

Answered
Simple Matlab Random Number Generation
Create 5 arrays that have all possible combinations of these numbers then generate a random number that is between 1 and length ...

14 years ago | 0

| accepted

Answered
Produce matrix with loop
Here's an idea, tell your teacher not to promote for loops and take advantage of matlabs strength in vectorized functions Matr=...

14 years ago | 0

Answered
beamwidth vs bandwidth
Bandwidth refers to the amount of the frequency spectrum that a signal resides in, example the spacing between channels on your ...

14 years ago | 0

Answered
Handling excel file
Some tips 1. Xlsread allows you to bring in raw numeric and text [Numeric text raw] = xlsread() so everything will be parsed...

14 years ago | 0