photo

Cris LaPierre

MathWorks

Last seen: Today 2018년부터 활동

Followers: 9   Following: 0

통계

All
MATLAB Answers

4 질문
4,433 답변

Cody

0 문제
36 답안

순위
23
of 299,232

평판
11,460

참여
4 질문
4,433 답변

답변 채택
100.0%

획득한 표
1,398

순위
 of 20,670

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위
12,772
of 163,831

참여
0 문제
36 답안

점수
430

배지 수
3

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

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

배지 보기

Feeds

보기 기준

답변 있음
Apply cellpose to RGB images?
It looks like segementCells2D only supports intensity images. See the image input description here in the doc.

8일 전 | 2

| 수락됨

답변 있음
HOW CAN I CHANGE MY NAME ON CERTIFICATE AND IN THE ACCOUNT (NOT ABOUT NICKNAME)
Try this: https://www.mathworks.com/mwaccount/profiles/edit See this answer for a similar discussion: https://www.mathworks.com...

15일 전 | 0

답변 있음
Import markup into LiveScript
Your answer got me thinking about the new Live Code File format introduced in R2025a. This is a plain text file that displays as...

대략 1개월 전 | 0

답변 있음
Import markup into LiveScript
My experience is that the LaTeX interpreter in MATLAB isn't called unless the closing/ending flag is physically typed. And not a...

대략 1개월 전 | 0

답변 있음
Problem with color plotting 2d array in a multiple y plot of axes with a 1d array
The lines in a YYaxis plot are designed to have the same color as their cooresponding Y axis (blue for the left, orange for the ...

대략 1개월 전 | 1

| 수락됨

답변 있음
displaying arrays and cell arrays in a table
Your code appears to work for me. At least it displays the table. See below. Could you provide more details about where you are...

대략 1개월 전 | 0

답변 있음
Certificate unavailable after completing Simulink Onramp course in desktop app
See this answer: https://www.mathworks.com/matlabcentral/answers/458985-simulink-onramp-progress-lost-in-matlab-desktop Note th...

대략 1개월 전 | 0

답변 있음
how to build array using matlab.graphics.chart.primitive.Line' property
If I understand correctly, you want cc to just be the color of the selected lines. In that case, note that selected.Color does n...

대략 1개월 전 | 1

| 수락됨

답변 있음
Simscape is not available in my Trial
You can request a free trial of Simscape on the Simscape on the Simscape product page: https://www.mathworks.com/products/simsca...

대략 1개월 전 | 0

답변 있음
131072 Loading a binary file in which data is stored.
Not sure what settings you used to record the data, but I only see values of 0, 1 and 2. If you are using an analog-to-digital c...

대략 1개월 전 | 0

문제를 풀었습니다


List the Moran numbers
The quotient of a Moran number and its digit sum is prime. For example, 117 and 481 are Moran numbers because 117/(1+1+7) is 13 ...

대략 1개월 전

답변 있음
Cody - "server not available" when submitting solution on prime numbers question
Currently, I can generate the same error if I submit an infinite while loop. This does suggest the error might be related to lon...

대략 1개월 전 | 1

| 수락됨

답변 있음
Is there an error in the subplot function in 2025a version
This behavior is not intentional. I'd suggest reporting this here: https://www.mathworks.com/support/contact_us.html

대략 1개월 전 | 0

답변 있음
How to Resize images stored in matlab.io.datastore.ImageDatastore to [224 224 3]
If I understand the issue correctly, I believe you have a few options. 1. Modify the size of the imageInputLayer in your code t...

대략 2개월 전 | 0

답변 있음
How to solve: Input datastore returned more than one observation per row for network input 2.
The issue is that trainNetwork expects the feature input to be a numfeatures x 1 cell array. You are passing in a 1 x numfeature...

대략 2개월 전 | 0

답변 있음
Unable to request a trial license for MATLAB Web App Server
MathWorks is currently working on an issue that has affected segments of our online systems. Some of our online services are no...

대략 2개월 전 | 0

답변 있음
Adding Drop Down Control
You can only add controls to a live script. Place it where you would define the waveform variable (here, x1 or x2). Assign the r...

대략 2개월 전 | 1

| 수락됨

답변 있음
Help Changing Class/Type In A Table
The best solution would be to fix how your data is imported. Then you don't hvae to convert it. You could use convertvars, or j...

대략 2개월 전 | 0

답변 있음
Where is this menu when debugging a program with matlab2024b and making the program run to the cursor position matlab2024b调试程序的时候让程序运行到光标处这个菜单在哪里
I believe this is now called 'Run to Here'. It is accessed by rt clicking on the line number and selecting the otpion in the men...

2개월 전 | 2

답변 있음
How to plot function x(2)=-1/2*x(1)+t?
Did you mean to assign the result of -1/2*x(1)+t; to the second column of x? x(:,2)=-1/2*x(1)+t; If so, then the code runs at ...

2개월 전 | 1

| 수락됨

답변 있음
Inserting additional data in an already created table
The issue is that char arrays must be padded so that they all have the same length. The value you are assigning does not have th...

2개월 전 | 0

| 수락됨

답변 있음
[Image Alignment] Align two images taken under different zooming and lighting conditions
I used the Registration Estimator App, which produced the following resutls. img1 = imread('img1.jpg'); img2 = imread('img2.jp...

2개월 전 | 1

| 수락됨

답변 있음
How put different colors in different range of values in colorbar?
You need to define a colormap with the number of unique colors you want, and then specify the colorbar ticks. We don't have the...

2개월 전 | 0

| 수락됨

답변 있음
Getting all max, min values of a function as a set of coordinate points
I would use findpeaks syms x y real y=abs(x^3-9*x); [X,Y] = fplot(y, [-5 5]); [pk, loc] = findpeaks(Y,X); [pkN, locN] = fi...

2개월 전 | 0

답변 있음
Spectral Analysis Techniques Course _ Issue plotting a window created with Window Designer in MATLAB
There seems to be a bug with this task. Please report this directly to MathWorks here: https://www.mathworks.com/support/contact...

2개월 전 | 1

| 수락됨

답변 있음
How to set variable names using Readtable with hierarchical categories (Excel file with merged cells / multiple header rows)
There may be a better way, but I would do this in 2 steps. First, read the headers and create variable names, then read the data...

2개월 전 | 0

답변 있음
How to set black color for zero (or nan) values in surf and contourf plots?
First, the autumn colormap does not contain black, so you will need to do some coding for this to happen. Additionally, nan val...

2개월 전 | 2

답변 있음
logarithmic binning of "x" values
I'm not sure the end result is much simpler, but the function that comes to mind is discretize. You'd still need to define your ...

2개월 전 | 1

| 수락됨

답변 있음
Navigate to your MATLAB desktop and click the Apps tab from the MATLAB Toolstrip. Under Simscape, click the Battery Builder Icon.
Estas buscando en el Apps tab de MATLAB? No se encuentra Battery Bulider en el Apps tab de Simulink. Esta instalado Simscape ...

2개월 전 | 0

답변 있음
Is mlcpostinstall.exe a valid matlab file?
This is the same name used for MATLAB Drive Connector. What looks odd to me is the version date in the folder path.The current d...

3개월 전 | 0

| 수락됨

더 보기