Community Profile

photo

Delprat Sebastien


Univ de Valenciennes

Last seen: 3 jours il y a Actif depuis 2001

Followers: 0   Following: 0

Contact

Statistiques

All
  • Personal Best Downloads Level 1
  • 3 Month Streak
  • Knowledgeable Level 2
  • 5-Star Galaxy Level 1
  • First Submission
  • Revival Level 2
  • First Answer
  • Solver

Afficher les badges

Feeds

Afficher par

A répondu
How to redirect stdout to a text box in a UI?
Here is a Piece of Code that works using Events clearvars close all clc % Create a process pProcess = System.Diagnostics...

3 mois il y a | 0

Question


Feature request: multi-dimensional feature input layer for dlNetwork
This is a feature request for deep network : Why can't we input multidimensional input features in an inputFeatureLayer ? They ...

9 mois il y a | 1 réponse | 0

1

réponse

Question


rlVectorQValueFunction with a custom Network for a DPQ agent
Question in short: how to design a DQN agent that uses a rlVectorQValueFunction critic based on a custom dlnetwork for an enviro...

9 mois il y a | 1 réponse | 0

1

réponse

Question


Simulink arduino : compile unmodified code at every run
I'm using an arduino MEGA 2650 + simulink model in external mode with the "Simulink Arduino package". It works fine. However,...

plus d'un an il y a | 1 réponse | 0

1

réponse

A soumis


Excel manipulation through Active X
This code provides an object to demonstrate how to automate Excel from Matlab.

plus d'un an il y a | 1 téléchargement |

A soumis


Microsoft Access though COM
This code demonstrate how to create a database, open a dbf file, perform query in Microsoft Access from Matlab.

plus d'un an il y a | 2 téléchargements |

A répondu
How can I read a *.dbf file using the database toolbox?
Anna, could your share your code snippet to open a dbf file. Even if its slow, I would be very interested.

plus d'un an il y a | 0

A répondu
How can I tune my PID controller using Ziegler Nichols?
Please stop using ziegler nichols. This method has been created a whole ago when computers were not available. It is only intend...

plus de 3 ans il y a | 0

A répondu
Algebraic loop in LQR state feedback control system?
The algebraic loop does not depends on continous ou discrete nature of the process, but on the direct transfert of the input to ...

plus de 3 ans il y a | 0

| A accepté

A répondu
Finding out lag in signals
One approach is to find the max of the signals correlation. Alternatively, there is a finddelay function (cf doc) Here is some ...

plus de 3 ans il y a | 0

A répondu
"Or" statement and "not equal to" signal
% find rows that does not contains 4 in col 1 & 2 rowOk=(M(:,1)~=4) & (M(:,2)~=4) % Use logical indexing to keep these row m=...

environ 4 ans il y a | 0

| A accepté

A répondu
Create a .avi through VideoWriter
Well everything is in the doc and that's very easy. It is writeVideo. Z = peaks; surf(Z); axis tight manual set(gca,'next...

environ 4 ans il y a | 1

| A accepté

A répondu
Are there any options to resize/replicate the matrices/vectors between layers of a deep network?
I did a custom reshape layer for that purpose. Read the custom layer doc, it is very simple.there is however a very big limitati...

environ 4 ans il y a | 0

A répondu
Is it possible to use Alexnet to classify multiple objects in a single image?
You need to use another kind of network. Basically a so called Fast-R network will reuse an existing network (Alexnet for instan...

plus de 4 ans il y a | 0

| A accepté

A répondu
How to add more datasets into pre-trained network in the deep learning process
I'm not sure this is possible, what ever the Deep-learning framework you are using: the network has been trained to classify ima...

plus de 4 ans il y a | 0

| A accepté

A répondu
I have multiple jpeg or tiff images with timestamps as their names from a high frame rate camera. I want to extract their time stamps in an the list format without the .tiff or .jpeg extension. Kindly help
You may use fileparts to retrieve the name and extention: [filepath,name,ext] = fileparts(filename) https://fr.mathworks.com/h...

plus de 4 ans il y a | 0

A répondu
Two Issues about MATLAB's Official Example of GAN
A few other tips for improving performances. 1) One-sidded label smoothin In order to improve the stability, it is also advise...

plus de 4 ans il y a | 0

A répondu
Two Issues about MATLAB's Official Example of GAN
I also think that the iteration number should only be increased if the iteration takes places (obvious). This may be usefull for...

plus de 4 ans il y a | 0

A répondu
I have to digitize this image(Contour Map) for Grid of 0.1x0.1 .
You may download the open source Hybrid Vehicle Simulation software called Advisor (initialy developped by NREL). Available on s...

environ 5 ans il y a | 0

A répondu
how to generate deep dream data from own Images ?
Unfortunately, due to Mathworks copyright, I cannot disclose the source code of their functions. If you follow the steps detai...

environ 6 ans il y a | 0

A répondu
how to generate deep dream data from own Images ?
In the deepDreamImageLaplacianNorm2.m you must not comment the gradient ascend *%* X = X + gradient * stepSize; ...

environ 6 ans il y a | 0

A soumis


Deep dreaming animation for Matlab
Generate colorfull deepdream image by adding clipping to the original Matlab deepdream function

environ 6 ans il y a | 1 téléchargement |

Thumbnail

A répondu
how to generate deep dream data from own Images ?
Please look at the following code https://fr.mathworks.com/matlabcentral/fileexchange/66710-deep-dreaming-animation-for-matlab...

environ 6 ans il y a | 0

A répondu
How to display Deep dream image from jpg ?
Please look at the following code https://fr.mathworks.com/matlabcentral/fileexchange/66710-deep-dreaming-animation-for-matlab...

environ 6 ans il y a | 0

A répondu
How to Increase Deep Dream image generation speed ?
Basically, install the GPU coder. By default, most of the neural network function will use your GPU instead of CPU. Expect to re...

environ 6 ans il y a | 0

A répondu
how to generate deep dream data from own Images ?
clear all; close all; clc; % =============================== % You will need to download the net u...

plus de 6 ans il y a | 1

A résolu


Add two numbers
Given a and b, return the sum a+b in c.

environ 7 ans il y a

A résolu


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

environ 7 ans il y a

A résolu


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

environ 7 ans il y a

A résolu


Is my wife right?
Regardless of input, output the string 'yes'.

environ 7 ans il y a

Charger plus