Benedikt Wessel
Followers: 0 Following: 0
Statistics
18 Questions
0 Answers
RANK
28.190
of 295.467
REPUTATION
1
CONTRIBUTIONS
18 Questions
0 Answers
ANSWER ACCEPTANCE
38.89%
VOTES RECEIVED
1
RANK
of 20.234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153.912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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 ...
meer dan 4 jaar ago | 0 answers | 0
0
answersQuestion
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...
meer dan 4 jaar ago | 0 answers | 0
0
answersQuestion
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...
meer dan 4 jaar ago | 0 answers | 0
0
answersQuestion
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 ...
meer dan 5 jaar ago | 1 answer | 0
1
answerQuestion
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...
meer dan 5 jaar ago | 1 answer | 0
1
answerQuestion
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...
meer dan 5 jaar ago | 0 answers | 0
0
answersQuestion
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 ...
meer dan 5 jaar ago | 1 answer | 0
1
answerQuestion
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...
meer dan 5 jaar ago | 0 answers | 0
0
answersQuestion
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 ...
ongeveer 6 jaar ago | 1 answer | 1
1
answerQuestion
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? ...
ongeveer 6 jaar ago | 0 answers | 0
0
answersQuestion
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)...
ongeveer 6 jaar ago | 1 answer | 0
1
answerQuestion
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 ...
ongeveer 6 jaar ago | 2 answers | 0
2
answersQuestion
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...
ongeveer 6 jaar ago | 2 answers | 0
2
answersQuestion
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...
ongeveer 6 jaar ago | 0 answers | 0
0
answersQuestion
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 ...
ongeveer 6 jaar ago | 1 answer | 0
1
answerQuestion
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 ...
ongeveer 6 jaar ago | 1 answer | 0
1
answerQuestion
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...
ongeveer 6 jaar ago | 1 answer | 0
1
answerQuestion
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...
ongeveer 6 jaar ago | 1 answer | 0