photo

Raul Flores


Last seen: 5年以上 前 2020 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

3 質問
0 回答

ランク
62,401
of 301,891

評判
0

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

回答採用率
0.0%

獲得投票数
0

ランク
 of 21,446

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
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

2

回答