Branden Chamness


自 2015 起处于活动状态

Followers: 0   Following: 0

统计学

Feeds

排序方式:

已回答
How can I complete summation of variable named matrices in loop?
figured it out from another thread: sumCST1 = zeros(size(s_1)); for i = 1:N s = ['s_' num2str(i)]; ...

7 years 前 | 0

| 已接受

提问


How can I complete summation of variable named matrices in loop?
If matrices are variable (1:N) with names s_1:s_N how can I complete summation of the matrices. Below is my current script which...

7 years 前 | 1 个回答 | 0

1

个回答

提问


How to complete summation with column vectors?
I have the following summation I need to complete. x is a column vector of Nx1 and and u is an Nx1 column vector as well. i_th c...

9 years 前 | 2 个回答 | 0

2

个回答

0

个回答

已回答
What does the following error mean? Undefined function 'diffjac' for input arguments of type 'function_handle'. Error in Heq_Nwt (line 23) df = diffjac(x1,f,f0)
Should I match my inputs to match diffjac and dirder? For example my input is 'x1' while diffjac and dirder is 'x'. See any ...

9 years 前 | 0

已回答
What does the following error mean? Undefined function 'diffjac' for input arguments of type 'function_handle'. Error in Heq_Nwt (line 23) df = diffjac(x1,f,f0)
Results are: 'diffjac' not found. I added diffjac.m file to directory. It is as follows: function [l, u] =diffjac(x...

9 years 前 | 0

提问


What does the following error mean? Undefined function 'diffjac' for input arguments of type 'function_handle'. Error in Heq_Nwt (line 23) df = diffjac(x1,f,f0)
My code is below. Not sure why I cannot use diffjac function. I also get an error for input arguments of type 'double' if I chan...

9 years 前 | 4 个回答 | 0

4

个回答

已回答
Can someone help me setup the Chandrasekhar H-equation in Matlab?
I used the following for summation and I am not receiving any errors in = @(x1) sum(x1.*(ChH'./(ChH+ChH'))) I'd l...

9 years 前 | 0

提问


Can someone help me setup the Chandrasekhar H-equation in Matlab?
I have a couple errors I cannot seem to resolve. Below is the discrete equation form. <</matlabcentral/answers/uploaded_f...

9 years 前 | 2 个回答 | 0

2

个回答