Feeds
질문
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...
8년 초과 전 | 답변 수: 2 | 0
2
답변질문
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...
대략 10년 전 | 답변 수: 1 | 0
1
답변질문
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*...
대략 10년 전 | 답변 수: 0 | 0
0
답변질문
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...
10년 초과 전 | 답변 수: 3 | 0
