Answered
Setting up Raspberry Pi with Matlab
Hi Dane, You might need to start MATLAB using "Run as Administrator" for it to detect the SD card.

8 years ago | 0

Answered
What should I insert for 'MAP' in immovie(X,MAP)?
Hi Maya, The reason you are getting this error is because the function call immovie(X,map) requires X to be an indexed image....

8 years ago | 1

| accepted

Answered
Empty sym solution when using symbolic solve() function
Hi Marc, The reason you are seeing an empty solution is because the set of equations you are trying to solve does not have a ...

8 years ago | 0

Answered
Graphics problem when zooming
Hi Clemens, Can you try switching to software OpenGL? You can do this on windows by executing the following command in MATLAB...

8 years ago | 0

Answered
How do I save a video with subplot?
Hi Andrea, You can refer to the code below to get started on getframe and video writer. h = figure; subplot(2,1,2); ...

8 years ago | 1

Answered
How do I create a simulation of an accumulator that´s getting charged and discharged?
Hi Philip, You can achieve your workflow by using a triggered subsystem. The trigger can be set to activate in two conditions...

8 years ago | 0

Answered
Run Simulink models in parallel while sharing data stores
Hi Priyanshu, Regarding your question about global data stores, you can use Simulink.Signal objects to define data stores in ...

8 years ago | 0

Answered
how can I use imellipse or other ROIs in a gui axes created by appdesigner?
Hi Ayyoub, I don't believe imrect/imellipse are currently supported for Appdesigner. The following document lists all sup...

8 years ago | 0

Answered
simulation time shortened with step size
Hi Jeff, I am suspecting that your model is logging only last 5000 samples from the simulation data. You can validate if you ...

8 years ago | 0

Answered
Convert an SFIT object to anonymous function - Confusing Parameters
I am not able to reproduce this behavior using the code below. I am using the exact same syntax and order for polynomial fit. ...

8 years ago | 0

Answered
How to load cell *.mat into matlab coder for mex file generation
This is resulting because MATLAB Coder currently does not support cell arrays inside structures, not just for loading, but in ot...

8 years ago | 0

| accepted

Answered
why are dynamic loads (non-linear) cannot be connected directly to a Inductive (RL) circuit in simulations? How will connecting a small resistor across the load solve this issue?
This is a limitation of Simscape Power Systems described at the following documentation links: http://www.mathworks.com/help/...

8 years ago | 1

| accepted

Answered
Better method to interpn when one grid is fixed?
Hi Sean, You can use the griddedInterpolant function, which provides performance improvements for repeated queries to the int...

8 years ago | 0

| accepted

Answered
Simulink "Code generation" option unavailable (MATLAB R2015b)
Hi Raghu, Code Generation requires Simulink Coder. You can execute the following command in your MATLAB command window. ...

8 years ago | 0

Answered
Trying to get a contour plot from CFD ASCII data
Hi Digvijay, You can include the boundaries of your domain as a vector (let's say function of x) and replace the values of me...

8 years ago | 0

| accepted

Answered
simulink scope display blank
It seems like your model named "mean" is shadowing the MATLAB function "mean". Rename the model to see if the error is resolved....

9 years ago | 0

Answered
How to visualize every frame of an fmri image
I am assuming that "nii.img" returns a 4-D matrix of true color images and you would like to select ROIs for each frame using a ...

9 years ago | 0

| accepted

Answered
On obtaining state names names with GenSS
If the states and order of states in State-space realization remain the same after minimum realization, you can use the followin...

9 years ago | 1

Answered
Use pcode in combination with packages
Hi Steven, MATLAB does not provide the ability to call a function in a package without using the package name prefix. However...

9 years ago | 1

Answered
DEMDATAUI not finding the path to GTOPo30 data
HRmatlab - You can try using the "exist" function to check if the files/folder are detected on MATLAB search path. If the files ...

9 years ago | 0

Answered
How do I normalize inequality constraints for fmincon?
From your description, I understand that you are trying to represent the sum of variables as a constraint of the form Ax < b, wh...

9 years ago | 0

| accepted

Answered
How to "surf" over a circular domain?
It is my understanding that you are trying to create a 3-D surf plot of a function, which is calculated over a circular domain, ...

9 years ago | 3

| accepted

Answered
ode45 doesn't run?
I understand that you are trying to solve a non-linear ode with some stop intergration constraints defined in ‘stopsim’ function...

9 years ago | 1

| accepted

Answered
How to extract features from a ROI exported table, and use the features in Classification learner APP?
It is my understanding that you are trying to generate HOG features from a list of images, each with a specified ROI location st...

9 years ago | 0

| accepted