photo

Grufff


自 2011 起处于活动状态

Followers: 0   Following: 0

消息

统计学

All
MATLAB Answers

6 个提问
8 个回答

Cody

0 个问题
3 个答案

排名
3,346
of 300,763

声誉
17

贡献数
6 个提问
8 个回答

回答接受率
100.0%

收到投票数
5

排名
 of 21,082

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
73,586
of 170,923

贡献数
0 个问题
3 个答案

评分
40

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer
  • Solver

查看徽章

Feeds

排序方式:

已回答
Hi, Could anyone tell me how to extract transfer function from a non linear differential equation?
Sorry, my memory of control engineering is VERY hazy... but I think you need to apply the Laplace transform. The transfer funct...

6 years 前 | 0

已回答
how i can load tiff image from database?
If you search google for "load tiff image into Matlab" the very first hit leads you to this page, from the Mathworks documentati...

12 years 前 | 0

提问


Must I have Matlab R2012b to run user submitted apps (not build/create them)?
As subject header... Many of the Matlab apps submitted to file exhange by users look very interesting and I'd love to try them, ...

13 years 前 | 2 个回答 | 0

2

个回答

已回答
SYMBOLIC system of equations
Yes, the symbolic math toolbox will do this. Type mupad at the matlab command prompt, then dig into the help files and documenta...

13 years 前 | 0

| 已接受

已回答
How can i controll 3 stepper motors with MATLAB? - What do i need for hardware?
An Arduino board would certainly be a good place to start, they are low cost and provide a very accessible way to interface Matl...

13 years 前 | 1

提问


How to replicate an Arduino timer function in Matlab?
I'm using the Mathworks Arduino Support Package and trying to replicate the function of an Arduino script in Matlab. The code sh...

14 years 前 | 1 个回答 | 0

1

个回答

已回答
project question
I'm not sure if I've understood correctly what you want to do, because you've essentially answered your own question, but... ...

14 years 前 | 0

已回答
Connecting to arduino - timeout
The srv.pde "software" is actually a server script which you need to upload and run on the Arduino. It is this script which enab...

14 years 前 | 3

| 已接受

已回答
Simulink - Mass/spring/damper system - why offset in steady state value?
Oh dear, I'm so stupid :/ Just realised that of course I'm going to get an offset, I'm using a step input. The final output ...

14 years 前 | 0

| 已接受

提问


Simulink - Mass/spring/damper system - why offset in steady state value?
I've built a simple Simulink model of a straightforward mass/spring/damper system. It seems to work fine, but I'm puzzled why th...

14 years 前 | 1 个回答 | 1

1

个回答

提问


Vectorize a simple matrix update operation?
I know this is basic stuff, but I'm still pretty clumsy with Matlab so your patience and advice would be much appreciated. I'...

14 years 前 | 1 个回答 | 0

1

个回答

已解决


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

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

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

14 years 前

已回答
ode45 - solving 2nd Order ODE IVP problem
Thank you both so much! I'm ever so glad to know I wasn't getting it badly wrong, just some mis-understanding of my output. I g...

14 years 前 | 0

提问


ode45 - solving 2nd Order ODE IVP problem
I hope someone can help, I thought I understood this but I can't make it work and it's driving me bananas. I've been given a si...

14 years 前 | 3 个回答 | 0

3

个回答

提问


Modify last column in a matrix, replacing with an equally spaced range of values?
I'm generating a 42*42 matrix, T, of temperature values. Most interior values are 10 (initial guess for iteration purposes). Row...

15 years 前 | 1 个回答 | 0

1

个回答