Community Profile

photo

Samira Eshghi


Last seen: 3年弱 前 2018 年からアクティブ

Followers: 0   Following: 0

統計

All
  • First Review
  • Solver
  • Thankful Level 1

バッジを表示

Feeds

表示方法

解決済み


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年弱 前

解決済み


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年弱 前

解決済み


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年弱 前

解決済み


Remove all the consonants
Remove all the consonants in the given phrase. Example: Input s1 = 'Jack and Jill went up the hill'; Output s2 is 'a ...

4年以上 前

解決済み


Fibonacci sequence
Calculate the nth Fibonacci number. Given n, return f where f = fib(n) and f(1) = 1, f(2) = 1, f(3) = 2, ... Examples: Inpu...

4年以上 前

解決済み


Who Has the Most Change?
You have a matrix for which each row is a person and the columns represent the number of quarters, nickels, dimes, and pennies t...

4年以上 前

解決済み


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

4年以上 前

解決済み


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

4年以上 前

解決済み


Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...

4年以上 前

解決済み


Make a checkerboard matrix
Given an integer n, make an n-by-n matrix made up of alternating ones and zeros as shown below. The a(1,1) should be 1. Examp...

4年以上 前

解決済み


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年以上 前

解決済み


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

4年以上 前

解決済み


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年以上 前

質問


How to control a MIMO system using CAN communications?
Hi I am trying to design a controler for a MIMO system with CAN communication. My current work is based on Simulink example "Ef...

5年以上 前 | 0 件の回答 | 0

0

回答

質問


How to design a MIMO system that uses Control Area Network (CAN) communications?
Hi I have been trying to extend the CAN communication design in "Effects of Communication Delays on an ABS Control System" exam...

5年以上 前 | 1 件の回答 | 0

1

回答

質問


Plotting customized figures using Simulink
Hi everyone I have a question about the figures plotting featured on Simulink example: "Effects of Communication Delays on an A...

5年以上 前 | 1 件の回答 | 0

1

回答