xu supeng - MATLAB Central
photo

xu supeng


Last seen: 1 year 前 自 2017 起处于活动状态

Followers: 0   Following: 0

消息

Ph.D Student

统计学

All
CodyMATLAB AnswersFrom 09/17 to 04/25Use left and right arrows to move selectionFrom 09/17Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

2 个提问
1 个回答

Cody

0 个问题
12 个答案

排名
22,231
of 298,086

声誉
2

贡献数
2 个提问
1 个回答

回答接受率
50.0%

收到投票数
1

排名
 of 20,530

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
33,261
of 160,316

贡献数
0 个问题
12 个答案

评分
130

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1
  • Solver

查看徽章

Feeds

排序方式:

提问


Interpolate Matlab inbuilt function with Julia
Hi, I have a problem when I try to interpolate Matlab inbuilt function bayesopt with Julia function, in my program, I try to use...

3 years 前 | 0 个回答 | 0

0

个回答

已回答
How to use bayesopt function to predict the optimal parameters for the experiment?
Hi, guys I already fix this problem last week, the problem is I try to use the fitted objective function to estimated the next ...

5 years 前 | 1

提问


How to use bayesopt function to predict the optimal parameters for the experiment?
I have a list of X values (like experimental parameters) and corresponding Y values (the experimental results), as well as X va...

5 years 前 | 3 个回答 | 0

3

个回答

已解决


radius of a spherical planet
You just measured its surface area, that is the input.

7 years 前

已解决


Swap the input arguments
Write a two-input, two-output function that swaps its two input arguments. For example: [q,r] = swap(5,10) returns q = ...

7 years 前

已解决


How to find the position of an element in a vector without using the find function
Write a function posX=findPosition(x,y) where x is a vector and y is the number that you are searching for. Examples: fin...

7 years 前

已解决


The Hitchhiker's Guide to MATLAB
Output logical "true" if the input is the answer to life, the universe and everything. Otherwise, output logical "false".

7 years 前

已解决


Reverse the vector
Reverse the vector elements. Example: Input x = [1,2,3,4,5,6,7,8,9] Output y = [9,8,7,6,5,4,3,2,1]

7 years 前

已解决


Simple equation: Annual salary
Given an hourly wage, compute an annual salary by multiplying the wage times 40 and times 50, because salary = wage x 40 hours/w...

7 years 前

已解决


Check if sorted
Check if sorted. Example: Input x = [1 2 0] Output y is 0

7 years 前

已解决


Sum all integers from 1 to 2^n
Given the number x, y must be the summation of all integers from 1 to 2^x. For instance if x=2 then y must be 1+2+3+4=10.

7 years 前

已解决


Weighted average
Given two lists of numbers, determine the weighted average. Example [1 2 3] and [10 15 20] should result in 33.333...

7 years 前

已解决


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

7 years 前

已解决


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

7 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 ...

7 years 前