photo

Frederik Bjerregaard


Last seen: 3년 초과 전 2020년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

9 질문
0 답변

순위
158,298
of 300,392

평판
0

참여
9 질문
0 답변

답변 채택
100.0%

획득한 표
0

순위
 of 20,934

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,373

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


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

3년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 4년 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 4년 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 4년 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 4년 전 | 답변 수: 1 | 0

1

답변

질문


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

5년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

5년 초과 전 | 답변 수: 1 | 0

1

답변