Community Profile

photo

A


Advanced Technology Institute

Active since 2013

Statistics

  • Thankful Level 4

View badges

Content Feed

View by

Question


Matlab 'neural net fitting' in google's tensorflow?
Hi there, I use matlab's neural net fitting app to train a neural net using levinberg-marquardt training algorithm to predict...

meer dan 6 jaar ago | 0 answers | 0

0

answers

Question


Create a function from data points?
Hi guys, I want to create a function/equation from 10,000 data points. So I have three columns of input and one column of out...

meer dan 6 jaar ago | 1 answer | 0

1

answer

Question


How to subtract a surface equation from a surface 'scatter plot'?
Hi guys, I have a somewhat complex question. Simply stated, I have two surfaces, and I want to create a third surface by subt...

meer dan 7 jaar ago | 1 answer | 0

1

answer

Question


Non-linear formula optimization using Matlab
Hi guys, I have a conceptual question to ask and want to know if this is possible using matlab. I am looking for the best...

bijna 8 jaar ago | 2 answers | 0

2

answers

Question


Give a range of Z axis instead of X and Y when graphing a surface
Hi guys, I am trying to graph a surface below, but instead of giving it x and y restrictions like how I have given it, can I ...

ongeveer 8 jaar ago | 3 answers | 0

3

answers

Question


GUI Question: Save user preferences between everytime an application is launched?
If a GUI requires an input of name or something similar, is it possible to 'save' this so that the next time the application lau...

ongeveer 8 jaar ago | 1 answer | 0

1

answer

Question


Have a pop-up dialog which has license agreement?
In GUI, is there a way to first have a pop-up dialog box launch and show my license agreement, with scroll bars, accept and decl...

ongeveer 8 jaar ago | 1 answer | 0

1

answer

Question


GUI Question: Have a pop-up dialog which has license agreement with a scroll bar? Accept/Decline pushbuttons. Decline to quit GUI
Looking to create a popup dialog box with 'Accept' and 'Decline' pushbuttons. Accept proceeds with GUI application, Decline quit...

ongeveer 8 jaar ago | 0 answers | 0

0

answers

Question


Create a PDF document from Matlab?
Hi guys, With results calculated and plotted in matlab, I would love to generate a beautiful print-friendly PDF which pops op...

ongeveer 8 jaar ago | 1 answer | 0

1

answer

Question


GUI Question: Have a pop-up dialog which has license agreement? Accept/Decline pushbuttons.
Hi guys, I want to have a pop-up dialogic box with 'accept' and 'decline' pushbuttons BEFORE the application is launched. If ...

ongeveer 8 jaar ago | 1 answer | 0

1

answer

Question


Can I commercially sell software I create using Matlab GUI?
Is it legal? or do I need to buy a license from Matlab? How does it work? Thanks

ongeveer 8 jaar ago | 1 answer | 0

1

answer

Question


How to Print a GUI?
Hi guys, I have a GUI with inputs and a plot. I want to print this ideally to PDF. Is this possible? Thanks

ongeveer 8 jaar ago | 1 answer | 0

1

answer

Question


Print a PDF of GUI output
Hi guys, I have a Matlab GUI. I want to have a button that says "PDF Output" which then takes the results of the GUI (A plot ...

ongeveer 8 jaar ago | 0 answers | 0

0

answers

Question


Import .XML data into Matlab?
Hi guys, I want to import an xml file and its data into matlab so that I can read the data. I know you have to do somethi...

ongeveer 8 jaar ago | 2 answers | 0

2

answers

Question


Simple question: How to find the 'x' at a certain value of y(x) equation?
This may be a simple question. But let's assume I have one ugly equation: x = [0:10]; y = @(x) x.^2.*12./23./23.9.*log(x...

ongeveer 8 jaar ago | 3 answers | 0

3

answers

Question


How to make high quality, 'publishable' plots
Hi guys, I am doing my best to make plots that are of really pleasant quality. I want plots to look contemporary, with high r...

ongeveer 8 jaar ago | 2 answers | 2

2

answers

Question


How to 'divide' the x-axis based on y-values?
Here's a sample equation plot: x = linspace(0,100); y = @(x) log(x); plot(x,y(x),'-','LineWidth',2); And I am atta...

ongeveer 8 jaar ago | 1 answer | 0

1

answer

Question


How to average a range of output from a graphical equation?
Hi guys, I have the following equation and 2dgraph: x = linspace(0,10); y = @(x) 2+(2.*log(x)); plot(x,y(x)); h...

ongeveer 8 jaar ago | 1 answer | 0

1

answer

Question


Optimizing an equation point by point
If I have an equation for a surface: x = [0:10]; y = [0:10]; z = @(x,y) x + y; [X,Y] = meshgrid(x,y); SurfZ = z(X,...

ongeveer 8 jaar ago | 1 answer | 0

1

answer

Question


Solve for a variable in an equation?
I have a simple question. If I have the below example equation: p = @(x,y) x.^2 * y.^2; z = @(x,y) (p(x,y) + 3^9 + x.*y)...

ongeveer 8 jaar ago | 1 answer | 0

1

answer

Question


For any given equation, how can I figure out what value a given constant has to be in order to give me a certain value of z(x,y)?
Imagine any equation however simple or however complex: z = @(x,y) x + y + constant; How can I figure what the value of ...

ongeveer 8 jaar ago | 0 answers | 0

0

answers

Question


Find the nearest whole number and whole number+/-0.5 for a given value
Hi guys, I have a simple example. If I have a value: value = 0.73; What I want to do is to automatically find what th...

ongeveer 8 jaar ago | 2 answers | 0

2

answers

Question


Find value of a constant given a value of z(x,y)
I have the following simplified function: constant = 5; z = @(x,y) x + y + constant; If I want z(4,4) to equal '0', h...

ongeveer 8 jaar ago | 1 answer | 0

1

answer

Question


How can I create something exactly like this? (Matlab on web)
I want to create a very simple webpage where I can enter a few inputs and click a button to get a surface: http://pt4.math.sc...

meer dan 8 jaar ago | 0 answers | 0

0

answers

Question


Has anyone been able to put their Matlab GUI (.m and .fig files) on a website?
I am desperate to put a simple 'input and output with a generated plot' matlab gui that i made using GUIDE on a webpage so that ...

meer dan 8 jaar ago | 2 answers | 0

2

answers

Question


Want to put my matlab gui (made from GUIDE) on a website so people can use it?
Hi guys, I have created a simple GUI interface where users input 3 variables into a textbox and hit a 'plot' button which ren...

meer dan 8 jaar ago | 1 answer | 0

1

answer

Question


Can this method let me use matlab gui on a website like this?
Hi guys, I am desperately trying to find a way to put matlab interface on a website like what is given in the example here: ...

meer dan 8 jaar ago | 0 answers | 0

0

answers

Question


Can I use matlab on a website like this?
Hi guys, I am desperately trying to find a way to put matlab interface on a website like what is given in the example here: ...

meer dan 8 jaar ago | 0 answers | 0

0

answers

Question


Want to put my matlab gui (made from GUIDE) on a website so people can use it?
Hi guys, I have created a simple GUI interface where users input 3 variables into a textbox and hit a 'plot' button which ren...

meer dan 8 jaar ago | 0 answers | 0

0

answers

Question


Is there an easy way to upload my Matlab GUI interface onto a website?
So that I can use it on the web instead of having it localized to one computer. Thank you

meer dan 8 jaar ago | 2 answers | 0

2

answers

Load more