photo

Ngoc Thanh Hung Bui


2018년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

2 질문
12 답변

순위
8,058
of 300,379

평판
6

참여
2 질문
12 답변

답변 채택
0.0%

획득한 표
1

순위
 of 20,931

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,299

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Knowledgeable Level 1
  • First Answer
  • Revival Level 1

배지 보기

Feeds

보기 기준

질문


[Help] TBXMANAGER:ERROR durring startup
Dear Colleague, I get the following error during the Matlab R2017b startup. Any idea what the problem could be? Toolbo...

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

1

답변

답변 있음
error calling a function
ode45(fMu,tspan,IC) try ode45(@fMU,...) or ode45('fMU',...) instead

7년 초과 전 | 0

답변 있음
state space equation in simulink
forget the equation y = x then you have a ODE with boundary condition problem search "how to solve differential equations using...

7년 초과 전 | 0

답변 있음
Plotting a Differential Equation with respect to time.
%% in dsolve you just need to plot the solution with the time, for example: syms theta(t) sol = dsolve(...) t= 0:1:40; ...

7년 초과 전 | 0

답변 있음
plotting every 10 lines in excel
Interesting

7년 초과 전 | 0

답변 있음
Using loops, how do I combine 2 arrays of possibly different orientations (1 could be vertical and 1 horizontal) into 1 array WITHOUT using any of MATLAB's built in concatenation functions like horzcat, etc
%% Simple answer arr1 = [4;5;6;7;24;5]; arr2 = [1,3,2]; finalArr = [arr1', arr2] %% Using loop: finalArr = zeros(...

7년 초과 전 | 0

답변 있음
Write Loop Output Matlab into Excel
Interesting

7년 초과 전 | 0

답변 있음
spring mass problem ch13 dynamic
what are the "both method" exactly?

7년 초과 전 | 0

답변 있음
How can you ask matlab to switch a set of input parameters of an array to solve different set of equations each time?
just use a for loop and a function, for examlple: for i = 1:length(A) %A is your input array %use if else for the conditio...

7년 초과 전 | 0

답변 있음
Differential wrt qDot(t)
I want to know too

7년 초과 전 | 0

답변 있음
please how to write this in matlab?
I dont really understand the problem, better more specifically

7년 초과 전 | 0

답변 있음
How do I get an analytical solution of a boundary value problem in MATLAB
I think this code is correct but it returns a empty solution for some reasons, so just use for reference syms y(t) Dy = di...

7년 초과 전 | 1

| 수락됨

답변 있음
how to pass row by row elements of a multidimensional array to a function
for i = 1:length(A) % A is your matrix function(A(i,:)); end

7년 초과 전 | 0

질문


How can I login to a website using Matlab?
Hi everyone, I am trying to login to this website using Matlab: https://sso.hcmut.edu.vn/cas/login?service=http%3A%2F%2Fe-le...

7년 초과 전 | 답변 수: 0 | 0

0

답변