Réponse apportée
Interpolating [3,3] matrix valued function using interp3
Since your matrix is 5-Dimensional you will have to use "interpn", and "ndgrid". Below code should work, and provide you the re...

plus de 2 ans il y a | 0

Réponse apportée
Matlab app designer edit field call back function coding with a button to load a file and get the file name displayed.
With a small change in your code you can get it working, % Button pushed function: Button function ButtonPushed(app, e...

plus de 2 ans il y a | 0

Réponse apportée
How can I copy Onramp model to my project?
You can "save as" the model and save it to use it. But you have to first complete the "chapter" to save the complete model. Any ...

plus de 2 ans il y a | 0

Réponse apportée
how to find the features for all the images in single code?
myfolder = 'your directory'; %put all your data in a single directory. if ~isfolder(myfolder) sprintf("folder does not exi...

plus de 2 ans il y a | 0

| A accepté

Réponse apportée
5D-Interpolation of scattered Data
If you want to calculate the value "Y", for any certain combination of { X1, X2, X3,X4 } you can look into linear regression. Al...

plus de 2 ans il y a | 0

Réponse apportée
How is DefaultFigurePosition set for apps?
Possible workaround for this would be by using “Component Browser” to set the “Position” parameters for “app.UIFigure”. Additi...

presque 3 ans il y a | 0

| A accepté

Réponse apportée
How to get the acceleration of the mouse's movement or other user imputs (e.g. trackball)
According to my understanding, you wish to calculate the acceleration of the mouse pointer. Possible way around for this would...

presque 3 ans il y a | 0

Réponse apportée
MATLAB function Simulink: Dimension 2 is fixed on the left-hand side but varies on the right
Hey Alharbi, It seems that the error message you are receiving means variable “Num_phases” is a variable size datatype and you ...

presque 3 ans il y a | 0

Réponse apportée
Hello, how do you simulate real-time load profile on Simulink using lookup tables? My daily load profile is hourly KW and i want to simulate the load in a solar PV system?
According to my understanding, you want to simulate time varying load profile using “lookup tables”. I would suggest you to loo...

presque 3 ans il y a | 0

Réponse apportée
Should I prefer using Simulink blocks or write custom MATLAB functions, if I plan on using the Simulink coder to convert my Simulink model in C?
As per my understanding you want to use SIMULINK coder and wish to know if using custom MATLAB function will improve execution p...

presque 3 ans il y a | 1

| A accepté

Réponse apportée
Which Block for Frequency as input signal for a prismatic joint?
Hey Nabila, As per my understanding you wish to provide a ramped frequency input to a “Prismatic Joint”, or any block of your r...

presque 3 ans il y a | 0

Réponse apportée
Divide binary image into overlapping blocks using blockproc
As per my understanding, you wish to divide your image into overlapping blocks and later perform certain post-processing by usin...

presque 3 ans il y a | 0

| A accepté

Réponse apportée
How update some variables each time tha I'am calling simulink from Matlab funtion
As per my understanding you want to pass the input to your Simulink Model through as an input to the function. This issue can b...

presque 3 ans il y a | 0

Réponse apportée
Is there a way to construct an autonomous driving simulation environment with Automated Driving Toolbox where obstacle vehicles are also autonomous driving vehicles?
Hey, As per my understanding you wish to know if MATLAB Automated Driving Toolbox provides a solution to creating custom simul...

presque 3 ans il y a | 0

Réponse apportée
Installing MathWorks toolboxes without GUI
Hi Peter, As per my understanding, you want to install toolboxes on your Docker image without using the Add-on Manager GUI. As ...

presque 3 ans il y a | 0