photo

Alok


自 2011 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

6 个提问
2 个回答

排名
260,929
of 300,756

声誉
0

贡献数
6 个提问
2 个回答

回答接受率
66.67%

收到投票数
0

排名
 of 21,077

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 170,890

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

已回答
Control of Stepper motor using Matlab
Done :) with the same

14 years 前 | 0

| 已接受

提问


Control of Stepper motor using Matlab
Hello all, I have written a very simple piece of code, to run my stepper motor using matlab: clc; clear all; ...

14 years 前 | 2 个回答 | 0

2

个回答

提问


cell symbolic matrix into simple symbolic matrix
Hello all, I am having a cell of 3d symbolic object matrix, but I need to convert this matrix into simple symbolic matrix. ...

14 years 前 | 1 个回答 | 0

1

个回答

提问


Converting a cell symbolic matrix into simple symbolic matrix
Hello all, I am having a problem, in which I am having a cell of 3d symbolic object matrix, but I need to convert this matrix...

14 years 前 | 1 个回答 | 0

1

个回答

提问


Problem in syntax
Please help!!! a lok = sym('alok%d%d', [3 5 1]) % the piece of code and the error is below ??? Error using ==> sym.sym...

14 years 前 | 1 个回答 | 0

1

个回答

已回答
Help using symolic variable
Hi folks, I got the code running after some modifications but I have a new problem, first I will write code: J_j = sym( 'J...

14 years 前 | 0

提问


Help using symolic variable
I am trying to implement a piece of code: n = 1000; syms l; m = sym('m', [ 1 n ] ); x = sym( 0 ); for i =...

14 years 前 | 2 个回答 | 0

2

个回答

提问


Define an array using symbolic variable as size parameter.
Hello All, Is it possible to generate an array or matrix using a symbolic variable as a size for a matrix, I want to define a...

14 years 前 | 1 个回答 | 0

1

个回答