Réponse apportée
How to detect data types automatically as in uiimport but without ui?
You have tried xlsread on the csv? xlsread can get raw, txt and numbers on different variables. [NUM,TXT,RAW]=xlsread('mycs...

plus de 8 ans il y a | 0

Réponse apportée
App Designer: Drop down menu values
Get the value of the selected option from drop down menu callback using *Value* property. *Value* will be the index of select...

plus de 8 ans il y a | 3

Réponse apportée
App Designer: Numerical input to a string
app.c2 is a cell array. You cant use string on cell array. You can use app.c2 = [app.number1, app.c1] app.c3 = string...

plus de 8 ans il y a | 0

| A accepté

Réponse apportée
How can I save a counter after push button in GUI ?
You have sto store this data the gui handles. You can do this by inserting data.handles.A = [data.handles.A; data.handles.I...

plus de 8 ans il y a | 0

Réponse apportée
Do the Simulink Verification Validation and Test products work with dSPACE TargetLink models?
V and V can only provide you with Model Coverage (It works for both Simulink and TargetLink models because, when you simulate a ...

plus de 8 ans il y a | 1

| A accepté

Réponse apportée
How can I save my data in an array in GUI?
tc and q1 are not available in base workspace. So your will not work. 1. You can set tc an q1 as globals so that you can acce...

plus de 8 ans il y a | 1

| A accepté

Réponse apportée
Saving notes to the startup function
Any specific reason why you want to do this in the start fcn? IMHO, the best way is to store the data in a separate file (exampl...

plus de 8 ans il y a | 1

| A accepté

A résolu


Pernicious Anniversary Problem
Since Cody is 5 years old, it's pernicious. <http://rosettacode.org/wiki/Pernicious_numbers Pernicious number> is an integer whi...

plus de 8 ans il y a

A résolu


Van Eck's Sequence's nth member
Return the Van Eck's Sequence's nth member. For detailed info : <http://oeis.org/A181391 OEIS link> and <https://www.theguard...

plus de 8 ans il y a

A résolu


Tick. Tock. Tick. Tock. Tick. Tock. Tick. Tock. Tick. Tock.
Submit your answer to this problem a multiple of 5 seconds after the hour. Your answer is irrelevant; the only thing that matte...

plus de 8 ans il y a

A résolu


Energy of a photon
Given the frequency F of a photon in giga hertz. Find energy E of this photon in giga electron volts. Assume h, Planck's ...

plus de 8 ans il y a

A résolu


How to subtract?
* Imagine you need to subtract a few numbers using MATLAB. * You will not be using eval for this task. * Given two ASCII strin...

plus de 8 ans il y a

Réponse apportée
data types in simulink
They are not supported by default. But you can create custom type definitions using Simulink Aliases. <https://in.mathworks.c...

plus de 8 ans il y a | 1

| A accepté

Réponse apportée
How to create a simulink parameter that bind to simulink model?
You can do it via PreLoadFcn of the model (Go to File->Model Properties->Model Properties) Please also note, in the CloseFcn ...

plus de 8 ans il y a | 0

| A accepté

Réponse apportée
How to add more data points in Signal Builder?
Attached sample!

plus de 8 ans il y a | 0

A résolu


Find a Pythagorean triple
Given four different positive numbers, a, b, c and d, provided in increasing order: a < b < c < d, find if any three of them com...

plus de 8 ans il y a

A résolu


Triangle sequence
A sequence of triangles is constructed in the following way: 1) the first triangle is Pythagoras' 3-4-5 triangle 2) the s...

plus de 8 ans il y a

A résolu


Side of a rhombus
If a rhombus has diagonals of length x and x+1, then what is the length of its side, y? <<http://upload.wikimedia.org/wikipe...

plus de 8 ans il y a

A résolu


Is this triangle right-angled?
Given any three positive numbers a, b, c, return true if the triangle with sides a, b and c is right-angled. Otherwise, return f...

plus de 8 ans il y a

A résolu


Dimensions of a rectangle
The longer side of a rectangle is three times the length of the shorter side. If the length of the diagonal is x, find the width...

plus de 8 ans il y a

A résolu


Side of an equilateral triangle
If an equilateral triangle has area A, then what is the length of each of its sides, x? <<http://upload.wikimedia.org/wikipe...

plus de 8 ans il y a

A résolu


Area of an Isoceles Triangle
An isosceles triangle has equal sides of length x and a base of length y. Find the area, A, of the triangle. <<http://upload...

plus de 8 ans il y a

A résolu


Area of an equilateral triangle
Calculate the area of an equilateral triangle of side x. <<http://upload.wikimedia.org/wikipedia/commons/e/e0/Equilateral-tr...

plus de 8 ans il y a

A résolu


Length of a short side
Calculate the length of the short side, a, of a right-angled triangle with hypotenuse of length c, and other short side of lengt...

plus de 8 ans il y a

A résolu


Length of the hypotenuse
Given short sides of lengths a and b, calculate the length c of the hypotenuse of the right-angled triangle. <<http://upload....

plus de 8 ans il y a

A résolu


Cell Counting: How Many Draws?
You are given a cell array containing information about a number of soccer games. Each cell contains one of the following: * ...

plus de 8 ans il y a

A résolu


letter yes yes & letter no no
Split a string into two strings, wherein the first string has all alphabetic letters and the second string has all the remaining...

plus de 8 ans il y a

A résolu


Space Saver
Remove all characters that are below a space in ASCII value.

plus de 8 ans il y a

A résolu


Number of 1s in a binary string
Find the number of 1s in the given binary string. Example. If the input string is '1100101', the output is 4. If the input stri...

plus de 8 ans il y a

Réponse apportée
GUIDE using CreateFcn to set TooltipString?
You can do it in OpenFcn! Is there any specific reason, why you do it in CreateFcn?

plus de 8 ans il y a | 0

| A accepté

Charger plus