統計
MATLAB Answers
3 質問
0 回答
ランク
of 177,175
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
my code is not working...
function HW2CH3(x) y = linspace(0,x); n = lenght(y); for i = 1:n uy(i) = -5/6.*(sing(y(i),0,4)-sing(y(i)...
約6年 前 | 1 件の回答 | 0
1
回答質問
my code won't run or publish
m = 2; n = 1; hold on for i = 1:100000 q = 3*rand(1); if q < 1 m = m/2; n = n/2; elseif q < 2 ...
約6年 前 | 1 件の回答 | 0
1
回答質問
Incorrect dimensions for raising a matrix to a power. Check that the matrix is square and the power is a scalar. To perform elementwise matrix powers, use '.^'.
I don't really get what is wrong with this code: clear all; close all; clc; L = 200; %length of beam in cm E = 52000...
約6年 前 | 2 件の回答 | 0