photo

Darya


Michigan State University

Active since 2014

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

5 Questions
0 Answers

RANK
235,600
of 301,200

REPUTATION
0

CONTRIBUTIONS
5 Questions
0 Answers

ANSWER ACCEPTANCE
80.0%

VOTES RECEIVED
0

RANK
 of 21,190

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 173,339

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


Matlab assumes a matrix is 1x2 instead of 1x9?
I have the following code: b should end up as a 1x9 matrix of values solved for in the equation. D0=D(1,:); D1=D(2,:); D2=...

11 years ago | 2 answers | 0

2

answers

Question


Error Message: Operands to the || and && operators must be convertible to logical scalar values.
Using the following script I get the above error message. I don't see how it connects, since my boundary conditions are scalars....

11 years ago | 1 answer | 0

1

answer

Question


Curve fitting tool unavailable?
Attempting to use the command "fit", even for a very simple data set returns: Undefined function 'fit' for input arguments of t...

11 years ago | 1 answer | 0

1

answer

Question


How to call a different function for each iteration of a loop?
If I have created a set of functions with names corresponding to indices, How do I later call that function with the index I a...

11 years ago | 2 answers | 0

2

answers

Question


How to add a variable index to a file name in a loop?
I would like to make it so every time this runs, for J=1:15, it saves a different version of the function minfun with the index ...

11 years ago | 1 answer | 0

1

answer