Community Profile

photo

Christophe


Neorium Technology Co Ltd

Last seen: 5 maanden ago Active since 2011

Followers: 0   Following: 0

Message

Statistics

All
  • CUP Challenge Master
  • First Review
  • Introduction to MATLAB Master
  • Thankful Level 1
  • First Answer
  • Promoter
  • Solver

View badges

Feeds

View by

Answered
convert images to video
First you need to read your image. Use the imread function to do so. Then, you can use the VideoWriter object to write videofil...

ongeveer 4 jaar ago | 0

Answered
Change bode frequency units with idfrd data
Thank you for your answer, I think it was a version problem, I was using 2007b.

ongeveer 11 jaar ago | 0

Question


Change bode frequency units with idfrd data
Hello, I have a problem to change the frequency units of my bode plot. I am using the function iddata in order to convert th...

ongeveer 11 jaar ago | 2 answers | 0

2

answers

Answered
How to add Simulink icon to our own GUI.
Hello, Create a pushbutton associated with a Callback function. In the Callback, use the "simulink" command, it will call ...

meer dan 12 jaar ago | 0

Answered
Detect Simulation end with MATLAB
I found my answer : get_param('sys','SimulationStatus') It gives 'running' or 'stopped'.

meer dan 12 jaar ago | 5

| accepted

Question


Detect Simulation end with MATLAB
Hello, I would like to know if it is possible to know when a Simulink model is done running. I am using a M-file to load a...

meer dan 12 jaar ago | 1 answer | 0

1

answer

Answered
set_param and callback argument
Thank you for your reply. I am able to use set_param if the startfcn does not have any argument. I would like to know how to do...

meer dan 12 jaar ago | 0

Question


set_param and callback argument
Hello, I have a syntax question. I would like to use the set_param function to define a callback Startfcn of a simulink bloc...

meer dan 12 jaar ago | 2 answers | 0

2

answers

Question


Select wanted range xlsread
Hello, Using xlsread(filename,-1), I am able to select and get the data of an excel file. Is there a way to get the sheet ...

meer dan 12 jaar ago | 1 answer | 0

1

answer

Question


Get selected range in Excel file using MATLAB
Hello, I have seen a MATLAB GUI program that is able to open the Excel file and get the range of the cells that the user have...

meer dan 12 jaar ago | 1 answer | 0

1

answer

Answered
GUI scroll inside a panel
Thank you for your answer. I am using the 2007b version but I tried on 2010a and it was the same bug. My OS is Vista SP2, I will...

ongeveer 13 jaar ago | 0

Question


GUI scroll inside a panel
Hello, I am trying to create a scroll bar in order to scroll elements which are inside a panel. I have one main panel with a s...

ongeveer 13 jaar ago | 3 answers | 0

3

answers