
James McBrearty
Python, MATLAB, SQL
Spoken Languages:
English
Statistics
10 Preguntas
0 Respuestas
0 Problemas
22 Soluciones
CLASIFICACIÓN
141.228
of 275.847
REPUTACIÓN
0
CONTRIBUCIONES
10 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
20.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 18.575
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
13.044
of 125.640
CONTRIBUCIONES
0 Problemas
22 Soluciones
PUNTUACIÓN
297
NÚMERO DE INSIGNIAS
2
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Content Feed
Pregunta
Is it possible to apply upper and lower bounds to predictions in an LSTM?
My predictions, which have been running very well as late, have hit an issue, where they are forecasting well below what should ...
26 días hace | 1 respuesta | 0
1
respuestaPregunta
Is it possible to output the optimisation results of fitrauto/fitcauto to a table instead of a command prompt?
I am trying to create an app that will leverage people to be able to create forecasts and models, without having to know code. ...
4 meses hace | 1 respuesta | 0
1
respuestaPregunta
Help with appending onto a table in a loop
Hi All, I have a bit of code where I am trying to create a table in a loop, appending on as each loop passes. No matter what wa...
7 meses hace | 1 respuesta | 0
1
respuestaResuelto
Wind Chill Computation
On a windy day, a temperature of 15 degrees may feel colder, perhaps 7 degrees. The formula below calculates the "wind chill," i...
9 meses hace
Pregunta
Can't create Partial Dependence Plot
Hi, I am currently working in have 2022a, and I have an App that creates Regression/Classification Models. I am trying to show...
11 meses hace | 0 respuestas | 0
0
respuestasPregunta
Finding allowed inputs to a function
Hi All, Is there any way of programmatically obtaining the allowed inputs in a given Matlab function, more specifically the Na...
11 meses hace | 1 respuesta | 0
1
respuestaPregunta
Issues installing Matlab 2017a
HI All, I have an issue installing Matlab 2017a, which is needed for some code to be ran that only run in 2017a, and not in la...
11 meses hace | 0 respuestas | 0
0
respuestasResuelto
Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; ...
más de 1 año hace
Resuelto
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 = ...
más de 1 año hace
Resuelto
Length of the hypotenuse
Given short sides of lengths a and b, calculate the length c of the hypotenuse of the right-angled triangle. <<https://i.imgu...
más de 1 año hace
Resuelto
Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...
más de 1 año hace
Resuelto
Finding Perfect Squares
Given a vector of numbers, return true if one of the numbers is a square of one of the other numbers. Otherwise return false. E...
más de 1 año hace
Resuelto
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...
más de 1 año hace
Resuelto
Find the maximum number of decimal places in a set of numbers
Given a vector or matrix of values, calculate the maximum number of decimal places within the input. Trailing zeros do not coun...
más de 1 año hace
Resuelto
Make roundn function
Make roundn function using round. x=0.55555 y=function(x,1) y=1 y=function(x,2) y=0.6 y=function(x,3) ...
más de 1 año hace
Resuelto
Rounding off numbers to n decimals
Inspired by a mistake in one of the problems I created, I created this problem where you have to round off a floating point numb...
más de 1 año hace
Resuelto
Matlab Basics - Rounding III
Write a script to round a large number to the nearest 10,000 e.g. x = 12,358,466,243 --> y = 12,358,470,000
más de 1 año hace
Resuelto
Matlab Basics - Rounding II
Write a script to round a variable x to 3 decimal places: e.g. x = 2.3456 --> y = 2.346
más de 1 año hace
Resuelto
Check that number is whole number
Check that number is whole number Say x=15, then answer is 1. x=15.2 , then answer is 0. http://en.wikipedia.org/wiki/Whole_numb...
más de 1 año hace
Resuelto
MATLAB Basic: rounding IV
Do rounding towards plus infinity. Example: -8.8, answer -8 +8.1 answer 9 +8.50 answer 9
más de 1 año hace
Resuelto
MATLAB Basic: rounding III
Do rounding towards minus infinity. Example: -8.8, answer -9 +8.1 answer 8 +8.50 answer 8
más de 1 año hace
Resuelto
MATLAB Basic: rounding II
Do rounding nearest integer. Example: -8.8, answer -9 +8.1 answer 8 +8.50 answer 9
más de 1 año hace
Resuelto
MATLAB Basic: rounding
Do rounding near to zero Example: -8.8, answer -8 +8.1 answer 8
más de 1 año hace
Resuelto
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 ...
más de 1 año hace
Resuelto
Maximum value in a matrix
Find the maximum value in the given matrix. For example, if A = [1 2 3; 4 7 8; 0 9 1]; then the answer is 9.
más de 2 años hace
Resuelto
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:...
más de 2 años hace
Pregunta
Using Forecast Data in Optimised Classification Models to make Predictions, and also determine accuracy or probability
Hi I am working on a project that will use some historic data, 1 year approximately, to determine some trading strategies based ...
más de 2 años hace | 0 respuestas | 0
0
respuestasPregunta
Converting date times into periods, day, month
Hi, I have a list of datetimes, and I want to convert it to Month No., Day No. Period No. Where Period No. is the number of th...
más de 3 años hace | 1 respuesta | 0