photo

Alexa Hancocks


Last seen: 4 days 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

All
MATLAB Answers

1 个提问
0 个回答

Cody

0 个问题
213 个答案

排名
267,607
of 300,991

声誉
0

贡献数
1 个提问
0 个回答

回答接受率
0.0%

收到投票数
0

排名
 of 21,133

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
7,725
of 172,260

贡献数
0 个问题
213 个答案

评分
980

徽章数量
2

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Promoter
  • Solver

查看徽章

Feeds

排序方式:

提问


Multiple Errors running 2015b Simulink model in 2021b
I have a simulink testbench build in MATLAB 2015b, which runs without errors. However, when attempting to run in 2021b, I am get...

4 years 前 | 0 个回答 | 0

0

个回答

已解决


Learn MATLAB

5 years 前

已解决


Learn MATLAB

5 years 前

已解决


Learn MATLAB

5 years 前

已解决


Learn MATLAB

5 years 前

已解决


Learn MATLAB

5 years 前

已解决


Learn MATLAB

5 years 前

已解决


Learn MATLAB

5 years 前

已解决


Learn MATLAB

5 years 前

已解决


Learn MATLAB

5 years 前

已解决


Learn MATLAB

5 years 前

已解决


Make a 1 hot vector
Make a vector of length _N_ that consists of all zeros except at index _k_, where it has the value 1. Example: Input ...

5 years 前

已解决


Find the hypotenuse
Given a and b (the two sides of a right-triangle), find c, the hypotenuse.

5 years 前

已解决


kmph to mps
convert kilometer per hour to meter per second

5 years 前

已解决


Mode
Find the mode of the vector Assumption: no vector is bimodal Example 1: input=[1 2 3 4 4]; output=4 Example 2: input=[7...

5 years 前

已解决


Divide pi
Divide pi by x!

5 years 前

已解决


Your favourite city!
Type your favourite city.

5 years 前

已解决


Matlab Basics - Convert a row vector to a column vector
Write a script to convert a row (e.g. x = [1 2 3]) to a column (e.g. y = [1;2;3]), your script should be able to do this for any...

5 years 前

已解决


Get the length of a given vector
Given a vector x, the output y should equal the length of x.

5 years 前

已解决


Rotate Matrix @180 degree
Rotate Matrix @180 degree Example A=[8 1 6; 3 5 7; 4 9 2], then answer would be [2 9 4;...

5 years 前

已解决


Problem for beginners
M is a nxm matrix. Swap the fist and the second last column with eachother. X=[1 2 3;4 5 6;7 8 9] Y=[2 1 3;5 4 6;8 7 9]

5 years 前

已解决


07 - Common functions and indexing 1
Define _cMat_: <<http://samle.dk/STTBDP/Assignment1_3c.png>> ( _cMat_ = 10x10 matrix where the numbers from 1 to 100 runs ...

5 years 前

已解决


Say something funny
Say something funny, or not. Your solution will be (fully automatically and objectively) scored based on how clever or funny ...

5 years 前

已解决


Dimensions of a rectangle
The longer side of a rectangle is three times the length of the shorter side. If the length of the diagonal is x, find the width...

5 years 前

已解决


Volume and area of a sphere
Input(r) - radius Output([v,s]) - volume and area

5 years 前

已解决


Square root
Given x (a matrix), give back another matrix, where all the elements are the square roots of x's elements.

5 years 前

已解决


Simple Matrix
Make the following matrix without typing it in one by one. [1 2 3; 2 4 6; 4 8 12] x=[1 2 3].

5 years 前

已解决


Do you like your boss?
Do you like your boss? Answer can be any string! For example: Boss = 'Do you like your boss?'; Output = 'yes' or ...

5 years 前

已解决


Return the first and last character of a string
Return the first and last character of a string, concatenated together. If there is only one character in the string, the functi...

5 years 前

已解决


find the maximum element of the matrix
for e.g x = [1 2; 3 4] y = 4

5 years 前

加载更多