enzo fiasco
Followers: 0 Following: 0
Statistics
4 Questions
0 Answers
RANK
13,651
of 295,467
REPUTATION
3
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
75.0%
VOTES RECEIVED
3
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
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
[Using saved variables] Unable to use saved variables in my functions. Could be a problemo fo Global/local Variables.
I have imported my data in matrix form naming this variable as "p". I have then saved it as p.mat and at the beginning of each s...
7 years ago | 1 answer | 0
1
answerQuestion
(MATLAB TRICK AND SHORTCUTS): I would like to rename all my variables within a script without do it manually one by one
I have a function with inputs (a,b,c,d) and I would like to have the same function in a vector x such that a=x(1), b=x(2), c=x(3...
7 years ago | 4 answers | 3
4
answersQuestion
Minimization problem (FMINCON): I am unable to minimize my function: "Not enough input errors" and others
I have written a function mydifference(a,s) where a and s are two scalars. The function uses also two vectors of data which I ha...
7 years ago | 1 answer | 0
1
answerQuestion
FUNCTION (INPUTS) Problem: I am unable to use a vector of inputs of a function as a substitute of listing the inputs each by each
Imagine to have a function *myfun* such that [ output ] = myfun(a,b,c,d) and output=a+b+c+d where a,b,c,d are, for the sake of s...
7 years ago | 2 answers | 0