photo

Chris Ainsworth


Last seen: 4 years ago Active since 2021

Followers: 0   Following: 0

MATLAB and Simulink user

Programming Languages:
Python, C, MATLAB, HTML, CSS
Spoken Languages:
English

Statistics

All
MATLAB Answers

4 Questions
0 Answers

Cody

0 Problems
8 Solutions

RANK
255,739
of 300,930

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
0

RANK
 of 21,114

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
43,552
of 171,750

CONTRIBUTIONS
0 Problems
8 Solutions

SCORE
95

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • MATLAB Central Treasure Hunt Finisher
  • Thankful Level 2
  • Treasure Hunt Participant
  • Solver

View badges

Feeds

View by

Question


Remove rows from a table based on the amount of rows in another table
I have two tables, Table1 and Table2 and I'm using them to create a master table called Final. Table2 is considerably larger th...

4 years ago | 0 answers | 0

0

answers

Solved


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

4 years ago

Question


I have two tables of data in matlab and need to replace a column from one file with a column from another
Hi, I have 2 tables in MATLAB, 1 called 'data' and the other called 'dataEM'. Column 7 in 'data' needs to be replaced by the ...

4 years ago | 1 answer | 0

1

answer

Question


How to delete 2nd 3rd 4th and 5th rows from a table
Hey I have a large table of 45000 rows (3 cols) and need to delete certain rows from it. Obviously I could do it manually but I...

4 years ago | 1 answer | 0

1

answer

Solved


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

4 years ago

Solved


Add two numbers
Given a and b, return the sum a+b in c.

4 years ago

Solved


Find the Oldest Person in a Room
Given two input vectors: * |name| - user last names * |age| - corresponding age of the person Return the name of the ol...

4 years ago

Solved


Convert from Fahrenheit to Celsius
Given an input vector |F| containing temperature values in Fahrenheit, return an output vector |C| that contains the values in C...

4 years ago

Solved


Calculate Amount of Cake Frosting
Given two input variables |r| and |h|, which stand for the radius and height of a cake, calculate the surface area of the cake y...

4 years ago

Solved


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

4 years ago

Solved


The Piggy Bank Problem
Given a cylindrical piggy bank with radius g and height y, return the bank's volume. [ g is first input argument.] Bonus though...

4 years ago

Question


How do I get my app to talk to my matlab startup script?
Hi everybody! I'm currently constructing my first app in app designer that will actaully be of use to me and I'm having issues....

4 years ago | 0 answers | 0

0

answers