photo

John


2011년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

11 질문
9 답변

순위
18,732
of 300,763

평판
1

참여
11 질문
9 답변

답변 채택
36.36%

획득한 표
3

순위
 of 21,082

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 170,923

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • 3 Month Streak
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


fprintf
ok I know how to code an fprintf if I am printing a value, but I want to make a "title" print for example. Mass ...

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

1

답변

답변 있음
Optimization Simple search
I understand your method is more efficient, and i do not believe my bubble sort is working either because I have: sort=bubb...

14년 초과 전 | 0

답변 있음
Optimization Simple search
I am trying to implement this form of a bubble sort, doing what I explained above but matlab is giving me an error because y is ...

14년 초과 전 | 0

답변 있음
Optimization Simple search
I have been looking at everything suggested and researched other options is a bubble sort an efficient way to sort an array as w...

14년 초과 전 | 0

질문


Matlab Integration
I have a very complex integral I am trying to approximate the integral with in Matlab using Euler's method. I derived the fo...

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

3

답변

답변 있음
Optimization Simple search
I know I can use [value index] = min(array) however I am wanting to write my own loop for this. I just want the loop to outp...

14년 초과 전 | 0

질문


Optimization Simple search
I got a quick question, lets say I have an array of numbers for example [ 9 3 2 7 1 8 ] and I want to find the minimum value ie...

14년 초과 전 | 답변 수: 8 | 0

8

답변

답변 있음
MATLAB Derivative
So I have been playing with code and I have came up with the following: %% Given Definitions dV=1.4*10^4; %units are in ...

14년 초과 전 | 0

질문


MATLAB Derivative
The spacecraft’s electric thruster has an efficiency given by Eff= 1-(((Isp-5000)^2)/(5000^2)) where Isp is the spec...

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

1

답변

답변 있음
Plotting Error
my new code looks like this (I needed a scaler value for error so I left it in my code. %% Analytical simplify(dso...

14년 초과 전 | 0

답변 있음
Plotting Error
I have tried using figure(2) however, I do not know which array to call my error and how to plot it I am a little confused....

거의 15년 전 | 0

질문


Plotting Error
The following is my code, everything works how I want it to but I need to plot the error on another plot, how do I do this? ...

거의 15년 전 | 답변 수: 3 | 0

3

답변

질문


Percent Error
Below is some coding I have calculating percent error of Euler's method however there has to be a more efficient way to input th...

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

1

답변

질문


Plotting help
I want to plot an anonymous function on the same plot of a numerical euler's method solution to a problem. My code is below (I h...

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

1

답변

질문


Euler's Method
Using the Euler method solve the following differential equation. At x = 0, y = 5. y' + x/y = 0 Calculate the Numerical so...

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

1

답변

질문


ODE analytical solution
How can I find the analytical solution to the following ode? y'+ x/y=0 when x=0 and y=5.

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

1

답변

질문


Time step help within a while loop
Ok I have the following matlab code I have written I am trying to find the time,mass, and final temperature of a tank being fill...

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

1

답변

답변 있음
L U decomposition
Yes, redefining the x like you said allowed the function to output what I was needing, however I must have an error in my coding...

거의 15년 전 | 0

답변 있음
L U decomposition
I tried this but it still outputs my answer the same way, I originally had it as a lowercase x but I changed it to upper case af...

거의 15년 전 | 0

질문


L U decomposition
Below I have a code written for solving the L U decomposition of a system of equations however I need my code to just output the...

거의 15년 전 | 답변 수: 7 | 3

7

답변