Community Profile

photo

Benedikt Wessel


Last seen: 3 years ago Active since 2018

Followers: 0   Following: 0

Statistics

  • Thankful Level 3

View badges

Feeds

View by

Question


Neural Network - Plotting the results
Hello everybody, below you can find a screenshot from the tensorflow playground. My question is: how can I plot the results in ...

4 years ago | 0 answers | 0

0

answers

Question


Neural Network for Classification: Different Results - same parameters
Hello, attached you can find a few plots representing the results from my neural network. What is the main reason for the mista...

4 years ago | 0 answers | 0

0

answers

Question


Neural Network: How can I plot the classification Lines?
Hello erverybody, I'm a beginner in matlab and neural networks. I tried to build a neural network for classification (at the en...

4 years ago | 0 answers | 0

0

answers

Question


Build the sum fom only a few coloumns of a matrix.
Hello everybody. A=[1,2,3,4,5,6,7,8,9,10;1,2,3,4,5,6,7,8,9,10;1,2,3,4,5,6,7,8,9,10;] % not a fixed size, can be build with n*5 ...

5 years ago | 1 answer | 0

1

answer

Question


Calculating a seperated sum from a vector.
Hello everybody. A=[1,2,3,4,5,6,7,8,9,10] % not a fixed size, can be build with n*5 How can I build the sum of five numbers? I...

5 years ago | 1 answer | 0

1

answer

Question


For Loop (or if-condition) is ignoring the first value
Hello everybody, like I mentioned I´ve got the problem, that the first value is ignored (the first value of the matrix 'auftraeg...

5 years ago | 0 answers | 0

0

answers

Question


For Loop or if condition ignores the first value
Hello everybody, I´ve got a problem with the following code. The code executes quite well, but the first value is ignored: for ...

5 years ago | 1 answer | 0

1

answer

Question


Using for/while for a repeating task: average solar irradiation of every month
Hello everybody. [MonthNum, MonthStr]=month(t), t is datetime I tried to create MonthNum with the month function and comparing...

5 years ago | 0 answers | 0

0

answers

Question


App developer: How to clean or reset a table
Hello everybody, how can I clear the content of a table? Is there a command like cla for graphs? The table I'm talking about ...

5 years ago | 1 answer | 1

1

answer

Question


How to fill out a table in app designer
Hi everybody, I'm working with Matlab app designer for the first time. My question is: How can i fill out the rows of my table? ...

5 years ago | 0 answers | 0

0

answers

Question


Difference between the usage of sum functions
Hey, can someone explain, why the results are different? And which way is the right one? Thanks. X=A+B+C-D; Sum1=sum(X)...

5 years ago | 1 answer | 0

1

answer

Question


How are multiple for loops handled by matlab?
Hello, How's Matlab dealing with the following code? Is matlab checking the if condition like this: if 1=10 and then if 2=10 ...

5 years ago | 2 answers | 0

2

answers

Question


Formatting data using an if function
Hello everybody, how can I adjust the data, so that the purple curve will always be connected? The next purple section should st...

5 years ago | 2 answers | 0

2

answers

Question


How to cumulatively subtract in a specific range
Hello everybody, how can I adjust my for loop so that every time when the curve is above the max capacity and negative (see so...

5 years ago | 0 answers | 0

0

answers

Question


Can movsum be modified a way, so that it will gain the following output:
A=[1,2,3,4,5,6,7,8,9] B=movsum(A,?) B=[1,3,6,10,15,21,28,36,45] My aim is to build a sum along the vector; adding a value to ...

5 years ago | 1 answer | 0

1

answer

Question


How to adjust a vector using an if function
Hello every body, below you can find my code. I want to customize the vector A, so if one condition is true the vector A should ...

5 years ago | 1 answer | 0

1

answer

Question


How to find the best ratio of producers in an energy system
Hello everybody, I've got a few power curves from pv-modules, wind turbines, engines and one power curve regarding the needed p...

5 years ago | 1 answer | 0

1

answer

Question


How to repeatedly remove the connecting lines between the first an the last points on a surf plot.
Its a plot with dates on the x-axis, time on the y-axis and power usage on the z-axis. So i got the mentioned issue for every da...

5 years ago | 1 answer | 0

1

answer