photo

srycandy


自 2011 起处于活动状态

Followers: 0   Following: 0

消息

统计学

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


Passing xtra parameter
i do an example provide in matlab on passing xtra parameter. these are the codes: function y = parameterfun(x,a,b,c) a =...

12 years 前 | 1 个回答 | 0

1

个回答

提问


??? Input argument "x" is undefined.
I want to solve a set of nonlinear equations to get a set of six parameters x(1):x(6).These are my code: function F = Par...

12 years 前 | 1 个回答 | 0

1

个回答

提问


index exceed matrix dimension error
how to solve this? if m{7}== 0 m{7}= 0.000000001; else m{7} = m{7}; end since i get error "index exceed matrix dime...

13 years 前 | 1 个回答 | 0

1

个回答

提问


How do I access and modify only the non diagonal entries in a matrix?
hello.. i hv a question. what is the command to call the non diagonal entries of a matrix? tq very much...

13 years 前 | 5 个回答 | 1

5

个回答

提问


exporting complex data
Hello.. I have one question.. how to export complex data from .mat file to .txt file.. I hv used the fprintf function... however...

13 years 前 | 1 个回答 | 0

1

个回答

提问


Index exceeds matrix dimensions.
i wrote codes: {for s = 1: 24 sigma{s,1} = var (X{s}); y{s,1} = sigma{s+1} - a*sigma{s}*a end} where a is nxn m...

13 years 前 | 1 个回答 | 0

1

个回答

提问


How to assign variables.
Hi. I am a beginner in Matlab.. wanna seek for help from Matlab pro...i wrote codes: {i=1:5; j=5; x = [0.1 0.2 0.3 0.4 0.5]; for...

13 years 前 | 2 个回答 | 0

2

个回答