已解决


Inner product of two vectors
Find the inner product of two vectors.

4 years 前

已解决


Arrange Vector in descending order
If x=[0,3,4,2,1] then y=[4,3,2,1,0]

4 years 前

已解决


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 years 前

已解决


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 years 前

已解决


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 years 前

已解决


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 前

已解决


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 前

提问


Solving simple symbolic trigonometry equations
I have a simple trigonometric equation I would like to solve, but I can't seem to get Matlab to give me an answer: a*sin(x)-b...

9 years 前 | 1 个回答 | 0

1

个回答

提问


Any way to get "one-shot" callback events? (Instrument callbacks)
I'm trying to figure out how to manage the multiple callback events from a serial-port object. I have a serial-port object wi...

10 years 前 | 0 个回答 | 0

0

个回答

提问


Support for Lego Mindstorms EV3
Are there estimates of when the Lego Mindstorms EV3 hardware will be supported with Matlab and Simulink?

11 years 前 | 11 个回答 | 0

11

个回答

提问


Notifying parent from children's callbacks?
I have a handle class that contains one or more instrument objects (e.g., serial, udp, etc). I.e.,: classdef my_class < h...

11 years 前 | 0 个回答 | 0

0

个回答

提问


Changing default behaviour of latex.m?
Are there any preferences settings for the |latex.m| command (or the ability to specify custom style files)? Case in point: M...

12 years 前 | 0 个回答 | 2

0

个回答