Domanda


How to export the result as a picture
How to export the result as a picture. I use the biograph function that comes with matlab to get the roadmap, but I can't c...

quasi 5 anni fa | 1 risposta | 0

1

risposta

Domanda


Convert color images to binary images, which can be implemented in matlab 7 and not run in 2014a
codes are as this clc; clear all; close all; B = imread('1.jpg'); A= rgb2gray(B); [m,n]=size(A); for i=1:1:m for j=1:...

quasi 5 anni fa | 1 risposta | 0

1

risposta

Domanda


Ideal displacement source not found in simscape.
I want to use simscape to simulate the automobile damping system driving on a sinusoidal uneven road, so I need to add a sourc...

quasi 5 anni fa | 0 risposte | 1

0

risposte

Domanda


the simscape of mass-spring-damping system can't get the ideal result
in the simscape,the mass-spring-damping system, i set the signal builder build the force as this, and in the motion se...

quasi 5 anni fa | 1 risposta | 0

1

risposta

Domanda


the piecewise function runs out a weird figure
function codes are as this function f = myfun(x) if (x<1); f=x.^2 ; else f=x; end end main program code...

circa 5 anni fa | 1 risposta | 0

1

risposta

Domanda


How to use a handle to define a piecewise binary function
How to use a handle to define a piecewise binary function that can express the definition of the following expression The...

circa 5 anni fa | 0 risposte | 0

0

risposte

Domanda


How to easily define the following expressions
In this system of equations, I want to solve uppercase a (n, k) and b (n, k), everything else is known, because k is zero, s...

circa 5 anni fa | 0 risposte | 0

0

risposte

Domanda


how to solve the 12 equations in an effective way
i have tried but is there an effective way to solve the 12 equations with 12 variables? function program are as this functio...

circa 5 anni fa | 2 risposte | 0

2

risposte

Domanda


how to define a function
i just want to define a function of two variables,the c_x_y=2/d*(int(cos(x*pi/d*z)*zy,z,0,d)); and x,y belongs to intergers f...

circa 5 anni fa | 2 risposte | 0

2

risposte

Domanda


i Checked calculation and found The solution does not accord with the equation
i used the matlab to solve the nolinear equation and put the solution in and found The solution does not accord with the equatio...

circa 5 anni fa | 2 risposte | 0

2

risposte

Domanda


Why doesn't get a numerical value
i have assigned all the Variable that i have to assign,but why not get a numerical value? codes are as this %此处如果不行可以单独拿出来 ...

oltre 5 anni fa | 1 risposta | 0

1

risposta

Domanda


a question of assigning the list elements
i just want to assign the m(0)=1; m(1)=1; m(2)=1; and get the sum of them,but when i assign them,the matlab can't get t...

oltre 5 anni fa | 2 risposte | 0

2

risposte

Domanda


change the time range of ode45 makes the integral of postprocess different
i want to solve the ode and get y(t),y'(t) and p1=c2*(y'(t))^2/r and pa=int(p1,40,40+t0),it means the int time range is the same...

quasi 6 anni fa | 1 risposta | 0

1

risposta