![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/13703521_1587716894741.png)
JR
Followers: 0 Following: 0
Statistics
4 Questions
0 Answers
RANK
235.961
of 297.016
REPUTATION
0
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
25.0%
VOTES RECEIVED
0
RANK
of 20.419
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157.725
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
Looping vector values into functions
So for the following code, my goal is to evaluate each value within the vector "n" in the last 2 functions and spit out a vector...
meer dan 4 jaar ago | 1 answer | 0
1
answerQuestion
Multiple Inputs, Multiple Outputs
I have the following code: f=@rate; Y0 = [40; 125; 100; 250; 1500; 300; 0; 2; 0.5; 30; 8; 10; 10]; function output=rate...
bijna 5 jaar ago | 2 answers | 0
2
answersQuestion
Why does Matlab say my function is undefined?
So I have the following code x=input('Enter the value x from the interval pi/6 to pi/2:'); while x<pi/6 || x>pi/2 disp(fp...
ongeveer 6 jaar ago | 1 answer | 0
1
answerQuestion
Editing a .m file
I have the following code a='Name: John Cena'; fprintf('%s\n', a) b='ID: 500'; fprintf('%s\n', b) c='Degree: B.S.'; fprint...
ongeveer 6 jaar ago | 1 answer | 0