已解决


Basic electricity in a dry situation
&#9889 &#9889 &#9889 &#9889 &#9889 &#9889 &#9889 &#9889 &#9889 &#9889 &#9889 &#9889 &#9889 &#9889 &#9889 &#9889 &#9889 &#9889 &#...

3 years 前

已解决


The Hitchhiker's Guide to MATLAB
Output logical "true" if the input is the answer to life, the universe and everything. Otherwise, output logical "false".

3 years 前

已解决


Find Logic 22

3 years 前

已解决


Find Logic 21

3 years 前

已解决


Find Logic 19

3 years 前

已解决


Find Logic 18

3 years 前

已解决


Find Logic 13

3 years 前

已解决


Find Logic 12

3 years 前

已解决


Find Logic 11

3 years 前

已解决


Find Logic 10

3 years 前

已解决


Find Logic 1

3 years 前

已解决


Find Logic 9

3 years 前

已解决


Find Logic 17

3 years 前

已解决


Find Logic 16

3 years 前

已解决


Find Logic 14

3 years 前

已解决


Find Logic 15

3 years 前

已解决


Find Logic 8

3 years 前

已解决


Find Logic 7

3 years 前

已解决


Find Logic 6

3 years 前

已解决


Find Logic 4

3 years 前

已解决


Find Logic 3

3 years 前

已解决


Find Logic 20

3 years 前

已解决


Replace Vector Elements
Replace all elements in a vector which are equal to or smaller than zero with 0.1. Example: A = [1 2 3 -1 0 2 -3 -80]; ...

3 years 前

已解决


Find the largest value in the 3D matrix
Given a 3D matrix A, find the largest value. Example >> A = 1:9; >> A = reshape(A,[3 1 3]); >> islargest(A) a...

3 years 前

已解决


Area of a triangle
A triangle is given with base *'b'* ,vertical hight *'h'* . then find it's area.

3 years 前

已解决


Weighted average
Given two lists of numbers, determine the weighted average as follows Example [1 2 3] and [10 15 20] should result in 33.3...

3 years 前

已解决


Evaluating a polynomial
Given the following polynomial and the value for x, determine y. y = 3x^5 – x^3 + 8x – 3 Example x = 1 y = 3 - 1 +...

3 years 前

已解决


ASCii Code
Using matlab, give the symbol that is associated with ASCii code 122

3 years 前

已解决


Determine the length of a string of characters
Determine the length of a string of characters

3 years 前

已解决


Area of an equilateral triangle
Calculate the area of an equilateral triangle of side x. <<https://i.imgur.com/jlZDHhq.png>> Image courtesy of <http://up...

3 years 前

加载更多