Statistiques
5 Questions
0 Réponses
RANG
251 319
of 301 726
RÉPUTATION
0
CONTRIBUTIONS
5 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
20.0%
VOTES REÇUS
0
RANG
of 21 402
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 176 285
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
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*...
plus de 11 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 11 ans il y a | 1 réponse | 0
1
réponseQuestion
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); ...
plus de 11 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
plus de 11 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
plus de 11 ans il y a | 2 réponses | 0
