提问


GUI / GUIDE - Ask to select a line
Is it possible to ask user to select a line during the execution of a GUI? I would like a popup to appear asking "please sele...

9 years 前 | 1 个回答 | 0

1

个回答

已回答
finding Missing elements in a vector
This will do the trick P(~(P==1:length(P))) just for clarification P==1:length(P) returns a logical array of th...

9 years 前 | 0

| 已接受

提问


Problems fitting a function with a NonlinearLeastSquares model
Hi everybody. I need to fit some experimental data on the function y=sqrt(A*((x-x0)/0.04).^-n) I understand this to...

9 years 前 | 0 个回答 | 1

0

个回答

提问


axis changes even after "axis equal"
I would like to plot a line on an axis without changing the XLim and YLim values. I obviously went through the "axis equal" comm...

9 years 前 | 2 个回答 | 0

2

个回答

已回答
MATLAB 2014b missing GUIDE elements
I found a work-around: if you cut (or delete) the panel and then *UNDO*, the panel's elements appears at their place. Pay attent...

9 years 前 | 1

| 已接受

提问


Convert data in nested structure to array
Hi everybody, I have a nested structure like this one: S.a1.b1.x=1 S.a1.b1.y=2 S.a1.b1.u=3 S.a1.b1.v=4 S.a...

9 years 前 | 2 个回答 | 0

2

个回答

提问


GUIDE "disconnected" from editor
Hi everybody I have a perfectly functioning GUIDE that i would like to duplicate since i need both it and a slightly differen...

11 years 前 | 1 个回答 | 0

1

个回答

提问


Importdata fails to import large files
Hi everybody. I've have a bunch of large files as the following one: # x 1 2 3 4 ... # y 5 6 7 8 ... # ...

11 years 前 | 1 个回答 | 0

1

个回答

提问


Extract numeric fields from a long log file
Hi. I have a long log file made of many blocks like the following one Time = 19.419 Courant Number mean: 0.112358...

11 years 前 | 1 个回答 | 0

1

个回答

提问


Function inside GUI don't save modifies to "handles"
Hi everybody, I'm trying to do my first GUI, but I'm having some problems. Excuse me if my question is a bit stupid. When I c...

11 years 前 | 2 个回答 | 0

2

个回答

提问


Import data with textscan that is non-periodic
Hi, I need to import some datas from a file that is structured as follow: Time1 (X11 Y11 Z11) (X12 Y12 Z12) ... (X1n ...

11 years 前 | 2 个回答 | 0

2

个回答

提问


Create a 2D/3D mesh to patch a distribution of points [URGENT]
Hi, I've a group of points, each with his X,Y,Z coordinates and a P value. These are distributed on a 3D surface (lets think ...

11 years 前 | 0 个回答 | 0

0

个回答

提问


Ordinary Differential Equation with boundary condition in z(0) and in z(L)
Hi, I'm quite new to MATLAB so excuse me if my question is very simple. I'm trying to solve a ODE like the following one: Ay'...

13 years 前 | 2 个回答 | 0

2

个回答

提问


Crash on launch with OSX version
Hi everybody. I'm having a problem with the 2011 version of MATLAB for mac OS X. I've successfully installed MATLAB, but when...

13 years 前 | 1 个回答 | 0

1

个回答

提问


How do I solve and plot a system of differential equations?
I'm new with MATLAB so, even if i usually try to solve my problems by my own, this time the problem is far over my ability. I ...

13 years 前 | 1 个回答 | 0

1

个回答