Statistics
3 Questions
0 Answers
RANK
125,089
of 301,159
REPUTATION
0
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
33.33%
VOTES RECEIVED
0
RANK
of 21,182
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 173,105
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
Help me find error-I don't get the correct graph
Hello, I solve numericly a problem of only diffusion and diffusion-advection system and plot the solutions on 2 graphs (upper g...
3 years ago | 0 answers | 0
0
answersQuestion
I wrote 2 functions and I don't know why they don't work-even when I change the file name to the name of the first function I recive error
My code with the functions is as followed: ---------------- %%Q2: % 1. function whoch caculate the factorial of number n and ...
3 years ago | 1 answer | 0
1
answerQuestion
Can someone find why I get the error: Index in position 2 exceeds array bounds. Index must not exceed 1.
the code I have is: X= [46,52,55,71,32,5,6,11,14;47,56,47,58,59,66,70,72,71]; %data set x_five=X(:,1:5); %only 5 first columns...
3 years ago | 2 answers | 0
