photo

Frederik Bjerregaard


Last seen: mehr als 3 Jahre vor Aktiv seit 2020

Followers: 0   Following: 0

Statistik

MATLAB Answers

9 Fragen
0 Antworten

RANG
158.298
of 300.392

REPUTATION
0

BEITRÄGE
9 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
100.0%

ERHALTENE STIMMEN
0

RANG
 of 20.934

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 168.373

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 3

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Decide values of row in matrix for certain row intervals
Hi I need to create a matrix where each row has the values of [1,0,0,0] over certain intervals as given below rows=150001;wind...

mehr als 3 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Divide each column by a constant from a vector
I have a matrix A that has the format 150000x8 and a vector B of the format 1x8. I want to create a function that divide every v...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to add values into specific part of a zero vector
Hi I want to create a vector that have the value of 1 in specific intervals and 0 everywhere else. This is the code I have com...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Plotting different datasets from looped ode45 using subplots.
Hi. I have a script where I'm solving and ode for different values of a parameter. I want to plot each of these cases on a seper...

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Solving a nonlinear equation
Hi. I have to solve a nonlinear equation over a range of values of a given parameter. clc; clear;close all; f = 0.35+0....

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Extracting a data vector from a looped ode45
Hi. I have a problem where i have to solve a system of equations numerically. I want to plot the maximum value for each result I...

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Returning several dataset using ode45
Hi. I have a problem where I want an ode45 function to return 5 dataset using the code clc; clear; close all; % Defining param...

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Fixing error while evaluating callback for GUI
I am trying to build a GUI for this Optimisation file Opti_final.m %Initialisation--------------------------------------- ...

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Feasible solutions in a function with a given product.
How do I get Matlab to give me a matrix of possible solutions for ri and L when V is fixed? Vi=((pi*(ri)^2*L)+((4*pi*(ri)^3)/3)...

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort