photo

Marrie


California Institute of Technology

自 2013 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

6 个提问
0 个回答

排名
41,693
of 300,956

声誉
1

贡献数
6 个提问
0 个回答

回答接受率
66.67%

收到投票数
0

排名
 of 21,124

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 172,015

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


how to retrieve numbers from symbol?
Hi all, Suppose I have defined syms x1 x2 x45; I want to detect and retrieve the numbers 1, 2, 45 from x1, x2, x45. I...

12 years 前 | 2 个回答 | 0

2

个回答

提问


How to speed up the calculation of jacobian?
Hi all, I have a vector f with dimension 10000. I used jacobian(f,x) to compute its jacobian, but this turns out to be very s...

12 years 前 | 0 个回答 | 0

0

个回答

提问


matlabFunction is too slow
Hi all, I am using matlabFunction to create a .m file to define the function of a vector and its Jacobian: matlabFunctio...

12 years 前 | 1 个回答 | 0

1

个回答

提问


using function handle in fsolve
Hi all, I have computed the function vector and its Jacobian, and use matlabFunction to create a .m file to store the functio...

12 years 前 | 1 个回答 | 0

1

个回答

提问


choosing algorithm for optimization problem
Dear all, I have a system of nonlinear equations, F(x)=0 to solve. I am using lsqnonlin to find the minimum of F1^2+F2^2+...+...

12 years 前 | 1 个回答 | 0

1

个回答

提问


questions on assigning values from a vector
Hi all, I am trying to do this assignment: x1=x(1); x2=x(2); . . xN=x(N); How could I do it usi...

12 years 前 | 2 个回答 | 0

2

个回答