A répondu
Creating a colormap for an image
You will probably want to use something like a jet colormap. See this page for more details: https://nl.mathworks.com/help/matla...

environ 3 ans il y a | 0

| A accepté

A répondu
How to make the last iteration of a for loop run differently?
You can do something like this for i = 1:number % do the things that have to happen for each iteration if i < thelast...

environ 3 ans il y a | 1

| A accepté

A répondu
Best practise for quickly changing parameters of a function?
For each number you want to change regularly, make it also an input parameter to your function. Then, you can write a little sc...

environ 3 ans il y a | 0

A répondu
How can I plot this small set as a beautiful histogram?
You are not making a histogram if you want to have the height of the bars equal to the value. You are making a bar graph. This s...

environ 3 ans il y a | 0

Question


Color transformation from LAB to CMYK
I have an .icc profile that containts the data to transform from LAB to CMYK. profile.Header struct with fields: ...

environ 3 ans il y a | 1 réponse | 0

0

réponse

Question


uigetfile doesn't show in standalone app
I have designed an app in AppDesigner that publishes a script. In that script, uigetfile is used to load the necessary data. Wh...

environ 3 ans il y a | 1 réponse | 1

1

réponse

Question


For loop: access values in between steps
Hi I have a for-loop where first only certain rows of a matrix are dealt with: for i = 1:3:100 %3 is an example step size, t...

plus de 3 ans il y a | 1 réponse | 0

1

réponse

Question


How to eliminate standalone 1 or 0 in binary matrix
Hello I have large binary matrices (order 30000 x 5000 values) in which I have to eliminate stand-alone 1's or 0's. E.g. when ...

plus de 3 ans il y a | 2 réponses | 1

2

réponses

Question


App panel keeps shifting content
Hello I have created an app using the App building feature of Matlab. When I run the app (both in the app maker as after packag...

plus de 3 ans il y a | 1 réponse | 0

1

réponse

Question


How to get the photoshop plugin working
Hello all I am using the instructions on this page (https://helpx.adobe.com/photoshop/using/photoshop-matlab.html) to get a m...

plus de 3 ans il y a | 1 réponse | 0

1

réponse