Community Profile

photo

Nathaniel H Werner


Last seen: 18 dagen ago Active since 2018

Programming Languages:
MATLAB

Statistics

  • First Review
  • Thankful Level 3
  • First Answer
  • Revival Level 1

View badges

Content Feed

View by

Question


Symbolic expressions with pi are displaying as decimals
I am trying to write a livescript that has pi show up a lot in the expressions. Here is a sample of my script. clc, clear, clo...

ongeveer 2 maanden ago | 2 answers | 0

2

answers

Question


Trouble with MuPad when evaluating symfun at a symbolic variable instead of a number in MATLAB
I created a symbolic function in MATLAB R2021b using this script with the goal of solving an ODE. syms phi(x) lambda L assume(...

ongeveer een jaar ago | 1 answer | 0

1

answer

Question


Nx4 Table of randi(1,M) so that the columns are not equal and each number only repeats P times
I need to create an N x 4 table array that where each column contains random integers between 1 and M. However the number of tim...

ongeveer een jaar ago | 1 answer | 0

1

answer

Question


Count number of unique symbols in an expression
I'm trying to develop an algorithm that can count how many times each of the syms in a list of parameters (called dimensions sho...

meer dan een jaar ago | 1 answer | 0

1

answer

Question


How to use Camera Toolbar in a MatLab Live Script
Hello, I have a 3D plot made in a live script that I am getting ready to present to my students. In a normal script, I can make...

ongeveer 2 jaar ago | 1 answer | 0

1

answer

Answered
Remove specific field and "push up" its contents without losing the data.
Looks like something as simple as this works. A = struct2cell(Data); B = A{1}; C = B.Data.s; Data.c1 = C;

meer dan 2 jaar ago | 0

| accepted

Question


Remove specific field and "push up" its contents without losing the data.
I am loading a structure into MatLab and I would like to remove a field without losing the contents of that field. I'll explain ...

meer dan 2 jaar ago | 2 answers | 0

2

answers

Question


Trouble using atan2 for coordinate transform, maybe recommend other tools.
I am trying to use atan2 on a 2D plane (X,Z) centered at (0,0) to define an angle phi. I know that using atan(Z./X) or atan2(Z,...

meer dan 2 jaar ago | 1 answer | 0

1

answer

Question


Array size from Stateflow is different after simulation is complete after sending to workspace.
I'm generating a signal that is output from a Stateflow chart in Simulink R2016a. The size of the variable that is ultimately ou...

bijna 3 jaar ago | 0 answers | 0

0

answers

Question


Where to find Variable Size for output of Matlab function in Simulink
I am working with a Simulink code with a Stateflow chart in R2016a. My code communicates with a real time machine (Speedgoat) th...

bijna 3 jaar ago | 1 answer | 0

1

answer

Question


Reset timer to zero after leaving a state with a transition action
I am working on a Stateflow block. In it I have a state A. In the block, the state A can transition to B, back to A, from A t...

bijna 3 jaar ago | 1 answer | 0

1

answer

Question


Multiple X-Axes with separate scales and xlabels
Hello, I am trying to make a figure with two x-axes, and I want each axis to have a separate scale because they represent dif...

bijna 4 jaar ago | 1 answer | 0

1

answer

Question


Make white portions of slice of flow data transparent
I have created this figure (one of five) with the code (I have edited it for the question) below. I would like to make the wh...

bijna 4 jaar ago | 1 answer | 0

1

answer

Question


Change portion of text color in matlab label
I know that it is possible to change the color of a label in a figure in matlab from the default black to another color. I have ...

ongeveer 4 jaar ago | 2 answers | 0

2

answers

Question


Shade the region between a curve and the vertical axis
I have several velocity profiles in a figure, and I've been trying to play around with the area function to try and shade the re...

ongeveer 4 jaar ago | 1 answer | 0

1

answer

Question


Error using latex in colorbar title
Hello, I'm trying to make my color bar have a title, and I want to give it a math equation. Here is my code. cbh = findall(fh,...

meer dan 4 jaar ago | 1 answer | 0

1

answer

Question


Put block behind colorbar
I have several contour plots on a cylinder that I made in MatLab. In some of them the black text from the colorbar is obstructed...

meer dan 4 jaar ago | 1 answer | 0

1

answer

Answered
integral of contour plot
You can calculate the circulation using the bounds of a contour in 2018b. I completed this on cylindrical slices for my purpose...

meer dan 4 jaar ago | 0

Question


Draw contourslice on patch surface
I am trying to get the XData and YData on a contourslice in matlab. I want this contourline to be on a patch that I have already...

meer dan 4 jaar ago | 1 answer | 0

1

answer

Question


Plotting semilogy on two axes covering the same range, one side is log the other is not.
I'm trying to make a figure with two vertical log axes, and the horizontal x axis still be linear. I need to compare plots who c...

meer dan 4 jaar ago | 1 answer | 0

1

answer

Question


Problem solving system of nonlinear equations with fsolve trying to change inputs
I am trying to solve a system of six nonlinear equations using fsolve (see below). There are additional parameters in my equatio...

bijna 5 jaar ago | 0 answers | 0

0

answers

Question


How to grab field data from the intersection of two slices
Hi, I have velocity field data in a NxMxP array, and I would like to find the values of the data at the intersection of two sur...

ongeveer 5 jaar ago | 0 answers | 0

0

answers

Question


Getting 'Argument must contain string error' error when saving, it's always worked before
Here is a short piece of my code. queue = '\Q0'; Case = '\02'; path = 'D:\Data'; folder4Mfiles = strcat(path,'\Raw',queue,Ca...

ongeveer 5 jaar ago | 1 answer | 0

1

answer

Question


interp and interp3 give different size arrays
If I start with the following two arrays x0 = 1:100; y0 = 1:80; z0 = 1:100; and I make a mesh grid with them [...

meer dan 5 jaar ago | 1 answer | 0

1

answer

Question


Draw contour data on slice with a patch
I'm having trouble making a contour of my volume data on a plane with specified coordinates designed for patch. I have 5 slic...

meer dan 5 jaar ago | 0 answers | 0

0

answers

Question


Replace portion of array with another array of different size
I have this grid A = 0:0.01:1; And I want to refine the grid but only in a small part where some interesting things happ...

meer dan 5 jaar ago | 1 answer | 0

1

answer