Community Profile

photo

WhatIsMatlab-


Active since 2016

Followers: 0   Following: 0

Statistics

  • Thankful Level 3

View badges

Feeds

View by

Question


4th order Runge-Kutta Method Help
Below is my code for a 4th order Runge-Kutta but I keep getting an error and I don't see what I am doing wrong. I was hoping som...

8 years ago | 2 answers | 0

2

answers

Question


ODE23 taking in 3 variables
I can run this function with 2 z values but when I try to add another z value I get an error. Do you know how to run this f...

8 years ago | 1 answer | 0

1

answer

Question


Adding a Foor Loop
know I need to use a for loop but I cannot seem to get it to run.

8 years ago | 1 answer | 0

1

answer

Question


Adding zeros to a number
So I have this number 0 1 0 1 0 it is only 5 bits long but I want to add all zeros to the end of the number to make it 23 bit...

8 years ago | 1 answer | 0

1

answer

Question


Loop Question with divison
I have the number 0.357. I want to multiply the number by 2 until it gets to a whole number. Once it gets to a whole number I wa...

8 years ago | 1 answer | 0

1

answer

Question


Decimal to Floating Point Representation
I want to use a normalized mantissa. Since I do not want to use any of the built in converters how would I do this. Where is ...

8 years ago | 2 answers | 0

2

answers

Question


fprintf into a stored variable
Instead of using fprintf I want to store all the i, xe, and f(xe) into a vector instead. That way I can call them later. Also I ...

8 years ago | 1 answer | 0

1

answer

Question


Decimal to Binary (ieee 754)
I want to create a code that converts decimal to ieee754. I do not want to use dec2bin so I do not know where to start. I want...

8 years ago | 1 answer | 0

1

answer

Question


Insert Equation directly into the code
This code is for finding roots for an equation. My code runs fine how it is. But I do not like how I have to use the input comma...

8 years ago | 2 answers | 0

2

answers

Question


Backward Loop Question- Help
I am trying to get the code to start at a certain value lets say 80 and start counting down from there. But I am struggling to ...

8 years ago | 1 answer | 0

1

answer

Question


For Loop Backwards Help
This is my code. And these are the values it produces. 0 5.0000 9.6000 13.8320 17.7254 21.3074 24.6028 27.63...

8 years ago | 1 answer | 0

1

answer