photo

Aaron Pacheco


2015 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

6 質問
0 回答

ランク
161,303
of 301,379

評判
0

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

回答採用率
0.0%

獲得投票数
0

ランク
 of 21,244

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 174,273

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

Feeds

表示方法

質問


Coin Flip simulation errors
Here's my function code H=nest1; T=nest1; function [H,T]=nest1(n,k) while n <= k n=n+1; ...

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

1

回答

質問


Coin Flip plotting every flip
I want to be able to plot the number of heads versus the number of flips using a while loop. I'm at the point where the while lo...

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

1

回答

質問


Error solving transcendental function
E-e*sin(E)-M=0 I'm attempting to solve this equation for E and plot E vs. M (varying from 0 to 2pi) while e=[0:0.25:1] H...

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

1

回答

質問


Splitting a large vectors into a matrix
I have a vector with 1000 elements that I would like to split into a 20x50 matrix. Here's my code so far. z= sym(1:1000); ...

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

1

回答

質問


I need to multiply all numbers from 1 to 500 together and all odd numbers from 1 to 1000.
I tried prod(1:500) and prod(1:2:999) and I was given Inf. Is there any way to have this give me an rational number? I also need...

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

1

回答

質問


Attempted to access v(0); index must be a positive integer or logical.
clear all, close all, clc; wetf=@(t,v) -32.2+(((4/15)*(v(t))^2)/(150/32.2)); timerange=[0:30]; initialv=0; [t1,v1]...

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

1

回答