leeee - MATLAB Central
photo

leeee


2019 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB AnswersFrom 10/19 to 04/25Use left and right arrows to move selectionFrom 10/19Use 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

3 質問
0 回答

ランク
156,034
of 298,313

評判
0

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

回答採用率
66.67%

獲得投票数
0

ランク
 of 20,563

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 160,817

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 2
  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


need help on a simple code, for, while
function [A,B,C]=task5(x) for k=1:x A=(1:k); end while (x~=0 & x >0 ) x=(1:x); B=x; end C=(1:x); ...

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

1

回答

質問


code error for Two Point Boundary Value Problem
Hello, I have no idea what is wrong...any ideas would help, thanks! function [A,b,x]=task14(n) %n=149 t1=1; tn=10; y1=-4...

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

1

回答

質問


how to multiply a number in even rows of matrix?
I have: output2=-1*ones(input1,input4), how do i make all the even columns be 2? Thanks Task: output2 is an (input1) × input4 m...

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

1

回答