photo

Alan


Last seen: 10 giorni fa Attivo dal 2011

Followers: 0   Following: 0

Messaggio

Statistica

All
MATLAB Answers

16 Domande
7 Risposte

Cody

0 Problemi
27 Soluzioni

RANK
1.975
of 300.771

REPUTAZIONE
34

CONTRIBUTI
16 Domande
7 Risposte

ACCETTAZIONE DELLE RISPOSTE
25.0%

VOTI RICEVUTI
22

RANK
 of 21.084

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK
20.215
of 170.969

CONTRIBUTI
0 Problemi
27 Soluzioni

PUNTEGGIO
270

NUMERO DI BADGE
1

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

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

Visualizza badge

Feeds

Visto da

Domanda


MATLAB 2025a new fonts. How do I use them.
While poking around in the Preferences:Appearance:Fonts, I found some fonts I hadn't seen in MATLAB before. For example the font...

3 mesi fa | 2 risposte | 0

2

risposte

Domanda


Build a State Space model from identified Modal Parameters
I have run the modalfit example, "ModalParametersUsingLeastSquaresRationalFunctionMethodExample.mlx" I get the modal frequencies...

circa 3 anni fa | 1 risposta | 0

1

risposta

Domanda


Shift of focus when script creates window.
I have noticed a difference in behavior between R2018b and R2021b. When running a script with cells which creates a figure (und...

circa 4 anni fa | 1 risposta | 1

1

risposta

Risposto
How do I insert the output of a command as formatted text in a live script.
I think I worked out how to do it, but don't understand what's going on behind the sceens. If I make a normal script file with...

quasi 5 anni fa | 0

| accettato

Domanda


How do I insert the output of a command as formatted text in a live script.
Say I have a code line in a live script that generates output. disp(magic(4)) I'd like to be able to copy the ouput 16 ...

quasi 5 anni fa | 3 risposte | 0

3

risposte

Domanda


How do I clear the output from a list of .mlx files to reduce their size?
Live Editor files with their output figures etc. are much larger than those without. If I have a list of .mlx files, and want t...

oltre 5 anni fa | 1 risposta | 0

1

risposta

Risposto
Creating a diagonal matrix with specific diagonal vectors
Assuming the output matrix is square and N by N, this is what I would do. Assume N=4, and I'd like to set the -1 diag to [1,2,3...

oltre 5 anni fa | 0

Domanda


How do I convert a complex ss model to a real ss model
If I have a state space model something like A = [-0.005+sqrt(2)*1i 0 ; 0 -0.005-sqrt(2)*1i]; B = [ -1+1i -1-1i]; ...

oltre 5 anni fa | 0 risposte | 0

0

risposte

Risposto
Is there a function for argmax?
function y = argmax(x) [~,y] = max(x); end

quasi 6 anni fa | 0

Domanda


Centos 7 Install: Help not working right
I have just installed MATLAB 2019a over Centos for the first time. Help is not working as I expect. When I type help, I get hel...

oltre 6 anni fa | 1 risposta | 0

1

risposta

Domanda


arrayfun isreal fails - how to fix?
x = randn(8,1); z = fft(x); assert(isreal(z(1)),'First'); y = arrayfun(@isreal,z); assert(y(1),'Second'); In this snippet, ...

oltre 6 anni fa | 2 risposte | 3

2

risposte

Risposto
how to constrain tfest to give minimum phase zeros
init_sys = idtf([NaN NaN NaN],[1 NaN NaN NaN]); init_sys.Structure.num.Minimum = 0; init_sys.Structure.den.Minimum = 0; ...

quasi 10 anni fa | 0

Domanda


how to constrain tfest to give minimum phase zeros
I am trying to apply the MATLAB ident toolbox function "tfest" to some data. It is returning a non-minimum phase zero, yet I get...

quasi 10 anni fa | 1 risposta | 0

1

risposta

Domanda


How to get good sys ids using n4sid
I have a test problem to try out the n4sid function in the System Identification Toolbox. I have simulated a simple SISO sec...

circa 10 anni fa | 0 risposte | 0

0

risposte

Domanda


Use a network license if it is available
I have worked out how to combine my Individual Standalone Named User license with a Network Concurrent User license from a serve...

oltre 10 anni fa | 0 risposte | 0

0

risposte

Domanda


Combining standalone license with network license. Using offline.
I would like to use my standalone copy of MATLAB with some Toolboxes for which we have a network license. I installed MATLAB usi...

circa 13 anni fa | 1 risposta | 0

1

risposta

Domanda


Fonts that work correctly
I have been playing around, in MATLAB 2012b, with setting the fonts in a Figure. I have done this both under OS X and Windows 7,...

circa 13 anni fa | 2 risposte | 0

2

risposte

Risolto


Target sorting
Sort the given list of numbers |a| according to how far away each element is from the target value |t|. The result should return...

oltre 13 anni fa

Risolto


Return the largest number that is adjacent to a zero
This example comes from Steve Eddins' blog: <http://blogs.mathworks.com/steve/2009/05/27/learning-lessons-from-a-one-liner/ Lear...

oltre 13 anni fa

Risolto


The Goldbach Conjecture
The <http://en.wikipedia.org/wiki/Goldbach's_conjecture Goldbach conjecture> asserts that every even integer greater than 2 can ...

oltre 13 anni fa

Risolto


Who Has the Most Change?
You have a matrix for which each row is a person and the columns represent the number of quarters, nickels, dimes, and pennies t...

oltre 13 anni fa

Risolto


Remove the vowels
Remove all the vowels in the given phrase. Example: Input s1 = 'Jack and Jill went up the hill' Output s2 is 'Jck nd Jll wn...

oltre 13 anni fa

Risolto


Summing digits
Given n, find the sum of the digits that make up 2^n. Example: Input n = 7 Output b = 11 since 2^7 = 128, and 1 + ...

oltre 13 anni fa

Risolto


Sort a list of complex numbers based on far they are from the origin.
Given a list of complex numbers z, return a list zSorted such that the numbers that are farthest from the origin (0+0i) appear f...

oltre 13 anni fa

Risolto


Back and Forth Rows
Given a number n, create an n-by-n matrix in which the integers from 1 to n^2 wind back and forth along the rows as shown in the...

oltre 13 anni fa

Risolto


Return the 3n+1 sequence for n
A Collatz sequence is the sequence where, for a given number n, the next number in the sequence is either n/2 if the number is e...

oltre 13 anni fa

Risolto


Create times-tables
At one time or another, we all had to memorize boring times tables. 5 times 5 is 25. 5 times 6 is 30. 12 times 12 is way more th...

oltre 13 anni fa

Risolto


Most nonzero elements in row
Given the matrix a, return the index r of the row with the most nonzero elements. Assume there will always be exactly one row th...

oltre 13 anni fa

Risolto


Find the numeric mean of the prime numbers in a matrix.
There will always be at least one prime in the matrix. Example: Input in = [ 8 3 5 9 ] Output out is 4...

oltre 13 anni fa

Risolto


Remove any row in which a NaN appears
Given the matrix A, return B in which all the rows that have one or more <http://www.mathworks.com/help/techdoc/ref/nan.html NaN...

oltre 13 anni fa

Carica altro