photo

thoughtGarden


BYU, Raytheon, General Atomics, Fluidra

Last seen: meer dan een jaar ago Active since 2016

Followers: 0   Following: 0

Message

All human wisdom is contained in these two words - Wait and Hope

Programming Languages:
Python, C++, C, MATLAB, Arduino
Spoken Languages:
English

Statistics

All
MATLAB Answers

2 Questions
17 Answers

Cody

0 Problems
5 Solutions

RANK
1.752
of 300.381

REPUTATION
39

CONTRIBUTIONS
2 Questions
17 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
10

RANK
 of 20.941

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
58.025
of 168.477

CONTRIBUTIONS
0 Problems
5 Solutions

SCORE
60

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Knowledgeable Level 2
  • Solver
  • First Answer

View badges

Feeds

View by

Answered
Logarithmic value scaling in image-function
Are trying to scale the colors so that changes are exaggerated? Here is an example of what you could do: C = [1 2 3; 4 5 6; 7 8...

ongeveer 6 jaar ago | 0

Answered
matrix contain index track
The only way I'm aware of you have arrays within another indexed structure is to use cells. I'm not sure exactly what you are tr...

ongeveer 6 jaar ago | 0

| accepted

Answered
Logaritmic scale in contour map via Matlab.
You can set the scale to log like so: set(gca,'xscale','log','yscale','log');

ongeveer 6 jaar ago | 0

Answered
How to pause code till specific key is pressed?
Seems like you could do this more easily like this: [x,y] = ginput(2); This allows you to get the data for two locations bef...

ongeveer 6 jaar ago | 0

Answered
What should I use instead of cd?
Your use of fullfile should be this: fullfile(basedir, Subjectids{n}, data_dirs{n},'TOM') Also, why are you trying to avoid us...

ongeveer 6 jaar ago | 1

Answered
Simulink mask port names
Select Opaque with ports on the Icon transparency drop down in the Mask Editor on the Icon & Ports Tab. This will take the...

ongeveer 6 jaar ago | 4

| accepted

Answered
How do i produce a warning and an error for the user
The task is to... sounds like homework! I'll provide some food for thought You currently only check for absolute values if the...

ongeveer 6 jaar ago | 1

Answered
system with time delay
This answer has been updated to better match the OP. doc ss %search for "InternalDelay" and "OutputDelay" % Define Delays t...

ongeveer 6 jaar ago | 0

Answered
Nested For Loop Equation
Tis quick and dirty, but this work... clear;clc; N = primes(100); newVect = zeros(size(N)); for ii = 1:length(N) ...

ongeveer 6 jaar ago | 1

| accepted

Answered
How can I device a time series A by a Time series B if they are the same size?
Time series division is the same as general variable division >> timeS1 = timeseries(linspace(1,2)); >> timeS2 = timeseries(li...

ongeveer 6 jaar ago | 0

Answered
Image Processing - Measuring geometric sizes in the image
You may be interested in this function: https://www.mathworks.com/matlabcentral/fileexchange/7173-grabit Seems like what you ...

ongeveer 6 jaar ago | 0

Answered
Having trouble getting a for loop to create similar matrices (error "Index in position 1 exceeds array bounds (must not exceed 1).")
The issue stems from: L0(Elements(i,1),1)=1; Elements is a single row vector and thus when i iterates to 2, it fails. I'd guessi...

ongeveer 6 jaar ago | 1

Answered
How to order 'n' no of populations in ascending order based on their fitness for a minimization objective in matlab
I'm assuming you already have the fitness of each population according to the minimization objective. If this is the case, you w...

ongeveer 6 jaar ago | 0

| accepted

Answered
How to store the results from a for loop into a matrix?
Note that there area some poor practices in place here, but with the most minimal change to what you already have is to create a...

ongeveer 6 jaar ago | 1

| accepted

Answered
A number contain in a series.
You haven't provided enough information to be certain of what you want, but makeing some assumptions, this should work. clear;c...

ongeveer 6 jaar ago | 0

Answered
Lower cutoff frequency for signal processing (filtering ) of LVDT and strain gauge data?
It sounds like a low pass filter is all that is needed. There are several considerations in selecting low-pass cutoff frequencie...

ongeveer 6 jaar ago | 0

Answered
could anyone help me how to group the numbers into sets
Its not clear what you are trying to accomplish. If you want to create a cell array where each matrix value is a cell, then the ...

ongeveer 6 jaar ago | 0

Question


unwrap() command resulting in phase bump
I have raw phase and gain data where the phase data wraps at 90deg (expected). When I tried to unwrap the data for plotting I no...

ongeveer 6 jaar ago | 0 answers | 0

0

answers

Question


Prompt for user input not working with Simulink...
When I prompt for user input via a script that runs at the start of a Simulink model (the script is placed in the Callbacks>Star...

ongeveer 9 jaar ago | 0 answers | 1

0

answers