photo

John


2011 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

11 質問
9 回答

ランク
18,732
of 300,765

評判
1

コントリビューション
11 質問
9 回答

回答採用率
36.36%

獲得投票数
3

ランク
 of 21,084

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 170,941

コントリビューション
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...

15年弱 前 | 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

回答