Community Profile

photo

ernest


Active since 2014

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


is my script having 51 equally spaced points?
clc;clear all; l=25;E=200e9;I=350e-6;w=6e3; x1=linspace(0,l/2,25) for n = 1 : length(x1) y1(n)=(-(w*...

9 years ago | 1 answer | 0

1

answer

Question


why cant i plot graph with surf() function?
clc;clear all; for t=0:0.02:2 for x=0:0.1:10 U=10*sin(2*pi*(t-(x/5)))+2*sin(2*pi*(t+(x/5))) e...

9 years ago | 1 answer | 0

1

answer

Question


the range i need for my graph plot is from -10 to 10,but it seems like i cant use a negative number.help?
clc;clear all; next = 1; while (next > 0) x = input(' Enter selected starting value '); A = zeros(20,1); ...

9 years ago | 2 answers | 0

2

answers

Question


how do i save and load this file into a human readable format(asked by question)
x = input(' Enter any integer in the range betwwen 0 to 255,x:'); if (x<0) disp('-1') els...

9 years ago | 0 answers | 0

0

answers

Question


Graph figure wont show
clc;clear all; l=25; E=200e9; I=350e-6; w=6e3; for x=linspace(0,l/2,25) y=(-(w*x)/(384*E*I))*(16...

9 years ago | 2 answers | 0

2

answers