提问


Best method to be implimented
Having a couple of equations inside a function. This function has an output.This output is again an input in the same equation u...

10 years 前 | 1 个回答 | 0

1

个回答

提问


Efficient way to impliment this expression
I got the following equation : <</matlabcentral/answers/uploaded_files/18120/equation.png>> Let me assume the follow...

10 years 前 | 0 个回答 | 0

0

个回答

提问


adding matrices with different dimensions
I got an equation similar to this : X-sin(thita). size(X) = 1x50 size(thita) = 1x180. My output should be a matrix of 50x1...

10 years 前 | 2 个回答 | 0

2

个回答

提问


how to optimize a diag matrix with sparse
How to optimize this diagonal matrix using sparse : a=diag([-ones(9,1)],-1)+diag([ones(10,1)])+diag([0 ones(1,4) 0],4)

10 years 前 | 1 个回答 | 0

1

个回答

提问


button in a figure
How to add a button in a figure that changes the line style of a subplot,without using GUIDE?

10 years 前 | 1 个回答 | 0

1

个回答

提问


Displaying image directly from a link to a MATLAB figure
Is there a way to take an image directly from a link and insert it in a figure? To be more clear an example follows: A fu...

10 years 前 | 2 个回答 | 0

2

个回答

提问


Vectorization of for/loop
I have the following code: for ii = 1: length(angles) laminate.ply(ii).angle = angles(ii)/180*pi; laminate.ply(ii)...

10 years 前 | 2 个回答 | 0

2

个回答

提问


More efficient way of this code?
Lets say that i have a function : y=fun(x,z) that do the following calculations : ex1: fun([0 45 90],2) , y=[0 45 90 0 4...

10 years 前 | 2 个回答 | 0

2

个回答