photo

ernest


Active since 2014

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

5 Questions
0 Answers

RANK
199,177
of 301,436

REPUTATION
0

CONTRIBUTIONS
5 Questions
0 Answers

ANSWER ACCEPTANCE
20.0%

VOTES RECEIVED
0

RANK
 of 21,278

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,540

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

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

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

11 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); ...

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

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

11 years ago | 2 answers | 0

2

answers