Feeds
提问
Convert 3D cell to 2D cell
Hey, I would like to convert the 3D cell A{x,y,z} to a 2D cell B{x,y} with row vectors of all z as elements (B{1,1} = [z(:)]). ...
8 years 前 | 0 个回答 | 0
0
个回答提问
How to fit data to a function with last output as input?
Hey, whats the easiest way to estimate the constants k1,k2,k3 in the function y: y_n = k1 * x_n + k2 * x_(n-1) + k3 * y_(n...
8 years 前 | 1 个回答 | 0
1
个回答提问
Is there a way to constrain variables in Optimization Tool gamultiobj to fixed values?
Hey, I would like to use the _gamultiobj_ function, but my variable x(1) is limited to x(1) = [5,10,15,20,25,30] Any suggestions...
8 years 前 | 1 个回答 | 0
1
个回答提问
How to sort 3D data into bins?
Hey, I'm looking for some function like 'gridfunc' in the example beneath. Datapoints: x: torque = [12,13,20,30] ...
8 years 前 | 2 个回答 | 0
2
个回答提问
How to create 3D grid from data without interpolation?
Hey, is there some function like griddata which doesnt interpolate the z data? I need some function to save all z values or ...
8 years 前 | 1 个回答 | 0
1
个回答提问
How to use sparse in a matlab function block in simulink?
Hey, any suggestions on how i can use the sparse function in simulink? Example: function y = fcn(u) s = spar...
8 years 前 | 2 个回答 | 0
2
个回答提问
How to change the signal dimension on each loop?
Hey, I receive the following error message when trying to run the Simulink model: Unable to determine signal dimensions. The...
8 years 前 | 0 个回答 | 0
0
个回答提问
Simulink error: All inputs must be constant.
Hey, I receive the following error message when trying to run the Simulink model. All inputs must be constant. P-...
8 years 前 | 0 个回答 | 0
0
个回答提问
How to include a P-File in Simulink?
Hey, I'm trying to include a P-file into my Simulink model, but unfortunately it doesn't work. The File needs 2 inputs and gene...
8 years 前 | 1 个回答 | 1