photo

Cris LaPierre

MathWorks

Last seen: Today 自 2018 起处于活动状态

Followers: 10   Following: 0

消息

统计学

All
MATLAB Answers

4 个提问
4,474 个回答

Cody

0 个问题
37 个答案

排名
23
of 301,496

声誉
11,594

贡献数
4 个提问
4,474 个回答

回答接受率
100.0%

收到投票数
1,427

排名
 of 21,302

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
13,683
of 174,859

贡献数
0 个问题
37 个答案

评分
440

徽章数量
3

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • 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

查看徽章

Feeds

排序方式:

已回答
Deployment of my app to Matlab users.
See this answer: How do I deploy an App Designer Application to a Standalone Desktop App?

6 days 前 | 1

| 已接受

已回答
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...

12 days 前 | 0

已回答
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...

13 days 前 | 0

| 已接受

已回答
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...

20 days 前 | 0

| 已接受

已回答
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...

1 month 前 | 0

| 已接受

已回答
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...

2 months 前 | 3

| 已接受

已回答
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...

2 months 前 | 1

| 已接受

已回答
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 – ...

2 months 前 | 2

已回答
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...

2 months 前 | 0

已回答
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...

3 months 前 | 0

已回答
HOW CAN IGET MATLAB VERSION 2021
See the post How do I download and install previous releases of MATLAB or the MathWorks Product Installer?

3 months 前 | 0

已回答
Bug in grader of MATLAB Onramp
Please report this directly to MathWorks here: https://www.mathworks.com/company/aboutus/contact_us.html#EG

3 months 前 | 0

已回答
how to reinstall Matlab in my laptop in windows11
See this answer: MATLAB Installation Quick Start Guide

4 months 前 | 0

已回答
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...

4 months 前 | 0

已回答
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 ...

4 months 前 | 0

已解决


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

5 months 前

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

5 months 前 | 0

| 已接受

已回答
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...

5 months 前 | 0

| 已接受

已回答
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...

5 months 前 | 1

| 已接受

已回答
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 ...

5 months 前 | 0

| 已接受

已回答
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...

6 months 前 | 0

| 已接受

已回答
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...

6 months 前 | 0

已回答
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...

6 months 前 | 0

已回答
[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 ...

6 months 前 | 0

已回答
reorienting 3D image stack
Try adding 'squeeze' to you code. The image array you are passing to imshow is m x n x p. Even though m=1, because it is 3D, im...

6 months 前 | 0

| 已接受

已回答
Simulink on Ramp task 7
According to the error message, there is another model open in Simulink with the same name. Try closing all models open in Simul...

6 months 前 | 1

| 已接受

已回答
MATLAB online video creation trouble
The code completes successfully for me when I run it. It took 13-15 seconds. Given that it does run, I'd suggest the typical ac...

6 months 前 | 0

| 已接受

已回答
Curve Fitting Toolbox Error: This expression has no coefficients or non-scalar coefficients.
As has been pointed out, you have to give the app some coeffients to adjust to try to fit to. Also note that your proposed coeff...

6 months 前 | 0

已回答
Cannot open variables from workspace in 2025a/b
Please report any product usage issues directly to MathWorks here.

6 months 前 | 1

已回答
I need help verifying my license
It looks like you have installed MATLAB, but not installed the Statistics and Machine Learning Toolbox. From the Home tab, use ...

6 months 前 | 0

加载更多