photo

Cris LaPierre

MathWorks

Last seen: 6 jours il y a Actif depuis 2018

Followers: 10   Following: 0

Message

Statistiques

All
MATLAB Answers

4 Questions
4 480 Réponses

Cody

0 Problèmes
37 Solutions

RANG
23
of 301 751

RÉPUTATION
11 604

CONTRIBUTIONS
4 Questions
4 480 Réponses

ACCEPTATION DE VOS RÉPONSES
100.0%

VOTES REÇUS
1 428

RANG
 of 21 409

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG
14 154
of 176 380

CONTRIBUTIONS
0 Problèmes
37 Solutions

SCORE
440

NOMBRE DE BADGES
3

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Most Accepted 2025
  • Thankful Level 5
  • Commenter
  • Community Group Solver
  • Most Accepted 2024
  • Most Accepted 2023
  • Master
  • 36 Month Streak
  • Most Accepted 2021
  • Revival Level 4
  • Solver
  • Knowledgeable Level 5

Afficher les badges

Feeds

Afficher par

Réponse apportée
Listbox callback misfires: after double-click, SelectionType='open' persists and Enter/Arrow keys wrongly trigger plot actions.
I would recommend reporting this to Mathworks: https://www.mathworks.com/company/aboutus/contact_us.html#EG

11 jours il y a | 0

Réponse apportée
Unable to complete a certain task in one of the control system learning paths.
For others, this item is task 4 in the Motor Speed Control Design Using the Root Locus lesson (2.2.1). Click the View Solution ...

12 jours il y a | 0

| A accepté

Réponse apportée
I want to connect this blocks but I am not be able to connect this blocks so please help me with this(as shown in the figure).
That looks like the Rigid Transform block. Consider consulting the linked documenation page and the associated example.

14 jours il y a | 0

Réponse apportée
Error in Self-paced course "Control Technique in PMSM"
You do not need to insert a Controller Gains block. It is not a library block. It is a subsytem that is already there in the mod...

15 jours il y a | 0

| A accepté

Réponse apportée
Copilot cannot access matlab environment?
If you are using R2025b or earlier, yes, MATLAB Copilot does not automatically have access to the editor. You must manually copy...

18 jours il y a | 0

Réponse apportée
purchased matlab home with phased array toolbox, can't find it after install
You can use the Add-ons option on the home tab to add and remove toolboxes, etc. from your install. If you still can't find an...

19 jours il y a | 0

Réponse apportée
Deployment of my app to Matlab users.
See this answer: How do I deploy an App Designer Application to a Standalone Desktop App?

environ 2 mois il y a | 1

| A accepté

Réponse apportée
Given an observer looking to the center of an ellipsoid, how can I determine the distance through the ellipsoid if none of the axes are aligned with this look angle?
Again, using AI to draft code that computes the distance through the rotated ellipsoid along the observer → ellipsoid-center loo...

2 mois il y a | 0

Réponse apportée
Data Processing in a Cell
When combining data from 2 different tables, I would use the Join Tables task. Since you want to only add data from another tab...

2 mois il y a | 0

| A accepté

Réponse apportée
How to use AI to edit UI of app using AppDesigner
This is not possible in App Designer. However, you could use AI to build your own app outside of app designer. It's just a subcl...

2 mois il y a | 0

| A accepté

Réponse apportée
Simspace ONRAMP/Self Practice Course Glitch/Bug
Based on your screenshot, you just need to click 'Next task'. If you've tried that and it's not working, you might try the foll...

3 mois il y a | 0

| A accepté

Réponse apportée
Assessment failure in Task 1 of Solar Energy module: P_AC signal shows incorrect at the end of simulation.
It looks like there is a very small numeric difference which is causing the assessment to fail. This model was updated to use Si...

3 mois il y a | 3

| A accepté

Réponse apportée
String to double conversion misunderstanding
You are checking the class of a character array, not your variable. You need to change your syntax to check the class of your va...

4 mois il y a | 1

| A accepté

Réponse apportée
How to get monthly average for ten years monthly data?
Use groupsummary. Here's an example using airlinesmall.csv, which contains US domestic airline flight data from Oct 21, 1987 – ...

4 mois il y a | 2

Réponse apportée
I have one specific line of code that I can't type in or edit whatsoever and I need to because I'm being graded on it by Matlab grader for a class.
Can you edit other lines in the assignment? If the line is gray, it is locked and you can't edit it. If you are expected to red...

4 mois il y a | 0

Réponse apportée
Can not run Matlab, uninstall, or reinstall on windows. Error in description.
See this Answers post: Why do I receive the error message "The procedure entry point could not be located in the dynamic link l...

4 mois il y a | 0

Réponse apportée
HOW CAN IGET MATLAB VERSION 2021
See the post How do I download and install previous releases of MATLAB or the MathWorks Product Installer?

4 mois il y a | 0

Réponse apportée
Bug in grader of MATLAB Onramp
Please report this directly to MathWorks here: https://www.mathworks.com/company/aboutus/contact_us.html#EG

5 mois il y a | 0

Réponse apportée
how to reinstall Matlab in my laptop in windows11
See this answer: MATLAB Installation Quick Start Guide

5 mois il y a | 0

Réponse apportée
I am facing error in the Matlab Copilot
First, be sure to give feedback on this result in copilot. At the botton, there will be a thumbs up/down option. Was this p...

5 mois il y a | 0

Réponse apportée
I need help in using the Optimization app for Genetic algorithm
See this answer: How to use the genetic algorithm to optimize a regression model with measured data instead of analytic fitness ...

6 mois il y a | 0

A résolu


Vector creation
Create a vector using square brackets going from 1 to the given value x in steps on 1. Hint: use increment.

6 mois il y a

Réponse apportée
Как на графике выровнять метки точек и обозначение оси в одну линию?
Perhaps not the expected solution, but this works: add the xlabel and ylabel as an xtick/ytick label at the axis limit. x = lin...

7 mois il y a | 0

| A accepté

Réponse apportée
Calling and computing within Excel from Matlab
Something like this works for me % Specify file name path = cd; name = "Book1.xlsx"; file = fullfile(path,name); % This must...

7 mois il y a | 0

| A accepté

Réponse apportée
Why does the piston extend when the spool is at zero position in my valve circuit?
It looks like your 3-Way Directional Valve may be the issue. Spool travel between closed and open orifice is 0.005 while the ope...

7 mois il y a | 1

| A accepté

Réponse apportée
Is this an error as i am new to matlab and doing as instructed or is there something i am missing here??
It appears you have removed the signal you added in Task 4. Go back and complete task 4, then in task 5, branch signal h to the ...

7 mois il y a | 0

| A accepté

Réponse apportée
volume viewer with tomosynthesis stack
I think the simplest approach is to use the Dicom Browser app to load the images into MATLAB. From the app, use the Export to Vo...

7 mois il y a | 0

| A accepté

Réponse apportée
help with a heat map
I assume you've looked here: https://www.mathworks.com/help/matlab/ref/heatmap.html You either need a matrix of data correspond...

7 mois il y a | 0

Réponse apportée
Disabled Interactions For Geoaxes In App Designer
By default, pan and zoom are enabled. This app example explicitly turns them off. Delete or Comment out lines 73 and 74 in the a...

7 mois il y a | 0

Réponse apportée
[Reddit Cross Post] Problems with a contour diagram for a caogulation diagram
Assuming you had the matrix of data used to create the contourf plot, somethink like this might work. % Axes 1 - contour plot ...

7 mois il y a | 0

Charger plus