photo

xu supeng


Last seen: circa 2 anni fa Attivo dal 2017

Followers: 0   Following: 0

Messaggio

Ph.D Student

Statistica

All
MATLAB Answers

2 Domande
1 Risposta

Cody

0 Problemi
12 Soluzioni

RANK
18.101
of 300.771

REPUTAZIONE
2

CONTRIBUTI
2 Domande
1 Risposta

ACCETTAZIONE DELLE RISPOSTE
50.0%

VOTI RICEVUTI
1

RANK
 of 21.084

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK
35.612
of 170.969

CONTRIBUTI
0 Problemi
12 Soluzioni

PUNTEGGIO
130

NUMERO DI BADGE
1

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 1
  • Solver

Visualizza badge

Feeds

Visto da

Domanda


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

quasi 4 anni fa | 0 risposte | 0

0

risposte

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

oltre 5 anni fa | 1

Domanda


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

oltre 5 anni fa | 3 risposte | 0

3

risposte

Risolto


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

oltre 8 anni fa

Risolto


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

oltre 8 anni fa

Risolto


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

oltre 8 anni fa

Risolto


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

oltre 8 anni fa

Risolto


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]

oltre 8 anni fa

Risolto


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

oltre 8 anni fa

Risolto


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

oltre 8 anni fa

Risolto


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.

oltre 8 anni fa

Risolto


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

oltre 8 anni fa

Risolto


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

oltre 8 anni fa

Risolto


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

oltre 8 anni fa

Risolto


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

oltre 8 anni fa