photo

Mike


Active since 2012

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

10 Questions
0 Answers

RANK
211,004
of 300,788

REPUTATION
0

CONTRIBUTIONS
10 Questions
0 Answers

ANSWER ACCEPTANCE
90.0%

VOTES RECEIVED
0

RANK
 of 21,091

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 171,083

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 3

View badges

Feeds

View by

Question


Problem with fsolve when using to find a single variable
Hello, I need help with a problem I am trying to solve using fsolve. The code is as follows: C=0.25; %Nitrogen Concentrati...

13 years ago | 2 answers | 0

2

answers

Question


Help with solving two equations set equal to each other
Hello, I am having some trouble solving two separate equations for one variable between them. I thought I could input the tw...

13 years ago | 2 answers | 0

2

answers

Question


Using fsolve to generate an array of answers
Hello, I am trying to solve two simultaneous equations in a for loop and for each iteration I am changing temperature. I woul...

13 years ago | 1 answer | 0

1

answer

Question


solving simultaneous equations with fsolve
*Hello,* *I was given the code:* xo=1 ; fun=@(X) [sum(X)-2; X(2).^2 -X(3)-5 ; X(1)+X(3.)^3-2]; x = fsolve(fun,xo) ...

13 years ago | 1 answer | 0

1

answer

Question


Can Matlab generate a function based on XY points?
Hello, I was wondering if this is possible in Matlab. Say I generate an X and Y array that is not linear. I could connect ...

13 years ago | 2 answers | 0

2

answers

Question


turn a values into an array you can plot
Hello, I need to develop an array of answers using solver and then plot these verse temperature. My code looks like this: ...

13 years ago | 2 answers | 0

2

answers

Question


How do you use fsolve to solve simultaneous equations?
Hello, I am new to Matlab and would like to learn how to use fsolve to solve simultaneous equations. Say you have the foll...

13 years ago | 1 answer | 0

1

answer

Question


How to show fractional values in plot
How do you show fractional values in plot for the x or y axis instead of decimal values. For example show 1/298 instead of 3....

13 years ago | 1 answer | 0

1

answer

Question


Help with inverse plot on x axis
I need to control the layout of the x axis such that it reads non evenly spaced ticks for inverted temperature. I have an tem...

13 years ago | 1 answer | 0

1

answer

Question


How do you convert an array into a square matrix?
Say I have an array x=[1 2 3 4 5 6 7 8 9 10] and I want to convert this into a square matrix as follows: M= 1 2 3 4 ...

13 years ago | 3 answers | 0

3

answers