
Paul
Followers: 0 Following: 0
Professional Interests: Control Engineering
統計
All
Feeds
質問
Code Coverage class not reaching full statement
Hi. I am working with the code coverage plugin class for unit testing. It seems that the tool doesn't always work, especcially...
2年以上 前 | 0 件の回答 | 0
0
回答質問
Creating interactive Libraries for App Designer
Hi, I would like to create a custom toolbox at work that allows users to interactively program sequences in a GUI with a set of...
2年以上 前 | 0 件の回答 | 0
0
回答質問
Working with Apps and classes
Hi, I have recently discovered the Matlab APP and love it. However I'm not very good at Object Orientated Programming (OOP) y...
約8年 前 | 0 件の回答 | 0
0
回答質問
Matlab Startup and insilsation
Hi I’m trying to find a way of starting up a script when Matlab opens but after initialisation. I’m trying to run a script that...
約8年 前 | 1 件の回答 | 0
1
回答質問
Editing Arrays of Matlab Structures
I'm trying to understand how to delete a vector of a structure. For example if i create the following structure with this cod...
10年以上 前 | 1 件の回答 | 1
1
回答質問
Querying if a model contains a block with a value
Hi I'm adapting some code for error checking of blocks in my model. I would like to know if a block exists inside my model wi...
11年弱 前 | 1 件の回答 | 0
1
回答質問
UDP Streaming Post Processing
Hi I have been following this tutorial and I wonder if anyone could explain the theory around the post processing as I don't see...
約11年 前 | 1 件の回答 | 0
1
回答質問
Parameter tuning in Xpc target
Hi, I've recently been working on Prototyping on Target machines I'm looking for advice or at least a point towards a best...
約11年 前 | 0 件の回答 | 0
0
回答回答済み
Is it posssible to convert matlab code into simulink block?
Simply yes <http://www.mathworks.co.uk/help/simulink/ug/tutorial-creating-a-custom-block.html> I'm guessing you just want ...
Is it posssible to convert matlab code into simulink block?
Simply yes <http://www.mathworks.co.uk/help/simulink/ug/tutorial-creating-a-custom-block.html> I'm guessing you just want ...
約11年 前 | 0
質問
C code to S function multi input multi output block using legacy code
Hi I'm trying to create a multi input to multi output, S function in simulink using the legacy code tool. I am attempting to ...
約11年 前 | 2 件の回答 | 0
2
回答質問
C code---> sfunction --> Xpc Target with legacy_code
Hi I'm trying to use the legacy code tool to create a s function from C code, that then can be loaded onto a target machi...
約11年 前 | 1 件の回答 | 0
1
回答回答済み
C code to S function tutorials
Thanks guys I used the example to create an s function but then attempted to use the model wizard to compile the simulink mo...
C code to S function tutorials
Thanks guys I used the example to create an s function but then attempted to use the model wizard to compile the simulink mo...
約11年 前 | 0
質問
C code to S function tutorials
Hi does anyone have any good tutorial examples that i can use to get to grips with using the legacy code toolbox ? I have som...
約11年 前 | 3 件の回答 | 0
3
回答質問
Find the voltage from a PWM signal
I want to use Simulink to calculate the Average voltage from a PWM Signal. Although I'm not entirely sure how should do it so i...
約11年 前 | 2 件の回答 | 0
2
回答回答済み
What is wrong with this matlab program?
The Line sum((Cshort)'.*con_mat,2) is what is causing your error. Matlab uses matrix multiplication these matrices ar...
What is wrong with this matlab program?
The Line sum((Cshort)'.*con_mat,2) is what is causing your error. Matlab uses matrix multiplication these matrices ar...
11年以上 前 | 0
| 採用済み
回答済み
Please help me with this program as I am not getting the output?
You have completely undefined your variables, lots are missing such as "Vd","u" and "I" I have updated your code to give fina...
Please help me with this program as I am not getting the output?
You have completely undefined your variables, lots are missing such as "Vd","u" and "I" I have updated your code to give fina...
11年以上 前 | 0
回答済み
how can i use multiple expression values in If-then
function[r]=direction(bearing) if bearing == 0 | | bearing==360 r= 0; fprintf('North\n') elseif bearing== 9...
how can i use multiple expression values in If-then
function[r]=direction(bearing) if bearing == 0 | | bearing==360 r= 0; fprintf('North\n') elseif bearing== 9...
11年以上 前 | 0
回答済み
Writing an array to a file
I would suggest saving each array inside an overall structure and then saving it. for example x=[1,2,3,4,5,6,7,8,9]; ...
Writing an array to a file
I would suggest saving each array inside an overall structure and then saving it. for example x=[1,2,3,4,5,6,7,8,9]; ...
11年以上 前 | 0
回答済み
Simulink Block execution information problem
I'm sorry I'm confused by your question could you explain what you want to do ?
Simulink Block execution information problem
I'm sorry I'm confused by your question could you explain what you want to do ?
11年以上 前 | 0
回答済み
How can I send multiple CAN messages on xPC Target (without using CAN FIFO)?
I dont fully Understand what you are saying. Could you provide a picture ?
How can I send multiple CAN messages on xPC Target (without using CAN FIFO)?
I dont fully Understand what you are saying. Could you provide a picture ?
11年以上 前 | 0
回答済み
Triggering an Event Signal
I believe I have solved my problem of data sending my putting the scope inside the block means that no hold signal is created.
Triggering an Event Signal
I believe I have solved my problem of data sending my putting the scope inside the block means that no hold signal is created.
11年以上 前 | 0
| 採用済み
質問
Triggering an Event Signal
I am trying to simulate CAN communication on a bus to a realtime system and I have two main aims for my model. 1. To be able ...
11年以上 前 | 1 件の回答 | 0
1
回答質問
Advice on custom blocks
Hi, I am planning on building a custom block for fault insertion problem in simulink and I'm having trouble deciding what kin...
11年以上 前 | 0 件の回答 | 0
0
回答質問
Problem with plotting using a GUI and Simulink
I am trying to Plot realtime position data On to a GUI axes. My first attempt was using a listner function but i could only plo...
13年弱 前 | 1 件の回答 | 0
1
回答回答済み
refresh gui axes if wanted
A long way to do it would be writing an if statement for each button that could be pressed. This is a bit of a hassle though. An...
refresh gui axes if wanted
A long way to do it would be writing an if statement for each button that could be pressed. This is a bit of a hassle though. An...
13年弱 前 | 0
質問
Explanation of Accelerator mode and listener functions
I am writing a report on work that I have been doing using Simulink and matlab working together at the same time.Recently I rea...
13年弱 前 | 1 件の回答 | 1
1
回答質問
Error when Trying to use Listner Blocks
I am trying to Add a listener to a Scope block in simulink from a GUI. I seem to be adding the listener at the wrong time I thin...
13年弱 前 | 2 件の回答 | 0
2
回答質問
Moving Simulink Data Into the workspace
I am Running a Simulink Model From my GUI and i would like data from to the workspace bloacks to end up in the Matlab Workspace ...
13年弱 前 | 2 件の回答 | 1
2
回答回答済み
Using a slider Value to set a gain in simulink
HAve solved it myself . For simunlink gain it requires a string value instead of a nuber value so adding the num2str comand will...
Using a slider Value to set a gain in simulink
HAve solved it myself . For simunlink gain it requires a string value instead of a nuber value so adding the num2str comand will...
13年弱 前 | 2
| 採用済み
質問
Using a slider Value to set a gain in simulink
I'm using A slider from a GUI to set a parameter on a simulink model that it is controlling and I cant seem to input the data co...
13年弱 前 | 1 件の回答 | 0