photo

Sebastian


Last seen: 2 years 前 自 2017 起处于活动状态

Followers: 0   Following: 0

消息

统计学

All
MATLAB Answers

4 个提问
0 个回答

Cody

0 个问题
13 个答案

排名
206,961
of 299,793

声誉
0

贡献数
4 个提问
0 个回答

回答接受率
75.0%

收到投票数
0

排名
 of 20,811

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
31,530
of 166,013

贡献数
0 个问题
13 个答案

评分
150

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1
  • Solver

查看徽章

Feeds

排序方式:

提问


Conversion of string containing "AM" or "PM" to datetime
Given the string str = "4/21/2022 8:48:40 AM" I want to convert it to a datetime datetime 21-Apr-2022 08:48:40 ...

3 years 前 | 1 个回答 | 0

1

个回答

提问


How to re-train a model optimized by Bayesian optimization on new data?
Hi, I optimized a regression ensemble model = fitrensemble(X,Y,...); with active HyperparameterOptimizationOptions, so the re...

6 years 前 | 1 个回答 | 0

1

个回答

提问


Understanding and applying results of bayesopt
Hi, I have some difficulties understanding the Matlab documentation of the bayesopt function. For example, the bestPoint funct...

6 years 前 | 2 个回答 | 0

2

个回答

提问


Standalone App does not start on PC without internet connection
Hi, a standalone application created with App Designer does not start on a PC without internet connection. Instead of showing...

6 years 前 | 0 个回答 | 0

0

个回答

已解决


Pair Primes
Let's define pair primes as follow; * *For 2 digits numbers:* 11 and 17 are pair primes because both of them are 2 digits pri...

8 years 前

已解决


Hexagonal numbers on a spiral matrix
Put hexagonal numbers in a ( m x m ) spiral matrix and return the sum of its diagonal elements. Formula of hexagonal numbers ...

8 years 前

已解决


Cache me Outside
The test suite includes a simple recursive Fibonacci sequence generator, but it's terribly inefficient. One simple method for im...

8 years 前

已解决


Is this a valid Tic Tac Toe State?
For the game of <https://en.wikipedia.org/wiki/Tic-tac-toe Tic Tac Toe> we will be storing the state of the game in a matrix M. ...

8 years 前

已解决


Digit concentration in Champernowne's constant
Consider the first 50 digits of Champernowne's constant 0.12345678910111213141516171819202122232425262728293... The...

8 years 前

已解决


Sums of Distinct Powers
You will be given three numbers: base, nstart, and nend. Write a MATLAB script that will compute the sum of a sequence of both ...

8 years 前

已解决


An asteroid and a spacecraft
&#128640 Imagine a non-relativistic simple situation. Assume positions p0, p1, p2, and p3 are three dimensional Cartesian ...

8 years 前

已解决


5th Time's a Charm
Write a function that will return the input value. However, your function must fail the first four times, only functioning prope...

8 years 前

已解决


Acid and water
&#9878; &#9878; &#9878; &#9878; &#9878; &#9878; &#9878; &#9878; Assume that there is a 100 liter tank. It is initially fi...

8 years 前

已解决


Number of Even Elements in Fibonacci Sequence
Find how many even Fibonacci numbers are available in the first d numbers. Consider the following first 14 numbers 1 1 2...

8 years 前

已解决


The 5th Root
Write a function to find the 5th root of a number. It sounds easy, but the typical functions are not allowed (see the test su...

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

8 years 前

已解决


Energy of a photon
*&#9883 &#9762 &#9883 &#9762 &#9883 &#9762 &#9883* Given the frequency F of a photon in giga hertz. Find energy E of this...

8 years 前