Statistics
6 Questions
                        0 Answers
RANK
232,706
                          
                          
of 300,392
                        
REPUTATION
0
                           
                        
CONTRIBUTIONS
                          6 Questions
                          0 Answers
ANSWER ACCEPTANCE 
                            33.33%
                        
VOTES RECEIVED
0
RANK
 of 20,933
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS 
0
ALL TIME DOWNLOADS
0
RANK
of 168,335
CONTRIBUTIONS
                            0 Problems
                            0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
taylor series expansion help
syms x valuex=input('What is the value of x? ') subs(taylor(exp(x),x, 'OrderMode','Relative','Order',valuex), valuex) I need ...
7 years ago | 0 answers | 0
0
answersQuestion
switch statements and trig function
val = str2double(input('enter number','s')); chr = input('enter letter','s'); switch chr case 's' disp(sin(va...
7 years ago | 2 answers | 0
2
answersQuestion
using while loops and random number generators
var = 'y'; while (var=='y') u=input('how many?', 's'); if (u > 0) r = rand(1,u,'single'); randnum = ...
7 years ago | 1 answer | 0
1
answerQuestion
question using while loop
variable = input('Continue?', 's'); while variable == 'y' disp(rand) variable = input('Continue?', 's'); if (v...
7 years ago | 1 answer | 0
1
answerQuestion
Help with using a switch statement
I was supposed to write a code that asks for a letter and a number. If the variables 'c', 't', or 's' were entered, it should f...
7 years ago | 1 answer | 0
1
answerQuestion
Increase numbers by different percentages
I can't figure out how to start this question, I've found shortcuts on how to increase a number by a certain precentage 10 times...
7 years ago | 0 answers | 0
 
        
