photo

Andreas


Last seen: 10 mois il y a Actif depuis 2013

Followers: 0   Following: 0

Message

born in last century

Statistiques

All
MATLAB Answers

3 Questions
3 Réponses

Cody

0 Problèmes
15 Solutions

RANG
3 505
of 300 799

RÉPUTATION
16

CONTRIBUTIONS
3 Questions
3 Réponses

ACCEPTATION DE VOS RÉPONSES
66.67%

VOTES REÇUS
9

RANG
 of 21 092

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG
30 186
of 171 134

CONTRIBUTIONS
0 Problèmes
15 Solutions

SCORE
168

NOMBRE DE BADGES
1

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 1
  • First Answer
  • Scavenger Finisher
  • Solver

Afficher les badges

Feeds

Afficher par

A résolu


Return the Fibonacci Sequence
Write a code which returns the Fibonacci Sequence such that the largest value in the sequence is less than the input integer N. ...

plus de 5 ans il y a

A résolu


Fibonacci sequence
Calculate the nth Fibonacci number. Given n, return f where f = fib(n) and f(1) = 1, f(2) = 1, f(3) = 2, ... Examples: Inpu...

plus de 5 ans il y a

A résolu


Divide by 4
Given the variable x as your input, divide it by four and put the result in y.

plus de 5 ans il y a

A résolu


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

plus de 5 ans il y a

A résolu


intersection of matrices
Given two matrices filled with ones and zeros, determine if they share a common row, column entry. These matrices are of identi...

plus de 5 ans il y a

A résolu


We love vectorized solutions. Problem 1 : remove the row average.
Given a 2-d matrix, remove the row average from each row. Your solution MUST be vectorized. The solution will be tested for ac...

plus de 5 ans il y a

A résolu


Longest run of consecutive numbers
Given a vector a, find the number(s) that is/are repeated consecutively most often. For example, if you have a = [1 2 2 2 1 ...

plus de 5 ans il y a

A résolu


Piecewise linear interpolation
Given an Mx2 vector and a row of M-1 integers, output a two column vector that linearly interpolates Y times between each succes...

plus de 5 ans il y a

Question


Simulink Project ignore files and folders
I'm using Simulink Project in R2017b to organize my project. Within the project folder, I have some files which should not be p...

environ 6 ans il y a | 1 réponse | 2

1

réponse

Réponse apportée
Why am I getting different matrices in workspace and command window?
I can't see any difference. Have you already seen the common factor of 1.0 e3 at the top of your command window output?

plus de 6 ans il y a | 2

A résolu


Sums of Distinct Powers
You will be given three numbers: base, nstart, and nend. Write a MATLAB script that will compute the sum of a sequence of both ...

environ 8 ans il y a

A résolu


The 5th Root
Write a function to find the 5th root of a number. It sounds easy, but the typical functions are not allowed (see the test su...

environ 8 ans il y a

A résolu


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

plus de 8 ans il y a

A résolu


Produce a cosine wave
Produce the following signal: <<http://blogs.mathworks.com/images/seth/cody/cosine-eqn.png>>

plus de 8 ans il y a

Réponse apportée
Use of any-function in simulink
Easy answer: The OR-Block is exactly what I need. I wrote too many .m-Scripts.

environ 9 ans il y a | 2

| A accepté

Question


Use of any-function in simulink
I want to find out wheter an input signal's value is included in an array or not. In Matlab, I would use such code: a = ...

environ 9 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
How can I select a system/model without opening it?
This topic is very old, but I'm really interestedin this feature. Is there any new functionality within simulink api?

plus de 9 ans il y a | 3

A résolu


Make a full wave rectifier
Produce a full wave rectifier waveform for the given sine wave source. For a sine wave input, the output of the full wave rec...

plus de 9 ans il y a

A résolu


Connect blocks in a model
Connect the blocks in the model to produce the following signal: <<http://blogs.mathworks.com/images/seth/cody/connect-blocks...

plus de 9 ans il y a

A résolu


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

plus de 9 ans il y a

Question


Access to Excel-Worksheet-Cells Property
I want to access some excel data with a loop over some rows and columns. With vba, I am used to do this with the cell-property ...

plus de 12 ans il y a | 2 réponses | 0

2

réponses