Risposto
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...

circa 3 anni fa | 0

| accettato

Risposto
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...

circa 3 anni fa | 1

| accettato

Risposto
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...

circa 3 anni fa | 0

Risposto
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...

circa 3 anni fa | 0

Domanda


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: ...

circa 3 anni fa | 0 risposte | 0

0

risposte

Domanda


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...

circa 3 anni fa | 1 risposta | 1

1

risposta

Domanda


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...

circa 3 anni fa | 1 risposta | 0

1

risposta

Domanda


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 ...

oltre 3 anni fa | 2 risposte | 1

2

risposte

Domanda


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...

oltre 3 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

oltre 3 anni fa | 1 risposta | 0

1

risposta