photo

Mike


Actif depuis 2012

Followers: 0   Following: 0

Message

Statistiques

MATLAB Answers

10 Questions
0 Réponses

RANG
118 337
of 300 857

RÉPUTATION
0

CONTRIBUTIONS
10 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
90.0%

VOTES REÇUS
0

RANG
 of 21 097

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 171 361

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 3

Afficher les badges

Feeds

Afficher par

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...

presque 13 ans il y a | 2 réponses | 0

2

réponses

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...

presque 13 ans il y a | 2 réponses | 0

2

réponses

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...

environ 13 ans il y a | 1 réponse | 0

1

réponse

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) ...

environ 13 ans il y a | 1 réponse | 0

1

réponse

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 ...

environ 13 ans il y a | 2 réponses | 0

2

réponses

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: ...

environ 13 ans il y a | 2 réponses | 0

2

réponses

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...

environ 13 ans il y a | 1 réponse | 0

1

réponse

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....

plus de 13 ans il y a | 1 réponse | 0

1

réponse

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...

plus de 13 ans il y a | 1 réponse | 0

1

réponse

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 ...

plus de 13 ans il y a | 3 réponses | 0

3

réponses