Frage


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...

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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:...

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als 5 Jahre vor | 0 Antworten | 1

0

Antworten

Frage


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...

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als 5 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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...

mehr als 5 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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...

mehr als 5 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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...

mehr als 5 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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...

mehr als 5 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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 %此处如果不行可以单独拿出来 ...

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als 5 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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...

etwa 6 Jahre vor | 1 Antwort | 0

1

Antwort