
leeee
2019 年からアクティブ
Followers: 0 Following: 0
統計
MATLAB Answers
3 質問
0 回答
ランク
of 160,817
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
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