Feeds
질문
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년 전 | 답변 수: 2 | 0
2
답변질문
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년 전 | 답변 수: 2 | 0
2
답변질문
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년 초과 전 | 답변 수: 1 | 0
1
답변질문
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년 초과 전 | 답변 수: 1 | 0
1
답변질문
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년 초과 전 | 답변 수: 2 | 0
2
답변질문
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년 초과 전 | 답변 수: 2 | 0
2
답변질문
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년 초과 전 | 답변 수: 1 | 0
1
답변질문
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년 초과 전 | 답변 수: 1 | 0
1
답변질문
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년 초과 전 | 답변 수: 1 | 0
1
답변질문
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년 초과 전 | 답변 수: 3 | 0
