photo

srycandy


Active since 2011

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 3

View badges

Feeds

View by

Question


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 ago | 1 answer | 0

1

answer

Question


??? 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 ago | 1 answer | 0

1

answer

Question


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

12 years ago | 1 answer | 0

1

answer

Question


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 ago | 5 answers | 1

5

answers

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 2 answers | 0

2

answers