Community Profile

photo

light_dark


Active since 2015

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


Error using loadlibrary when trying to load dll
I'm trying to use <http://www.robots.ox.ac.uk/~timork/NPWindowsMarginals.zip Dr. Kadir's NP windows code>. He says it's MATLAB c...

7 years ago | 2 answers | 0

2

answers

Question


How to jump to different sections of program?
I want to create a decision tree in MATLAB. Right now I'm using prompt and input to ask the user questions and if/else statement...

8 years ago | 1 answer | 0

1

answer

Question


Using dsolve gives a different solution than Wolfram Alpha
I'm trying to solve a differential equation (1x''+8x'+16x=50*e^(-t)*unit step(t),x(0)=0,x'(0)=0) using dsolve: dsolve('1*...

8 years ago | 0 answers | 0

0

answers

Question


How can I change an array from grayscale to binary?
I have a 2D array representing a grayscale image. This array is stored as doubles. When I try to use the function *im2bw* on the...

9 years ago | 3 answers | 0

3

answers