![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/16102361_1567494194652_DEF.jpg)
Surath Ghosh
Followers: 0 Following: 0
Statistics
RANK
174,118
of 297,016
REPUTATION
0
CONTRIBUTIONS
5 Questions
2 Answers
ANSWER ACCEPTANCE
40.0%
VOTES RECEIVED
0
RANK
of 20,419
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157,725
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
How can I reduce the execution time of my code?
I wrote this code. it is working for m=32 and I am getting output with in 2 minutes. But if I am putting m=64, it is running. I ...
10 months ago | 2 answers | 0
2
answersQuestion
Please help me to find the errors in my code for predictor corrector method.
I have written the code but it is unable to produce correct result. Can anybody help me to find the errors in the above code?
3 years ago | 1 answer | 0
1
answerI got an error as symbolic function expected 3 inputs and received 1 in the line no 5 (g1{r}(u)=g1{r}(u)+(u{i}-u1(i))./5*chebyshevT(i-1,2*x(r)-1)). How can I fix that?
Thank you so much sir for your kind reply. I am using R2016a.
4 years ago | 0
Question
I got an error as symbolic function expected 3 inputs and received 1 in the line no 5 (g1{r}(u)=g1{r}(u)+(u{i}-u1(i))./5*chebyshevT(i-1,2*x(r)-1)). How can I fix that?
m=3; u=sym('u',[1,m]); g1 = cell(m+1, 1); for r=1:m-1; g1{r}(u) = sym(0); for i = 1 : m+1 g1{r}(u)=g1{r}(u)+(u{i}-...
4 years ago | 2 answers | 0
2
answersHow can I store symbolic variables and symbolic functions in a array?
Thanks a lot Sir.
4 years ago | 0
Question
How can I store symbolic variables and symbolic functions in a array?
How can I store symbolic variables and symbolic functions in a array?
4 years ago | 3 answers | 0
3
answersQuestion
How can we define a function with variables which are in the for loop and function is also under for loop?
I want to define the function as For i=1:100 fi(x0,x1, x2, ....xi)=x0^2+x1^2+.....xi^2 end where for loop is on the function...
4 years ago | 2 answers | 0