photo

Mike


自 2012 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

10 个提问
0 个回答

排名
118,494
of 300,991

声誉
0

贡献数
10 个提问
0 个回答

回答接受率
90.0%

收到投票数
0

排名
 of 21,133

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 172,260

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 3 个回答 | 0

3

个回答