Frage


How to loop through an unknown number of matrix dimensions?
I would like to loop through all dimensions of a n-dimensional matrix, but the matrix dimensions are unknown beforehand. Below i...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to make 'far away' markers appear smaller (perspective)
To make it easier to visually interpret 3D data when shown on a 2D surface like the computer screen, I would like to plot data s...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Rationale for functions going into Computer Vision vs. Image Processing toolboxes
I am curious about the thought process is for deciding if a builtin function belongs in the Computer Vision vs. Image Processing...

mehr als 3 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Why all Matlab windows blank and unresponsive?
Today I was coding in Matlab then went to lunch. When I returned, all the Matlab windows (editor, command window, 2 figure windo...

mehr als 3 Jahre vor | 0 Antworten | 1

0

Antworten

Beantwortet
What are the capabilities of the MATLAB Support Package for Parrot drones? How is it different from the already existing Simulink Support Package?
Beware to anyone considering the Parrot Mambo FPV or Bebop: both are discontinued, see here.

mehr als 3 Jahre vor | 0

Beantwortet
Which drones are supported by the MATLAB Support Package for Parrot Drones?
Beware to anyone considering the Parrot Mambo FPV or Bebop: both are discontinued, see here.

mehr als 3 Jahre vor | 0

Beantwortet
Convert matrix of RGB double values to image
I just realized the following works, but please let me know if I am losing information by converting to uint8, figure; imshow(...

mehr als 3 Jahre vor | 0

| akzeptiert

Frage


Convert matrix of RGB double values to image
I have a matrix which contains RGB values which range from 0 to 1. I would like to turn it into an image, but if I use uint8 the...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Other drones besides Parrot Mambo FPV
I am looking to buy a camera drone and process the images in Matlab. Since this is new to me, I would like easy integration with...

mehr als 3 Jahre vor | 4 Antworten | 0

4

Antworten

Frage


Formatted string plus list of numbers using sprintf
I would like to display comma-separated records like the following, Record1,2,8,3,5,2,6,3,7,7,7 Here's my attempt, but is ther...

fast 4 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


In evaluating a neural net, should NMSE be based only on test subset of data?
In answers like this, Greg Heath suggests using the normalized mean square error, NMSE, to compare the performance of different ...

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to work with function inputs which are structures with different fields
I have a function. The inputs are multiple structures which have some of the same fields but also some different fields. I may p...

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Solve an overdetermined problem with lsqlin
I am having trouble formatting the inputs to lsqlin. I would like to solve for x in Cx=d, where C is 100 by 5 and d is 100 by 10...

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to set disableDefaultInteractivity for all axes?
In Matlab 2018b and later, the cursor is set to automatically interact with the plot. This messes up my plots (accidentally movi...

fast 4 Jahre vor | 4 Antworten | 2

4

Antworten

Frage


How to capture many warnings at startup
All my mfiles on my path have gotten accidentally relocated on my computer, so that now when I start Matlab, I get warnings like...

fast 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How to tell how when an executable was first run? (Imposing a 30-day demo period)
I made an executable of some Matlab code using the Complier. I would like the executable to stop working after a 30-day demo per...

etwa 4 Jahre vor | 0 Antworten | 0

0

Antworten

Beantwortet
griddata interpolation just within a certain distance
One option might be to use objective mapping such as Kirill Pankratov's implementation objmap (described here, code here). You w...

etwa 4 Jahre vor | 0

Frage


Seeking faster objective mapping of noisy, irregularly spaced data
If you have noisy data sampled at irregular x,y locations, you can use objective mapping to make a smooth map of the results. I ...

etwa 4 Jahre vor | 0 Antworten | 0

0

Antworten

Beantwortet
griddata not creating a smooth interpolation
You may want to try an outside function, objmap, which lets you choose how smooth the map is in x and y, and how much error to a...

etwa 4 Jahre vor | 0

Frage


Best Matlab file format for input into a RIP
I am creating an image in Matlab that I would like to print on a large-format printer that has a RIP (Raster image processor). T...

etwa 4 Jahre vor | 0 Antworten | 0

0

Antworten

Beantwortet
generating CIELab Image
Here is an example of how to write a tiff file containing 3 known Lab values. As a check, open the tiff file in Photoshop: the d...

etwa 4 Jahre vor | 1

Frage


Generate an image containing a pattern of random shapes
I would like to generate an image like this containing random shapes where I specify the size range, color, and type of shape su...

etwa 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Avoid partial blocks in block processing with blockproc
If you block process an image using blockproc and the desired block size does not divide evenly into your image size, it seems t...

etwa 4 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
Parameter sweep without nested for loop
Here is one solution using allcomb, but is there a better way? By "better" I mean "easy to understand what the code is doing, ye...

mehr als 4 Jahre vor | 0

| akzeptiert

Frage


Parameter sweep without nested for loop
The following parameter sweep has many nested loops. How can I eliminate the nested loops with linear indices, but be able to ac...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Is it possible to zoom in during Preview in Image Acquisition Tool?
I am using the Image Acquisition Tool to preview a camera image so that I can focus the camera. I would like to zoom in on the i...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to turn off drawrectangle?
I used drawrectangle to draw a rectangle on an image and adjust its size and position, but then I can't figure out how to turn o...

mehr als 4 Jahre vor | 1 Antwort | 1

1

Antwort

Frage


Colormap engineering to highlight small values
I would like to construct a colormap for a set of data where the values range from [0,100] but I want the values in the [0,20] r...

mehr als 4 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


If I want to make a prediction from a neural net, do I have to use the same random number generator seed?
I have a question about the state of the random number generator when I make a prediction with a neural network. Let's say I loo...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
'apply' 'reverse' in mapminmax
<https://www.mathworks.com/help/deeplearning/ref/mapminmax.html mapminmax> is a scaling that is applied to your input data to ma...

mehr als 4 Jahre vor | 0

Mehr laden