photo

Victor


UC Merced

自 2011 起处于活动状态

Followers: 0   Following: 0

消息

3rd year undergrad @ UC Merced, majoring in Applied Mathematics w Econ Focus
Professional Interests: Quantitative Analysis

统计学

MATLAB Answers

10 个提问
0 个回答

排名
100,445
of 300,918

声誉
0

贡献数
10 个提问
0 个回答

回答接受率
50.0%

收到投票数
0

排名
 of 21,110

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,685

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


Is the inverse of the Weibull distribution the Gompertz distribution?
I downloaded a mathematical proof of a similar relationship, but I cannot remember if it was the Gompertz, Gumbel or Gamma. Plea...

11 years 前 | 0 个回答 | 0

0

个回答

提问


Pade Approximation Script - function P not being output correctly
function [a,b,q,p] = padeapp(f,m,n) N = m+n; syms x for i = 1:N+1 temp = (diff(f,i-1)); x= 0; a(i) = eva...

12 years 前 | 0 个回答 | 0

0

个回答

提问


How do I call a function? Error:
Example: Script 1: function y = experiment(a,b) y = (a + b)/2 *This is the function I want to call. ------------...

13 years 前 | 1 个回答 | 0

1

个回答

提问


How to input a function in matlab? Trying to find roots for any function using newton
I am trying to figure out how I can input a function , find its derivative and evaluate that derivative at a point. Essentially,...

13 years 前 | 0 个回答 | 0

0

个回答

提问


Solving for c in v(t,g,m,c) given intial v,g,m,t
So I was given the initial equation m(Dv/dt) = m*g-c*v ; v(0) = 0; [from textbook] so I solved for v using v = ds...

14 years 前 | 1 个回答 | 0

1

个回答

提问


How do I derive polynomial using given roots?
Given the known roots -2 -0.5 2 4.5 I am asked to define a symbolic variable 'x' and derive the symbolic polynomial for th...

14 years 前 | 1 个回答 | 0

1

个回答

提问


Where to put the period in this expression?
RV = (w*r*c)/sqrt((1-w^2*l*c)^2+(w*r*c)^2) w is the vector I need to pass through the expression I've tried about 5 differ...

14 years 前 | 2 个回答 | 0

2

个回答

提问


Receiving mtimes error for passing vector through a function and I don't know why. Help?
x = -20:30; y = exp(2*sin(0.4*x))*5*cos(4*x); plot(x,y)

14 years 前 | 1 个回答 | 0

1

个回答

提问


Creating an executable file that prints the a list of names
I want to create an executable file that prints a list of names that i've input, does anyone one how to do this?

15 years 前 | 1 个回答 | 0

1

个回答

提问


Programming Snafu's - My Numerical Analysis HW
I am a total MatLab noobie and so I am unsure as how to approach or even solve these questions given by my prof, but perhaps if ...

15 years 前 | 1 个回答 | 0

1

个回答