Community Profile

photo

Dan Lynn


Active since 2015

Followers: 0   Following: 0

Statistics

  • Thankful Level 3

View badges

Feeds

View by

Question


Rotating a Trig function using meshgrid
I created a minimum x point and a maximum x point as well as a radius. I need to rotate a sin(x) function around the x-axis with...

8 years ago | 1 answer | 0

1

answer

Question


Loop through a Cell Array
I am having trouble in approaching this problem. I have a cell array with letters, regions, and scores. 'A' 'W' 10 'B' '...

8 years ago | 1 answer | 0

1

answer

Question


Cell Array to Structures
Is there a way to take a 1xM cell array and transform that into a structure array without using the function struct()? The ce...

8 years ago | 1 answer | 0

1

answer

Question


Convert Cell Arrays to Doubles
How can I convert a cell array of times: C = {'12:35' '11:35' '14:21' '11:01'} to an array of doubles B = ...

8 years ago | 3 answers | 0

3

answers

Question


Another Matrix Subtraction Problem
note: I asked a similar question earlier, but now I have a problem where the numbers in the first column do not start with 1 and...

8 years ago | 1 answer | 0

1

answer

Question


Subtracting within a Matrix
I have this matrix: 1 0 1 2 1 3 2 3 2 4 3 1 3 6 In the second column, I need to find the highest and lowest number...

8 years ago | 2 answers | 0

2

answers

Question


Elements into a String
I have a two cell arrays, one consisting of food items to eat and another of what not to eat. For example: C = {'ham', 'chees...

8 years ago | 2 answers | 0

2

answers