Réponse apportée
imshow Unrecognized function or variable 'imshow'.
Hello Malin, ‘imshow’ is part of base MATLAB which is present in the following directory: C:\Program Files\MATLAB\R2020a\toolb...

environ 5 ans il y a | 2

| A accepté

Réponse apportée
gui-2d-heat-transfer Variables
Hello Emir, The given code suggests that 'Tpoc(i,j)' is a temperature variable. Also, 'GUI 2D HEAT TRANSFER' is one of the...

environ 5 ans il y a | 0

Réponse apportée
matlab code solving for f(x)
Hello, Please refer to following links: https://www.mathworks.com/matlabcentral/fileexchange/69171-the-general-iteration-meth...

environ 5 ans il y a | 0

Réponse apportée
matrices jacobian function ?
Hello Massimiliano, Please refer to example given in the following documentation: https://www.mathworks.com/help/symbolic/jaco...

environ 5 ans il y a | 0

Réponse apportée
Visualising/ Mapping data on CAD model
Hello Luke One of the possible ways to plot the colormap on CAD models is importing the model using the ‘importGeometry’ using ...

environ 5 ans il y a | 0

Réponse apportée
How to manipulate matrices to get the same dimensions?
Hello, From your question data representation i.e. ‘X’ (n by m) and ‘Y’ (n by 1) is not very clear for fitting ‘Y=Xβ’ (where m ...

environ 5 ans il y a | 0

| A accepté

Réponse apportée
Connecting two points with a curved line
Hello Tertius In addition to Bjorn Gustavsson and David Goodmanson I would like to add following points: In case of shear forc...

environ 5 ans il y a | 0

Réponse apportée
Does GPU coder have only one output?
Hello Lim, After analyzing the code, It is clear that you are not able to generate ‘MEX’ because the ‘%#codegen’ directive is m...

environ 5 ans il y a | 0

| A accepté

Réponse apportée
Nested for loop for beta and nu
From question and code, I assume that you are interested in solving coupled system of ODEs for different parameters. I have foll...

environ 5 ans il y a | 0

Réponse apportée
Interpreting & checking multiple regression code & output
Hello Jen, Refer to following documentation for interpreting the results of ‘regress’ function: https://www.mathworks.com/help...

environ 5 ans il y a | 0

Réponse apportée
ODE parameter optimisation to fit dataset
Hello Maria, The procedure followed in the code is not consistent with the objectives mentioned in the description of a proble...

plus de 5 ans il y a | 0

| A accepté

Réponse apportée
ThetaLim is not working with Polarscatter
Hello Junaid, I have brought this issue to the notice of our developers. They will investigate the matter further. Kind Rega...

plus de 5 ans il y a | 0

| A accepté

Réponse apportée
Use several pools of workers in a parfor loop
Hello Gabriel, Yes, most of the MATLAB in-built functions are multithreaded from 2008a Release. Following document may help y...

plus de 5 ans il y a | 0

Réponse apportée
How to set default grid to minor
Hello Jash, Use following command to set the default behavior of ‘Minor Grid’ on: set(groot,'defaultAxesXMinorGrid','on','de...

plus de 5 ans il y a | 0

Réponse apportée
Why does the resolution become extremely bad when increasing the linewidth when using the the circle as marker.
Hello Pontus, I have tried to reproduce the steps, but it works fine in my case. I am assuming the user is using the older ve...

plus de 5 ans il y a | 0

| A accepté

Réponse apportée
Restricting Lasso-coefficients
Hello Miximilian, To fit the data, it is important to understand how different models of regression work and what is the effe...

plus de 5 ans il y a | 0

Réponse apportée
Input structure for BiLSTM
Hello Sanjana, Refer to following example in order to understand the desired structures of cell arrays of training data for B...

plus de 5 ans il y a | 0

Réponse apportée
Need a better guess yo for consistent initial conditions_Error using daeic3 (line 230)
Hello Fidele, The approach followed by you in the attached script may not be the easiest way to solve this coupled system. To...

plus de 5 ans il y a | 0

Réponse apportée
How can i apply SVM or other classification methods on a cell array?
Hello Anamika, I am assuming you want data points along column and features along row direction. Follow the following steps ...

plus de 5 ans il y a | 0

| A accepté

Réponse apportée
Publish a file along with a file that has function called from another file
Hello Lucas, The task of including the external file contents in one document (using 'publish') can be achieved using ‘publis...

plus de 5 ans il y a | 0

Réponse apportée
Simscape : Coefficient d'échange par convection dépendant de la T° ?
Hello Christophe KILINDJIAN, From the question, I am assuming that we know the how heat transfer coefficient changes with tem...

plus de 5 ans il y a | 0

Réponse apportée
matrix vectorization finite difference avoid for loop
From the code, I am assuming The matrix used for computation represents the ‘Temperature’ along row-wise direction and ‘Time’ a...

plus de 5 ans il y a | 0

| A accepté

Réponse apportée
FFT is not showing the the signals I have created.
Refer following documentation link for ‘powergui’ block, https://www.mathworks.com/help/physmod/sps/powersys/ref/powergui.html?s...

plus de 5 ans il y a | 0