Chris ch
Followers: 0 Following: 0
Statistics
All
RANK
205,582
of 295,467
REPUTATION
0
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
How to put this 4 each one in a different function that i will call it in my script
close all clear n = input('Give the number of nodes = '); %nodes w = 1; %with h = 1; %height x = linspace(0,w,n); y = l...
3 years ago | 1 answer | 0
1
answerQuestion
How to make this contour plot like this ??
I want to make my plot like this on the left , how to fix it?
3 years ago | 1 answer | 0
1
answerQuestion
how to make a plot from my function results?
How to make a plot from my function results? (My function finds pi_aprox with a method and calculates the error from pi every ...
4 years ago | 1 answer | 0
1
answerSolved
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
4 years ago