Feeds
질문
How to fit symetrical shifted functions from bvp4c with anonymous functions ?
Hi First, if you understood my question, congratulations as I'm not sure I understand it myself... Here is the problem. I'v...
대략 8년 전 | 답변 수: 0 | 0
0
답변질문
Spatial source for diffusion equation
Hi all, I would like to solve a diffusion equation -d^2n/dx^2 = S(x) in 1D between -L < x < +L, with a spatial source term, for...
8년 초과 전 | 답변 수: 1 | 0
1
답변질문
How to listen to a serial port status
Dear all, In a GUI associated to a class I've created, I've got a serial communication object. I would like to add a listener...
거의 9년 전 | 답변 수: 0 | 0
0
답변질문
Best practice with class/GUI
Hi all, I've got a GUI based on a class I've developped. I've got a property which can be modified either directly (if the GUI ...
거의 9년 전 | 답변 수: 1 | 0
1
답변질문
Include gui panel into another gui panel...
Dear all, I've got different GUIs, each opening in their own figure. I would like to have a kind of "master GUI" that would o...
거의 9년 전 | 답변 수: 1 | 0
1
답변질문
Problem when creating a new class
Hi all, I've created a class "experiment" with the constructor "experiment(obj,folderList)" and the property "folder". I would ...
대략 9년 전 | 답변 수: 0 | 0
0
답변질문
No SDK found with mex file
Hi all, I've tried to look at the different pages concerning the installation of windows SDK, but I can't fix my problem. ...
대략 9년 전 | 답변 수: 0 | 0
0
답변답변 있음
How to read from serial port with matlab (timeout problem) ?
Thanks for your reply. I've updated the driver but doesn't change anything. I've seen that I may have to write all the 9 b...
How to read from serial port with matlab (timeout problem) ?
Thanks for your reply. I've updated the driver but doesn't change anything. I've seen that I may have to write all the 9 b...
9년 초과 전 | 0
질문
How to read from serial port with matlab (timeout problem) ?
Dear all, I want write/read to/from a serial port with matlab, to communicate with a trinamic step motor. I checked that I pr...
9년 초과 전 | 답변 수: 2 | 0
2
답변질문
How to make sure matlab uses all the cores on a remote cluster ?
Hi I'm trying to run a code on a remote cluster and I would like to check that matlab uses all the cores I've requested (up t...
거의 10년 전 | 답변 수: 2 | 0
2
답변질문
Help for optimizing a code
Hi I'm trying to optimize a code with nested for loops (originally written in another language ), and I try to get it in the ...
대략 10년 전 | 답변 수: 0 | 0
0
답변질문
Subset of a matrix
Hi, This question is a bit tricky to explain with words, so I'll write the matlab code I would like... Starting with : x ...
대략 10년 전 | 답변 수: 1 | 0
1
답변질문
What is the fastest, circshift or indices ?
Hi I'm trying to improve the efficiency of my algorithm. I need to compute something like : Y(2:end-1,:) = X(2:end-1,:) + ...
대략 10년 전 | 답변 수: 1 | 0
1
답변질문
How to use parallel computing
Hello, I'm very new in parallel computing and I can't find what I want in the matlab help (even if it's probably in there...)...
대략 10년 전 | 답변 수: 1 | 0