Community Profile

photo

chef13


2011 年からアクティブ

Followers: 0   Following: 0

連絡

統計

  • Thankful Level 2
  • First Review
  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

バッジを表示

Feeds

表示方法

質問


Simulink stuck with Robotics Toolbox model initialization
<https://fr.mathworks.com/matlabcentral/answers/335245-long-initializing-time-when-using-the-robotics-system-toolbox I have seen...

約6年 前 | 0 件の回答 | 0

0

回答

質問


java exception robotics toolbox
Hi, I am trying to do the example - Task 3 - Work with Messages Using MATLAB Function Block - <https://fr.mathworks.com/help...

約6年 前 | 1 件の回答 | 0

1

回答

回答済み
java exception robotics toolbox
I found the answer to my question. It was rather easy. It was the Java version on my ubuntu 14.04 and the one _expected_ by matl...

約6年 前 | 0

| 採用済み

質問


Generate trajectories with same tangent in a specific point
Hi, I want to simulate the movements of 3 robots/agents in space and I would like to generate 3 different trajectories which...

約7年 前 | 1 件の回答 | 0

1

回答

質問


Tune Simulink parameter at simulation time
Hi to everyone, I have a problem. I have an embedded function in my simulink model which has a structure (struct) as paramete...

8年弱 前 | 0 件の回答 | 0

0

回答

回答済み
Mark tunable ALL parameters of an S-Function
Mathworks is not listening. I did a solution by myself. If you are interested you can find it here : <https://www.yout...

8年以上 前 | 1

回答済み
how to compare two videos in matlab ? i have extracted frames from video but what should be next in comparing process ??
Hi, I would give a look at this link : http://www.mathworks.com/help/imaq/examples/video-display-with-live-histogram.html ...

9年弱 前 | 0

回答済み
How to generate a DLL file from Matlab for C++ (i'm using 2013a)
Hi, For that you could use the MATLAB Coder. To to what you want you should set the target to *C/C++ Dynamic Library* in t...

9年弱 前 | 0

質問


Shortcut to 'Generate S-Function' in Simulink
Hi to everyone, I am using more and more the _Generate S-Function_ tool in SIMULINK to compile my blocks and make my simulation ...

9年弱 前 | 0 件の回答 | 0

0

回答

回答済み
I need an activation key to access Matlab online
MATLAB is not a free-of-charge software. You need to pay for it. If you are a student you could look here to buy a license which...

9年弱 前 | 0

| 採用済み

回答済み
how to write functions in an m-file?
You should write something like that: function [ cost ] = objective( time ) %UNTITLED Summary of this function goes here...

9年弱 前 | 0

質問


Does Matlab resize vectors automatically
Hi to everyone. I was wondering if MATLAB is able to automatically resize the arrays. To me it sounds that it does because this:...

9年弱 前 | 2 件の回答 | 0

2

回答

質問


Mark tunable ALL parameters of an S-Function
Dear all, I have a block with certain parameters and I want to have all of them as tunable when I generate my S-Function cor...

約9年 前 | 2 件の回答 | 0

2

回答

質問


Create an S-Function with 3D inputs
Hi to everyone. I am using Simulink and my model is too slow for my purposes. I am using already the Accelerator mode and I woul...

約9年 前 | 1 件の回答 | 0

1

回答

回答済み
change the location of the slprj folder
I found the way to do it. It was easier than I thought. Just run matlab (I am working under Linux, ubuntu 14.04) from the fo...

9年以上 前 | 0

| 採用済み

質問


change the location of the slprj folder
Hi to everyone, I don't want to run matlab as an administrator and I would like to change the location of the slprj folder. ...

9年以上 前 | 1 件の回答 | 0

1

回答

回答済み
error: Code generation failed Failed to create file
I have the same problem and I knew it was because I didn't have privileges. The problem is that when I run matlab as an administ...

9年以上 前 | 0

質問


Source Control in a SIMULINK Project
Hi to everyone, I am sorry if this is a stupid question but I want to be sure about it. Until now I was working without S...

9年以上 前 | 0 件の回答 | 0

0

回答

質問


Prediction of Ocean Waves
Hi to everyone, I have to implement a Predictor to predict ocean (or river) waves. Can you give me some ideas from where...

10年以上 前 | 1 件の回答 | 0

1

回答

質問


Executable or Matlab App from Simulink+GUI
Hi to everyone, I have my simulink model and I have my GUI which starts,simulates and displays the results of the simulation....

10年以上 前 | 2 件の回答 | 0

2

回答

質問


Suptitle of an updating plot
Hi to all, I have a figure in which I have 2 plots (subplot 211 and subplot 212). I need to impose a suptitle on the plot ...

10年以上 前 | 0 件の回答 | 0

0

回答

回答済み
Update plot on Axes in a Matlab GUI
With drawnow it´s not working in real time! I wrote in the run_button callback: function run_button_Callback(hObject, ev...

10年以上 前 | 0

質問


Update plot on Axes in a Matlab GUI
Hi, I´m simulating a SIMULINK model and in this model I store some variables in the Worskspace. I have a GUI and if AFTER the...

10年以上 前 | 2 件の回答 | 0

2

回答

回答済み
How can I create a plot where the graph shifts as the data extends?
I solved plotting and then write: xlim([i-50,i+50]) Let me know if this helps, Fabrizio.

10年以上 前 | 0

質問


Plot a Cycle in Matlab
Hi MatlabERS :), I need to plot a cycle, but I don´t know if this is possible in Matlab. I need something like what is d...

10年以上 前 | 1 件の回答 | 0

1

回答

質問


Arduino and Serial port in MATLAB
Hi, I have an Arduino DUE connected to my Virtual machine on which there is installed UBUNTU. If I try to create a seria...

10年以上 前 | 1 件の回答 | 0

1

回答

回答済み
Matlab Coder not working
I solved thanks to this post: http://www.mathworks.it/support/solutions/en/data/1-QBCS1/?solution=1-QBCS1 Thanks for your re...

10年以上 前 | 0

| 採用済み

質問


Matlab Coder not working
Hi to everyone, I have this function: function output = simplecontroller(input) %UNTITLED2 Summary of this function ...

10年以上 前 | 3 件の回答 | 0

3

回答

質問


Simulink Red Wires. Why?
Hi. I´m using SIMULINK on Matlab r2013a. I would like to understand why some wires of my model are red. Can you help me? ...

11年弱 前 | 1 件の回答 | 0

1

回答

質問


Code generation failed Incorrect number of right hand side elements in dot name assignment
I´m trying to execute this function in MATLAB 2013a in a Matlab Function Block within a SIMULINK model. function L=fcn(...

11年弱 前 | 0 件の回答 | 0

0

回答

さらに読み込む