Nathaniel H Werner
Followers: 0 Following: 0
MATLAB
Statistiques
RANG
114 412
of 295 448
RÉPUTATION
0
CONTRIBUTIONS
24 Questions
2 Réponses
ACCEPTATION DE VOS RÉPONSES
70.83%
VOTES REÇUS
0
RANG
of 20 227
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 153 872
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
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...
10 mois il y a | 2 réponses | 0
2
réponsesQuestion
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(...
presque 2 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 2 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 2 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 3 ans il y a | 1 réponse | 0
1
réponseRemove 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;
presque 3 ans il y a | 0
| A accepté
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 ...
presque 3 ans il y a | 2 réponses | 0
2
réponsesQuestion
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,...
environ 3 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 3 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
plus de 3 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 3 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 4 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 4 ans il y a | 1 réponse | 0
1
réponseQuestion
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 ...
presque 5 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
presque 5 ans il y a | 1 réponse | 0
1
réponseQuestion
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,...
presque 5 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
environ 5 ans il y a | 1 réponse | 0
1
réponseintegral 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...
plus de 5 ans il y a | 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...
plus de 5 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 5 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 5 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
plus de 5 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
presque 6 ans il y a | 1 réponse | 0
1
réponseQuestion
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 [...
environ 6 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
environ 6 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
environ 6 ans il y a | 1 réponse | 0