photo

James


University of Texas at Austin

自 2013 起处于活动状态

Followers: 0   Following: 0

消息

统计学

All
MATLAB Answers

6 个提问
0 个回答

Cody

0 个问题
11 个答案

排名
21,678
of 300,147

声誉
2

贡献数
6 个提问
0 个回答

回答接受率
66.67%

收到投票数
2

排名
 of 20,878

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
36,059
of 167,532

贡献数
0 个问题
11 个答案

评分
120

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1
  • Solver

查看徽章

Feeds

排序方式:

提问


Fitting a hyperbolic curve to a set of data using Qi, Di, and b
Hi, First, I do not have the optimizaiton toolbox, the only toolbox I have is that stats box. I have a vector with 1000 n...

11 years 前 | 1 个回答 | 0

1

个回答

已解决


Add two numbers
Given a and b, return the sum a+b in c.

12 years 前

已解决


Find all elements less than 0 or greater than 10 and replace them with NaN
Given an input vector x, find all elements of x less than 0 or greater than 10 and replace them with NaN. Example: Input ...

12 years 前

已解决


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

12 years 前

提问


Slow Triple for loop
Hi, I have created a program that has a tripple for loop but runs very slowly and was hoping for some tips to speed it up... ...

12 years 前 | 2 个回答 | 0

2

个回答

提问


Put a % sign inside of an 'edit text' box behind a number in the box
Hi, So I have a few edit text boxes on my form that I made using GUIDE. My text boxes are linked to some scroll bars and rang...

12 years 前 | 2 个回答 | 0

2

个回答

提问


handles using GUIDE, global vs. handles
Matlab Noob: Is using handles in a GUI as bad as using globals to be able to use variables in different functions? Is there a...

12 years 前 | 1 个回答 | 2

1

个回答

提问


General GUI and program design
Hi, I am a new hire at an engineering company and am about to start a fairly large project which I have been allocated 6 mont...

12 years 前 | 1 个回答 | 0

1

个回答

已解决


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

12 years 前

已解决


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

12 years 前

已解决


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

12 years 前

已解决


Distance walked 1D
Suppose you go from position 7 to 10 to 6 to 4. Then you have walked 9 units of distance, since 7 to 10 is 3 units, 10 to 6 is 4...

12 years 前

已解决


Is my wife right?
Regardless of input, output the string 'yes'.

12 years 前

已解决


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

12 years 前

已解决


Possible Outcomes of American Roulette
The payout for American roulette can be calculated by: payout = (38/n)-1 where n is the number of squares the bet covers. ...

12 years 前

已解决


sum of first 'n' terms
Given n=10, find the sum of first 'n' terms Example: If n=10, then x=1,2,3,4,5,6,7,8,9,10. The sum of these n=10 terms is 55...

12 years 前

提问


Drastic processing time between calling a function with a square root operation in it and simply writing the function in the script itself
Hi, Basically I encountered a very large change in processing time because of where I put a sqrt function. Here is the code: ...

12 years 前 | 1 个回答 | 0

1

个回答