photo

Mike


2012 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

10 質問
0 回答

ランク
118,436
of 300,946

評判
0

コントリビューション
10 質問
0 回答

回答採用率
90.0%

獲得投票数
0

ランク
 of 21,119

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 171,851

コントリビューション
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年弱 前 | 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

3

回答