Feeds
質問
How to pass data from Dialog App to Calling App before closing Dialog App?
I have an app that opens a Dialog app when pushing a button. In the Dialog app I want to insert some data, that then gets passed...
約3年 前 | 1 件の回答 | 0
1
回答質問
How to store data from DialogApp in CallingApp while closing the DialogApp in App Designer?
Hi, I have a Push Button function in an App, that opens a DialogApp with two spinners and runs a seperate Matlab function there...
約3年 前 | 1 件の回答 | 0
1
回答質問
plot datetick with mmm, dd yyyy in lower right corner as in datetime axis
Hi, I am creating an errorbar plot using datetick to to display time (hh:MM) in my datenum x-axis, and would like to display th...
4年以上 前 | 0 件の回答 | 0
0
回答質問
Alternative to softmax function for Neural Network predicting fractions of a whole
Hi, I created a feed forward Regression Neural Network to predict variables which are fractions of a whole (i.e. they sum up to ...
5年以上 前 | 0 件の回答 | 0
0
回答質問
fit a curve with smallest distance in y AND x direction to data points
I have two sets of measurements x and y that seem to be correlated when plotting them against each other (below a small subsampl...
7年弱 前 | 1 件の回答 | 0
1
回答質問
gplotmatrix with continuous 3rd parameter
Hi, I would like to plot a gplotmatrix, but instead of coloring the marks according to grouping variables (eg. [1, 2, 3, 4]) ...
約7年 前 | 1 件の回答 | 0
1
回答質問
How is it possible that Matlab still hasn't created a built in function that automatically inserts a title above a group of subplots?
It is 2017, and there still is no easy single command built in function that inserts a title above a group of subplots, even tho...
約7年 前 | 2 件の回答 | 2
2
回答回答済み
Grains Pattern Recognition (Image recognition)
I would use the image processing toolbox. There you can find many pattern recognition tools, eg imfindcircles. https://www.ma...
Grains Pattern Recognition (Image recognition)
I would use the image processing toolbox. There you can find many pattern recognition tools, eg imfindcircles. https://www.ma...
7年以上 前 | 0
質問
How can I include prior information like a known relationship between my output variables of a regression problem into neural network design (fitnet)?
Hi How can I include prior information like a known relationship between my output variables into neural networks design? ...
7年以上 前 | 1 件の回答 | 0
1
回答質問
What does fitnet (or the neural network toolbox) do if you give it more than 1 target?
how does fitnet handle a target with, say, 3 differnet parameters for N samples [3 N] with an x*N-Input? Does it calculate the t...
8年弱 前 | 0 件の回答 | 0
0
回答質問
Why does my for-loop nested in an if-statement not work?
I have an for-loop inside an if-statement nested again in another for-loop (I know sounds complicated, example below), which see...
8年以上 前 | 1 件の回答 | 0
1
回答質問
Why does my for-loop nested in an if-statement not work?
I have an for-loop inside an if-statement nested again in another for-loop (I know sounds complicated, example below), which see...
8年以上 前 | 0 件の回答 | 0
0
回答質問
How do surfc, meshc etc. handle the location where the contour plot is positioned along the z-axis? How do I change the position of the contour plot in R2015a/b?
figure surfc(X,Y,Z) zlim([4.6 5.6]) ... if I try it that way I risk that my contour plot is floating somewhere in th...
8年以上 前 | 1 件の回答 | 0