Kristopher - MATLAB Central
photo

Kristopher


2014 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB AnswersFrom 06/14 to 04/25Use left and right arrows to move selectionFrom 06/14Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

10 質問
0 回答

ランク
291,838
of 298,292

評判
0

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

回答採用率
30.0%

獲得投票数
0

ランク
 of 20,560

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 160,775

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


Help writing a simple function
I'm new to functions, and I was wondering how you would write a simple if, then function. if x<4, then f(x)=-1 if 4<=x<=...

7年以上 前 | 3 件の回答 | 0

3

回答

質問


Double integral of a simple function
I am trying to write a program that will integrated (x-y)/(x+y)^3 twice from 0 to 1. Which command should I go about using?

10年以上 前 | 1 件の回答 | 0

1

回答

質問


How to graph a f(x,y) function?
I took a Matlab course over the summer, and now have to graph a problem in calculus. I am rusty on my commands, so I'm not sure ...

10年以上 前 | 3 件の回答 | 0

3

回答

質問


3-d plotting over a domain
How can I sketch a 3-d graph over a specified domain? For example, if I had y=x^2 and wanted to graph it over {(x,y):-3<=x, y<=3...

11年弱 前 | 1 件の回答 | 0

1

回答

質問


Plotting in matlab over a rectangular domain
How would one go about plotting this equation? I know it has something to do with meshgrid or mesh/surf command. Sketch the gra...

11年弱 前 | 0 件の回答 | 0

0

回答

質問


For this given code, what would the variable var equal?
What value does var have given the code fragment? for index = 1:2:7 if index <= 4 var(index) = index; ...

11年弱 前 | 1 件の回答 | 0

1

回答

質問


Writing a simple funtion
I need to write a function in which you enter 2 inputs, and the output is the sum of the integers between those numbers. for exa...

11年弱 前 | 1 件の回答 | 0

1

回答

質問


How can I shift rows and columns, and also replicating Sub matrixes.
First question, I have a 4x4 magic matrix, A. I want to create a new matrix D by shifting the rows in matrix A down by one, and...

11年弱 前 | 3 件の回答 | 0

3

回答

質問


Finding indices in a magic 5x5 matrix in which the values are greater than 20?
There is a 5x5 matrix, and I am trying to find the values that are greater than 20. Would I use something like >>A=magic(5) ...

11年弱 前 | 1 件の回答 | 0

1

回答

質問


How can I add a column of zeros to a magic 5x5 matrix A to create a 5x6 matrix C?
How can I add a column of zeros to a magic 5x5 matrix A to create a 5x6 matrix C? The element value in the 6th column should all...

11年弱 前 | 1 件の回答 | 0

1

回答